Date: Thu, 17 Sep 2009 14:30:14 +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-6@freebsd.org Subject: svn commit: r197284 - in stable/6/sys: . boot/pc98 conf contrib/pf dev/cxgb Message-ID: <200909171430.n8HEUE9Z060338@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nyan Date: Thu Sep 17 14:30:14 2009 New Revision: 197284 URL: http://svn.freebsd.org/changeset/base/197284 Log: MFC: r197156 MFi386: Move the loader's entry point to 0x200000. This change is also needed for pc98. Modified: stable/6/sys/ (props changed) stable/6/sys/boot/pc98/Makefile.inc stable/6/sys/conf/ (props changed) stable/6/sys/contrib/pf/ (props changed) stable/6/sys/dev/cxgb/ (props changed) Modified: stable/6/sys/boot/pc98/Makefile.inc ============================================================================== --- stable/6/sys/boot/pc98/Makefile.inc Thu Sep 17 14:23:51 2009 (r197283) +++ stable/6/sys/boot/pc98/Makefile.inc Thu Sep 17 14:30:14 2009 (r197284) @@ -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?200909171430.n8HEUE9Z060338>