svn commit: r197283 - in stable/7/sys: . boot/pc98 contrib/pf

Takahashi Yoshihiro nyan at FreeBSD.org
Thu Sep 17 14:23:51 UTC 2009


Author: nyan
Date: Thu Sep 17 14:23:51 2009
New Revision: 197283
URL: http://svn.freebsd.org/changeset/base/197283

Log:
  MFC: r197156
  
    MFi386:
  
    Move the loader's entry point to 0x200000.  This change is also needed
    for pc98.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/boot/pc98/Makefile.inc
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/boot/pc98/Makefile.inc
==============================================================================
--- stable/7/sys/boot/pc98/Makefile.inc	Thu Sep 17 14:12:21 2009	(r197282)
+++ stable/7/sys/boot/pc98/Makefile.inc	Thu Sep 17 14:23:51 2009	(r197283)
@@ -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-all mailing list