Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf Ensure all INSTALL config f...
details: https://anonhg.NetBSD.org/src/rev/971ee5d1e603
branches: sommerfeld_i386mp_1
changeset: 482562:971ee5d1e603
user: abs <abs%NetBSD.org@localhost>
date: Fri Jul 05 13:40:14 2002 +0000
description:
Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.
diffstat:
sys/arch/i386/conf/INSTALL_PS2 | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 189b6efffcba -r 971ee5d1e603 sys/arch/i386/conf/INSTALL_PS2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/INSTALL_PS2 Fri Jul 05 13:40:14 2002 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: INSTALL_PS2,v 1.8.2.2 2002/07/05 13:40:14 abs Exp $
+#
+# INSTALL_PS2 - PS/2 Installation kernel.
+#
+# This kernel is derived from GENERIC_PS2TINY with MEMORY_DISK stuff
+# added.
+#
+
+include "arch/i386/conf/GENERIC_PS2TINY"
+
+# Enable the hooks used for initializing the root memory-disk.
+options MEMORY_DISK_HOOKS
+options MEMORY_DISK_IS_ROOT # force root on memory disk
+options MEMORY_DISK_SERVER=0 # no userspace memory disk support
+options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
+
+# File systems
+file-system MFS # memory file system
Home |
Main Index |
Thread Index |
Old Index