summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-09-23 22:53:50 +0000
committercognet <cognet@FreeBSD.org>2004-09-23 22:53:50 +0000
commitc3401d9028f45661a8cd44e0a28fabc9e9270fb8 (patch)
tree77f80576ca76162654acf2b2345e7db857cd384b /sys/arm/conf
parent6f8e60c5c8ab8a3fcb83f4e47dadd0bc46a16e6a (diff)
downloadFreeBSD-src-c3401d9028f45661a8cd44e0a28fabc9e9270fb8.zip
FreeBSD-src-c3401d9028f45661a8cd44e0a28fabc9e9270fb8.tar.gz
Use the new KERNVIRTADDR and PHYSADDR options.
Add KDB.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/SIMICS3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/SIMICS b/sys/arm/conf/SIMICS
index 6a3c0c2..51efa14 100644
--- a/sys/arm/conf/SIMICS
+++ b/sys/arm/conf/SIMICS
@@ -21,6 +21,8 @@ machine arm
ident SIMICS
options KERNPHYSADDR=0xc0000000
+options KERNVIRTADDR=0xc0000000
+options PHYSADDR=0xc0000000
include "../sa11x0/std.sa11x0"
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.
@@ -28,6 +30,7 @@ include "../sa11x0/std.sa11x0"
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions CONF_CFLAGS=-mcpu=strongarm
options DDB
+options KDB
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
OpenPOWER on IntegriCloud