svn commit: r197282 - in stable/8/sys: . amd64/include/xen
boot/pc98 cddl/contrib/opensolaris contrib/dev/acpica
contrib/pf dev/ciss dev/xen/xenpci
Takahashi Yoshihiro
nyan at FreeBSD.org
Thu Sep 17 14:12:22 UTC 2009
Author: nyan
Date: Thu Sep 17 14:12:21 2009
New Revision: 197282
URL: http://svn.freebsd.org/changeset/base/197282
Log:
MFC: r197156
MFi386:
Move the loader's entry point to 0x200000. This change is also needed
for pc98.
Approved by: re (kensmith)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/boot/pc98/Makefile.inc
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/ciss/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/boot/pc98/Makefile.inc
==============================================================================
--- stable/8/sys/boot/pc98/Makefile.inc Thu Sep 17 14:05:06 2009 (r197281)
+++ stable/8/sys/boot/pc98/Makefile.inc Thu Sep 17 14:12:21 2009 (r197282)
@@ -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-stable-8
mailing list