Shave off bytes to compensate boot.img size increase
This commit is contained in:
parent
ee9056d097
commit
b076cdc730
3 changed files with 42 additions and 45 deletions
|
@ -43,9 +43,9 @@
|
|||
|
||||
#define GRUB_BOOT_MACHINE_BOOT_DEVPATH 0x0a
|
||||
|
||||
#define GRUB_BOOT_MACHINE_BOOT_DEVPATH_END (0x80 - 40)
|
||||
#define GRUB_BOOT_MACHINE_BOOT_DEVPATH_END 0x80
|
||||
|
||||
#define GRUB_BOOT_MACHINE_KERNEL_SECTOR (0x80 - 40)
|
||||
#define GRUB_BOOT_MACHINE_KERNEL_BYTE 0x80
|
||||
|
||||
#define GRUB_BOOT_MACHINE_CODE_END \
|
||||
(0x1fc - GRUB_BOOT_AOUT_HEADER_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue