diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-09 12:14:44 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-09 12:14:44 +0000 |
commit | 22753545592dc6b04025b50331d221ea7d185208 (patch) | |
tree | 3c70248df67db97680a714d8f7bd5fad6ffcdd88 /sys/arch/sun3/conf/DISKLESS | |
parent | 0b0d1251a238968b62762ab9560b37bed73ee2b2 (diff) |
s/options/option/
Diffstat (limited to 'sys/arch/sun3/conf/DISKLESS')
-rw-r--r-- | sys/arch/sun3/conf/DISKLESS | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index b14aac34c35..a2a7a9fe7f4 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -9,50 +9,50 @@ include "arch/sun3/conf/std.sun3" # Machines to be supported by this kernel -options FPU_EMULATE -options HAVECACHE # Sun3/260 VAC +option FPU_EMULATE +option HAVECACHE # Sun3/260 VAC # Needs to be set per system. i.e change these as you see fit maxusers 4 # Standard system options -options KTRACE # system call tracing support +option KTRACE # system call tracing support # Debugging options. Uncomment either this: -#options DDB +#option DDB # ... or these two: (for KGDB on another machine) makeoptions DEBUG="-g" # symbols for kgdb + nm -options KGDB +option KGDB # Filesystem options -options NFSCLIENT # nfs client support +option NFSCLIENT # nfs client support # -options FDESC # /dev/fd/* -options FIFO # FIFOs; RECOMMENDED -options KERNFS # /kern -options NULLFS # loopback file system -options PROCFS # /proc +option FDESC # /dev/fd/* +option FIFO # FIFOs; RECOMMENDED +option KERNFS # /kern +option NULLFS # loopback file system +option PROCFS # /proc # Networking options -options INET # IP prototol stack support -#options GATEWAY # IP packet forwarding -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +option INET # IP prototol stack support +#option GATEWAY # IP packet forwarding +option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...) -options NFS_BOOT_RWSIZE=1024 +option NFS_BOOT_RWSIZE=1024 # Compatability options -options COMPAT_SUNOS # can run SunOS 4.1.1 executables -options COMPAT_43 # and 4.3BSD and ... -options COMPAT_10 # NetBSD 1.0 -options COMPAT_11 # NetBSD 1.1 -options COMPAT_12 # NetBSD 1.2 +option COMPAT_SUNOS # can run SunOS 4.1.1 executables +option COMPAT_43 # and 4.3BSD and ... +option COMPAT_10 # NetBSD 1.0 +option COMPAT_11 # NetBSD 1.1 +option COMPAT_12 # NetBSD 1.2 # Sun3-specific debugging options -#options PMAP_DEBUG -#options VMFAULT_TRACE -#options SYSCALL_DEBUG -#options EXEC_DEBUG -#options DIAGNOSTIC +#option PMAP_DEBUG +#option VMFAULT_TRACE +#option SYSCALL_DEBUG +#option EXEC_DEBUG +#option DIAGNOSTIC config bsd root on nfs swap on nfs |