svn commit: r197156 - head/sys/boot/pc98
Takahashi Yoshihiro
nyan at FreeBSD.org
Sun Sep 13 11:20:17 UTC 2009
Author: nyan
Date: Sun Sep 13 11:20:17 2009
New Revision: 197156
URL: http://svn.freebsd.org/changeset/base/197156
Log:
MFi386:
Move the loader's entry point to 0x200000. This change is also needed
for pc98.
MFC after: 3 days
Modified:
head/sys/boot/pc98/Makefile.inc
Modified: head/sys/boot/pc98/Makefile.inc
==============================================================================
--- head/sys/boot/pc98/Makefile.inc Sun Sep 13 11:10:38 2009 (r197155)
+++ head/sys/boot/pc98/Makefile.inc Sun Sep 13 11:20:17 2009 (r197156)
@@ -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
More information about the svn-src-head
mailing list