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 Installation kernel for PS/2 machines. On...
details: https://anonhg.NetBSD.org/src/rev/36487ab0069f
branches: trunk
changeset: 513014:36487ab0069f
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Jul 21 13:16:23 2001 +0000
description:
Installation kernel for PS/2 machines. Only wrapper around
PS2 config.
diffstat:
sys/arch/i386/conf/INSTALL_PS2 | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r 7607d8fe8f38 -r 36487ab0069f sys/arch/i386/conf/INSTALL_PS2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/INSTALL_PS2 Sat Jul 21 13:16:23 2001 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: INSTALL_PS2,v 1.1 2001/07/21 13:16:23 jdolecek Exp $
+#
+# INSTALL_PS2 - PS/2 Installation kernel.
+#
+# This kernel is derived from PS2 with MEMORY_DISK stuff added.
+#
+
+include "arch/i386/conf/PS2"
+
+# 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 MINIROOTSIZE=2880 # 1.44M, same as a floppy
+
+# File systems
+file-system MFS # memory file system
Home |
Main Index |
Thread Index |
Old Index