summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/GENERIC
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-11 02:34:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-11 02:34:00 +0000
commit41cafad3c379bd6bd08838748208b7fe96599080 (patch)
tree56edb58be129bfba7b81920e09e2658fba2224d5 /sys/arch/alpha/conf/GENERIC
parent93291e0719fb0b677441e8b65c2a8e44e6029268 (diff)
Add KERNFS, PROCFS, NULLFS
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r--sys/arch/alpha/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 8776dc0dfe0..9b48b800c29 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.22 1997/07/09 02:57:48 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.23 1997/07/11 02:33:59 millert Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -33,6 +33,9 @@ option MFS # Memory-based file system
option NFSSERVER # Sun NFS-compatible file system server
option NFSCLIENT # Sun NFS-compatible file system client
option CD9660 # ISO 9660 + Rock Ridge file system
+option KERNFS # /kern
+option PROCFS # /proc
+option NULLFS # loopback file system
# Networking options
option INET # Internet protocol suite