config root man

Current Path : /usr/src/sys/arm/xscale/ixp425/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/sys/arm/xscale/ixp425/std.avila

#$FreeBSD: release/9.1.0/sys/arm/xscale/ixp425/std.avila 186352 2008-12-20 03:26:09Z sam $

#
# Gateworks GW23XX board configuration
#
files		"../xscale/ixp425/files.avila"
#
# Physical memory starts at 0.  We assume images are loaded at
# 0x200000, e.g. from redboot with load -b 0x200000 kernel.
#
# Redboot is expected to handle unmapping the flash memory that
# appears at 0 on boot.  Likewise we expect the expansion bus to
# be remapped away from 0.
#
options		PHYSADDR=0x00000000
options		KERNPHYSADDR=0x00200000
makeoptions	KERNPHYSADDR=0x00200000
options		KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
makeoptions	KERNVIRTADDR=0xc0200000
options		FLASHADDR=0x50000000
options		LOADERRAMADDR=0x00000000
options		STARTUP_PAGETABLE_ADDR=0x00000000

Man Man