diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-28 15:10:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-28 15:10:08 +0000 |
commit | 6e2e6b0ffe1e31a838d9c99fb84ac29d9d8c2b8d (patch) | |
tree | 67aa38575ac41008fc495743f4b1b471fd8125ee /sys | |
parent | f33c22612a0243428cec228ac00bd3b2fd2cdc2f (diff) |
remove junk from 8 years ago
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index e679d8d55df..d6e3de41e27 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2004/10/20 12:49:15 pefo Exp $ +# $OpenBSD: RAMDISK,v 1.11 2005/04/28 15:10:07 deraadt Exp $ # machine sgi mips64 @@ -10,37 +10,22 @@ option DST=0 # use daylight savings rules # Make options makeoption LINK_ADDRESS="0xffffffff80100000" -# Standard system options -option SWAPPAGER # swap pager (anonymous and swap space) -option DEVPAGER # device pager (mapped devices) - option ARCBIOS # Systems uses ARC firmware. option PCIVERBOSE option USBVERBOSE -option DIAGNOSTIC # extra kernel debugging checks -#option DEBUG # extra kernel debugging support option DDB # Filesystem options 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 # fast filesystem -option KERNFS # kernel data-structure filesystem -#option MFS # memory-based filesystem #option MSDOSFS # Ability to read write MS-Dos filsystem option NFSCLIENT # Sun NFS-compatible filesystem (client) -#option NULLFS # null layer filesystem -#option PROCFS # /proc - # Networking options -#option GATEWAY # IP packet forwarding option INET # Internet protocols -#option NS # XNS -#option IPX # IPX+SPX # RAMDISK stuff option MINIROOTSIZE=8192 |