Move the loader's entry point to 0x200000.  This change is also needed
for pc98.

MFC after:	3 days
This commit is contained in:
Yoshihiro Takahashi 2009-09-13 11:20:17 +00:00
parent 14928dda5c
commit e63445f340

View File

@ -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