summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-04 11:17:31 +0000
committerdes <des@FreeBSD.org>2001-12-04 11:17:31 +0000
commitde8206def1500e19123458de5ca1b1c51c951e76 (patch)
tree9d024c417f5c052550aefe15f4d4deed1f8afe87 /sys/alpha
parent7810400c8f56f4d69702450f2907e8a59e3ca4a5 (diff)
downloadFreeBSD-src-de8206def1500e19123458de5ca1b1c51c951e76.zip
FreeBSD-src-de8206def1500e19123458de5ca1b1c51c951e76.tar.gz
s/^options\t\t/options \t/
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/SIMOS30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS
index c1cc835..cc77f25 100644
--- a/sys/alpha/conf/SIMOS
+++ b/sys/alpha/conf/SIMOS
@@ -18,20 +18,20 @@ cpu "EV5"
ident GENERIC
maxusers 10
-options "DEC_KN8AE"
-options SIMOS
-options INET #InterNETworking
-options FFS #Berkeley Fast Filesystem
-options NFSCLIENT #Network Filesystem Client
-options NFSSERVER #Network Filesystem Server
-options MSDOSFS #MSDOS Filesystem
-options "CD9660" #ISO 9660 Filesystem
-options NFS_ROOT #NFS usable as root device
+options "DEC_KN8AE"
+options SIMOS
+options INET #InterNETworking
+options FFS #Berkeley Fast Filesystem
+options NFSCLIENT #Network Filesystem Client
+options NFSSERVER #Network Filesystem Server
+options MSDOSFS #MSDOS Filesystem
+options "CD9660" #ISO 9660 Filesystem
+options NFS_ROOT #NFS usable as root device
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
-options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
-options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device
-options UCONSOLE #Allow users to grab the console
+options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
+options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device
+options UCONSOLE #Allow users to grab the console
config kernel
@@ -61,10 +61,10 @@ device gzip # Exec gzipped a.out's
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
-options KTRACE #kernel tracing
+options KTRACE #kernel tracing
# This provides support for System V shared memory.
#
-options SYSVSHM
+options SYSVSHM
-options DDB
+options DDB
OpenPOWER on IntegriCloud