svn commit: r242061 - head/sys/arm/conf
Tim Kientzle
kientzle at FreeBSD.org
Thu Oct 25 04:10:33 UTC 2012
Author: kientzle
Date: Thu Oct 25 04:10:32 2012
New Revision: 242061
URL: http://svn.freebsd.org/changeset/base/242061
Log:
Support boot loaders in the standard kernel.
Modified:
head/sys/arm/conf/RPI-B
Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B Thu Oct 25 04:08:26 2012 (r242060)
+++ head/sys/arm/conf/RPI-B Thu Oct 25 04:10:32 2012 (r242061)
@@ -30,6 +30,8 @@ options KERNPHYSADDR=0x00100000
makeoptions KERNPHYSADDR=0x00100000
options PHYSADDR=0x00000000
options STARTUP_PAGETABLE_ADDR=0x01000000
+options FREEBSD_BOOT_LOADER
+options LINUX_BOOT_ABI
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options HZ=100
More information about the svn-src-head
mailing list