From 41cafad3c379bd6bd08838748208b7fe96599080 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 11 Jul 1997 02:34:00 +0000 Subject: Add KERNFS, PROCFS, NULLFS --- sys/arch/alpha/conf/GENERIC | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/alpha') 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 -- cgit v1.2.3