diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-09-13 11:20:17 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-09-13 11:20:17 +0000 |
| commit | e63445f340d797f312aff01ea6c3aa3ca7ed5e7e (patch) | |
| tree | 12622037966d01732b8efb10b8df26d59981af7d /sys/boot | |
| parent | 14928dda5c3cd59ebee4f21daba0ec8cd2f19f77 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/Makefile.inc | 2 |
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 |
