jam/ArchitectureRules: Bump SDIMAGE_BEGIN to 2KiB
* If we start at 0 we overwrite the partition table with the EFI boot filesystem Change-Id: I7d1d5d65cdaf78f3bd3b87672e1e8e161f78ce75
This commit is contained in:
parent
522c141d53
commit
f8650bc2db
@ -252,7 +252,7 @@ rule KernelArchitectureSetup architecture
|
||||
HAIKU_KERNEL_PLATFORM ?= efi ;
|
||||
HAIKU_BOOT_TARGETS += efi ;
|
||||
|
||||
HAIKU_BOOT_SDIMAGE_BEGIN = 0 ; # in KiB
|
||||
HAIKU_BOOT_SDIMAGE_BEGIN = 2 ; # in KiB
|
||||
|
||||
HAIKU_BOOT_FLOPPY_IMAGE_SIZE = 1440 ;
|
||||
# offset in floppy image (>= sizeof(haiku_loader))
|
||||
@ -277,7 +277,7 @@ rule KernelArchitectureSetup architecture
|
||||
HAIKU_KERNEL_PLATFORM ?= efi ;
|
||||
HAIKU_BOOT_TARGETS += efi ;
|
||||
|
||||
HAIKU_BOOT_SDIMAGE_BEGIN = 0 ; # KiB
|
||||
HAIKU_BOOT_SDIMAGE_BEGIN = 2 ; # KiB
|
||||
|
||||
HAIKU_BOOT_FLOPPY_IMAGE_SIZE = 1440 ;
|
||||
# offset in floppy image (>= sizeof(haiku_loader))
|
||||
|
Loading…
x
Reference in New Issue
Block a user