diff options
Diffstat (limited to 'sys/arch/sun3/conf/RAMDISK')
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index 39f5858ef16..435ec57f078 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.3 1996/03/26 15:15:53 gwr Exp $ +# $NetBSD: RAMDISK,v 1.3.4.1 1996/08/19 23:35:10 gwr Exp $ # # RAMDISK: Root/swap on ramdisk @@ -11,15 +11,20 @@ include "std.sun3" # Machines to be supported by this kernel +options FPU_EMULATE # XXX - Should not be needed! options HAVECACHE # Sun3/260 VAC # Needs to be set per system. i.e change these as you see fit maxusers 2 # Standard system options -options SWAPPAGER # paging -#makeoptions DEBUG="-g" # symbols for kgdb + nm +options SWAPPAGER, VNODEPAGER, DEVPAGER # paging + +# Debugging options. Uncomment either this: #options DDB +# ... or these two: (for KGDB on another machine) +makeoptions DEBUG="-g" # symbols for kgdb + nm +options KGDB # Enable the hooks used for initializing the ram-disk. options RAMDISK_HOOKS @@ -27,31 +32,31 @@ options MINIROOTSIZE=512 # 256K # Filesystem options # May need NFSCLIENT to get miniroot image -options NFSCLIENT # nfs client support +options NFSCLIENT # nfs client support # Need FFS for the ramdisk image -options FFS # ufs file system -options FIFO # FIFOs; RECOMMENDED +options FFS # ufs file system +options FIFO # FIFOs; RECOMMENDED # Networking options -options INET # IP prototol stack support +options INET # IP prototol stack support +options 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 # Compatability options #options COMPAT_SUNOS # can run SunOS 4.1.1 executables -#options COMPAT_09 # NetBSD 0.9, -options COMPAT_10 # NetBSD 1.0, -options COMPAT_11 # NetBSD 1.1, -options COMPAT_43 # and 4.3BSD -#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD -#options UCONSOLE # Allow non-root TIOCCONS +#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 +options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options options DIAGNOSTIC # The config program assumes all devices have partions... # Is it OK to put swap on a non-existent partition? -config bsd root on rd0a swap on rd0b +config netbsd root on rd0a swap on rd0b # # Serial ports |