Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf +LFS +MFS



details:   https://anonhg.NetBSD.org/src/rev/116ba5018038
branches:  trunk
changeset: 472043:116ba5018038
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Apr 19 16:57:06 1999 +0000

description:
+LFS +MFS

diffstat:

 sys/arch/i386/conf/BIKINI |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 8949d2bd2435 -r 116ba5018038 sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Mon Apr 19 14:50:57 1999 +0000
+++ b/sys/arch/i386/conf/BIKINI Mon Apr 19 16:57:06 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BIKINI,v 1.12 1999/03/31 14:16:20 mycroft Exp $
+#      $NetBSD: BIKINI,v 1.13 1999/04/19 16:57:06 mycroft Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      BIKINI -- Mycroft's development machine
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-maxusers       8               # estimated number of users
+maxusers       32              # estimated number of users
 
 # CPU support.  At least one is REQUIRED.
 #options       I386_CPU
@@ -91,9 +91,9 @@
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
-#file-system   LFS             # log-structured file system
-#file-system   MFS             # memory file system
-#file-system   NFS             # Network File System client
+file-system    LFS             # log-structured file system
+file-system    MFS             # memory file system
+file-system    NFS             # Network File System client
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
 file-system    FDESC           # /dev/fd



Home | Main Index | Thread Index | Old Index