aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2009-09-13 11:20:17 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2009-09-13 11:20:17 +0000
commite63445f340d797f312aff01ea6c3aa3ca7ed5e7e (patch)
tree12622037966d01732b8efb10b8df26d59981af7d /sys
parent14928dda5c3cd59ebee4f21daba0ec8cd2f19f77 (diff)
Notes
Diffstat (limited to 'sys')
-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 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