summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/SIMICS
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/conf/SIMICS')
-rw-r--r--sys/arm/conf/SIMICS8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arm/conf/SIMICS b/sys/arm/conf/SIMICS
index ef1ccb0..e225795 100644
--- a/sys/arm/conf/SIMICS
+++ b/sys/arm/conf/SIMICS
@@ -29,8 +29,8 @@ makeoptions MODULES_OVERRIDE=""
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions CONF_CFLAGS=-mcpu=strongarm
-options DDB
-options KDB
+options DDB
+options KDB
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
@@ -40,7 +40,7 @@ options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
-options ROOTDEVNAME=\"ufs:md0\"
+options ROOTDEVNAME=\"ufs:md0\"
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server
options NFSLOCKD #Network Lock Manager
@@ -68,4 +68,4 @@ device uart
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
-device md
+device md
OpenPOWER on IntegriCloud