summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sgi/conf/RAMDISK17
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