Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf enable KERNFS and PROCFS - this is GENER...



details:   https://anonhg.NetBSD.org/src/rev/f720b196ea57
branches:  trunk
changeset: 533913:f720b196ea57
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Jul 10 22:05:29 2002 +0000

description:
enable KERNFS and PROCFS - this is GENERIC after all, right?

adresses port-alpha/15348 by Ray Phillips

diffstat:

 sys/arch/alpha/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b82e30076399 -r f720b196ea57 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Jul 10 21:56:42 2002 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Jul 10 22:05:29 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.209 2002/06/17 05:14:04 lukem Exp $
+# $NetBSD: GENERIC,v 1.210 2002/07/10 22:05:29 jdolecek Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.209 $"
+#ident                 "GENERIC-$Revision: 1.210 $"
 
 maxusers 32
 
@@ -72,8 +72,8 @@
 file-system    MSDOSFS         # MS-DOS-compatible file system
 file-system    NTFS            # Windows/NT file system (experimental)
 file-system    NFS             # Sun NFS-compatible file system client
-#file-system   KERNFS          # Kernel variable file system (/kern)
-#file-system   PROCFS          # Process file system (/proc)
+file-system    KERNFS          # Kernel variable file system (/kern)
+file-system    PROCFS          # Process file system (/proc)
 
 # File system options
 options        NFSSERVER       # Sun NFS-compatible file system server



Home | Main Index | Thread Index | Old Index