MFi386:
Move the loader's entry point to 0x200000. This change is also needed for pc98. MFC after: 3 days
This commit is contained in:
parent
14928dda5c
commit
e63445f340
@ -4,7 +4,7 @@
|
||||
|
||||
BINDIR?= /boot
|
||||
|
||||
LOADER_ADDRESS?=0x100000
|
||||
LOADER_ADDRESS?=0x200000
|
||||
CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 \
|
||||
-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
|
||||
-Os
|
||||
|
Loading…
x
Reference in New Issue
Block a user