mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
boot0: Drop the BOOT_BOOT0_ORG option.
This shouldn't be an option (and I added it in the first place back in4ae4202e70
and83f4b92050
). However, unlike the other knobs I added back then, this really shouldn't be a knob since it is hardcoded in the source.
This commit is contained in:
parent
5e954b9216
commit
c7f3674fb0
@ -39,10 +39,8 @@ BOOT_BOOT0_TICKS?= 0xb6
|
||||
# The BIOS loads boot0 to the hardcoded address 0x7c00. boot0 copies
|
||||
# itself to this alternate base address before continuing execution so
|
||||
# that next level boot blocks can be loaded at the 0x7c00 address they
|
||||
# expect. Don't change this unless you are glutton for punishment
|
||||
# (and fix ORIGIN in the source to match).
|
||||
BOOT_BOOT0_ORG?= 0x600
|
||||
ORG=${BOOT_BOOT0_ORG}
|
||||
# expect.
|
||||
ORG= 0x600
|
||||
|
||||
# Comm settings for boot0sio.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user