From e63445f340d797f312aff01ea6c3aa3ca7ed5e7e Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 13 Sep 2009 11:20:17 +0000 Subject: [PATCH] MFi386: Move the loader's entry point to 0x200000. This change is also needed for pc98. MFC after: 3 days --- sys/boot/pc98/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc index 418394a09636..54d4431e9365 100644 --- a/sys/boot/pc98/Makefile.inc +++ b/sys/boot/pc98/Makefile.inc @@ -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