summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2009-09-13 11:20:17 +0000
committernyan <nyan@FreeBSD.org>2009-09-13 11:20:17 +0000
commit030080a391d1a7f03cdb3ee4d04cbd3b50afc9a5 (patch)
tree12622037966d01732b8efb10b8df26d59981af7d /sys/boot
parent5e6cfce650dd3e31871ff4c08ea2faebbcfbacd9 (diff)
downloadFreeBSD-src-030080a391d1a7f03cdb3ee4d04cbd3b50afc9a5.zip
FreeBSD-src-030080a391d1a7f03cdb3ee4d04cbd3b50afc9a5.tar.gz
MFi386:
Move the loader's entry point to 0x200000. This change is also needed for pc98. MFC after: 3 days
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc
index 418394a..54d4431 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
OpenPOWER on IntegriCloud