Last change
on this file was a114e09, checked in by Jakub Jermář <jakub@…>, 6 years ago |
Allow per-boot-architecture GRUB files
Organize pre-compiled GRUB binaries per-architecture in order to prepare
the layout for adding an AArch64-EFI version of this bootloader:
- Rename boot/grub.pc to boot/grub/ia32-pc.
- Rename boot/grub.efi to boot/grub/ia32-efi.
- Create symlinks boot/grub/amd64-pc and amd64-efi pointing to
boot/grub/ia32-pc and ia32-efi, respectively.
|
-
Property mode
set to
100644
|
File size:
592 bytes
|
Line | |
---|
1 | The binary files of GRUB boot loader in this directory have been created
|
---|
2 | by compiling GRUB for the 'i386-efi' and 'x86_64-efi' targets. The combined
|
---|
3 | 32bit and 64bit EFI boot floppy image was created by modifying the
|
---|
4 | i386-grub-mkrescue and x86_64-grub-mkrescue scripts to create EFI payloads
|
---|
5 | which search for the bootable ISO image with the volume label
|
---|
6 | 'HelenOS boot ISO'.
|
---|
7 |
|
---|
8 | For licensing terms of GRUB boot loader see the file COPYING contained
|
---|
9 | in this directory. Full version of GRUB, including its source code,
|
---|
10 | can be downloaded from GRUB's project page:
|
---|
11 |
|
---|
12 | http://www.gnu.org/software/grub/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.