Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/x68k/conf Pullup rev.1.13 and 1.14.
details: https://anonhg.NetBSD.org/src/rev/c63dea3a554e
branches: netbsd-1-4
changeset: 468246:c63dea3a554e
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Apr 15 16:39:02 1999 +0000
description:
Pullup rev.1.13 and 1.14.
diffstat:
sys/arch/x68k/conf/INSTALL | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
diffs (75 lines):
diff -r b94754c2dde2 -r c63dea3a554e sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Thu Apr 15 16:37:11 1999 +0000
+++ b/sys/arch/x68k/conf/INSTALL Thu Apr 15 16:39:02 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.12 1999/03/31 15:38:06 minoura Exp $
+# $NetBSD: INSTALL,v 1.12.2.1 1999/04/15 16:39:02 minoura Exp $
#
# INSTALL -- installation kernel.
@@ -12,8 +12,10 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on memory-disk
options MEMORY_DISK_SERVER=0 # No user space hooks
-options MINIROOTSIZE=3074
-#options MINIROOTSIZE=2880 # 1.44M, same as a floppy
+#options MINIROOTSIZE=2400 # 1.2M, same as a 130mm floppy
+#options MINIROOTSIZE=2880 # 1.44M, same as a 90mm floppy
+options MINIROOTSIZE=2048
+options BUFCACHE=5 # Reserve 5% of the RAM as the cache.
## System kernel configuration. See options(4) for more detail.
@@ -127,7 +129,7 @@
## Options for compatibility with previous releases foreign system binaries.
-options COMPAT_43 # 4.3BSD system interfaces
+#options COMPAT_43 # 4.3BSD system interfaces
#options COMPAT_09 # NetBSD 0.9 binary compatibility
#options COMPAT_10 # NetBSD 1.0 binary compatibility
#options COMPAT_11 # NetBSD 1.1 binary compatibility
@@ -143,12 +145,12 @@
file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem
#file-system NULLFS # NULL layered filesystem
-file-system MFS # memory-based filesystem
+#file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
#file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental)
-file-system PROCFS # /proc
+#file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
@@ -229,8 +231,8 @@
#zstty4 at zsc2 channel 0
#zstty5 at zsc2 channel 1
-pseudo-device sram # battery-backuped static RAM
-pseudo-device bell # OPM bell
+#pseudo-device sram # battery-backuped static RAM
+#pseudo-device bell # OPM bell
#xcom0 at mainbus0 # NS16550 fast serial
#xcom1 at mainbus0
@@ -274,7 +276,7 @@
pseudo-device sl 1
## PPP, the successor to SLIP. See pppd(8).
-pseudo-device ppp 1
+#pseudo-device ppp 1
## Network "tunnel" device, allowing protocol stacks to run in the userland.
## This is used by the third-party user-mode "ppp" program, and others.
@@ -299,7 +301,7 @@
## like, though 256 is more or less the upper limit. Increasing this
## number still requires you to run /dev/MAKEDEV to create the files
## for the ptys.
-pseudo-device pty 8 # pseudo-ttys (for network, etc.)
+#pseudo-device pty 8 # pseudo-ttys (for network, etc.)
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
Home |
Main Index |
Thread Index |
Old Index