Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 14:23:51 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r197283 - in stable/7/sys: . boot/pc98 contrib/pf
Message-ID:  <200909171423.n8HENpJt060084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171423.n8HENpJt060084>