summaryrefslogtreecommitdiff
path: root/sys/arch/arc
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-24 21:46:03 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-24 21:46:03 +0000
commit0d05fc84024b2403bfc41450939fd55c2cb67f45 (patch)
tree53b45aae27218ea97ccceb944dd764dc083683ea /sys/arch/arc
parent61c7960078495496427bf6f8ca55aa1e7a18c85b (diff)
Make pretty
Diffstat (limited to 'sys/arch/arc')
-rw-r--r--sys/arch/arc/conf/ARCTIC74
1 files changed, 39 insertions, 35 deletions
diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC
index aab85da49d4..4729dd252b4 100644
--- a/sys/arch/arc/conf/ARCTIC
+++ b/sys/arch/arc/conf/ARCTIC
@@ -1,4 +1,4 @@
-# $OpenBSD: ARCTIC,v 1.2 1996/09/24 21:32:12 niklas Exp $
+# $OpenBSD: ARCTIC,v 1.3 1996/09/24 21:46:02 niklas Exp $
#
# Generic configuration file for MIPS R4x00 ARC Systems
#
@@ -8,52 +8,56 @@ machine arc
maxusers 32
# Need to set locally
-options TIMEZONE=0 # minutes west of GMT (for)
-options DST=0 # use daylight savings rules
+option TIMEZONE=0 # minutes west of GMT (for)
+option DST=0 # use daylight savings rules
# Standard system options
-options SWAPPAGER # swap pager (anonymous and swap space)
-options DEVPAGER # device pager (mapped devices)
+option SWAPPAGER # swap pager (anonymous and swap space)
+option DEVPAGER # device pager (mapped devices)
-options DIAGNOSTIC # extra kernel debugging checks
-options DEBUG # extra kernel debugging support
-options COMPAT_43 # compatibility with 4.3BSD binaries
-options KTRACE # system call tracing support
+# Debugging options
+option DIAGNOSTIC # extra kernel debugging checks
+option DEBUG # extra kernel debugging support
+option KTRACE # system call tracing support
# System V options
-options SYSVMSG # System V-like message queues
-options SYSVSEM # System V-like semaphores
-options SYSVSHM # System V-like memory sharing
-options SHMMAXPGS=1024 # 1024 pages is the default
-options NATIVE_ELF # Arc systems uses ELF as native format
+option SYSVMSG # System V-like message queues
+option SYSVSEM # System V-like semaphores
+option SYSVSHM # System V-like memory sharing
+option SHMMAXPGS=1024 # 1024 pages is the default
+option NATIVE_ELF # Arc systems uses ELF as native format
# Filesystem options
-options CD9660 # ISO 9660 + Rock Ridge file system
-options FDESC # user file descriptor filesystem (/dev/fd)
-options FIFO # POSIX fifo support (in all filesystems)
-options FFS,QUOTA # fast filesystem with user and group quotas
-options KERNFS # kernel data-structure filesystem
-#options LFS # Log-based filesystem (still experimental)
-options MFS # memory-based filesystem
-options MSDOSFS # Ability to read write MS-Dos filsystem
-options NFSCLIENT # Sun NFS-compatible filesystem (client)
-options NFSSERVER # Sun NFS-compatible filesystem (server)
-options NULLFS # null layer filesystem
-options PORTAL # portal filesystem (still experimental)
-options UMAPFS # uid/gid remapping filesystem
+option CD9660 # ISO 9660 + Rock Ridge file system
+option FDESC # user file descriptor filesystem (/dev/fd)
+option FIFO # POSIX fifo support (in all filesystems)
+option FFS,QUOTA # fast filesystem with user and group quotas
+option KERNFS # kernel data-structure filesystem
+#option LFS # Log-based filesystem (still experimental)
+option MFS # memory-based filesystem
+option MSDOSFS # Ability to read write MS-Dos filsystem
+option NFSCLIENT # Sun NFS-compatible filesystem (client)
+option NFSSERVER # Sun NFS-compatible filesystem (server)
+option NULLFS # null layer filesystem
+option PORTAL # portal filesystem (still experimental)
+option UMAPFS # uid/gid remapping filesystem
# Networking options
-options INET # Internet protocols
-#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+option INET # Internet protocols
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
-#options MULTICAST # Multicast support
-#options MROUTING # Multicast routing support
-#options ISO # OSI networking
-#options TPIP
-#options EON
+#option MULTICAST # Multicast support
+#option MROUTING # Multicast routing support
+#option ISO # OSI networking
+#option TPIP
+#option EON
+
+# Compatibilitry modules
+option COMPAT_43 # compatibility with 4.3BSD binaries
+#option COMPAT_ULTRIX # Ultrix binary compatibility (no go yet)
# Special options
-options MACHINE_NONCONTIG # Support noncontigous memory.
+option MACHINE_NONCONTIG # Support noncontigous memory.
# Specify storage configuration (its a joke..)
config bsd root on wd0 swap on wd0 dumps on wd0