11.12Sdholland#	$NetBSD: INSTALL_PS2,v 1.12 2010/01/03 03:53:34 dholland Exp $
21.1Sjdolecek#
31.1Sjdolecek#	INSTALL_PS2 - PS/2 Installation kernel.
41.1Sjdolecek#
51.4Sjdolecek#	This kernel is derived from GENERIC_PS2TINY with MEMORY_DISK stuff
61.4Sjdolecek#	added.
71.1Sjdolecek#
81.1Sjdolecek
91.3Sjdolecekinclude "arch/i386/conf/GENERIC_PS2TINY"
101.1Sjdolecek
111.1Sjdolecek# Enable the hooks used for initializing the root memory-disk.
121.1Sjdolecekoptions 	MEMORY_DISK_HOOKS
131.1Sjdolecekoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
141.1Sjdolecekoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
151.10Sdsloptions 	MEMORY_DISK_ROOT_SIZE=3500	# size of memory disk, in blocks
161.11Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
171.1Sjdolecek
181.1Sjdolecek# File systems
191.12Sdhollandfile-system	MFS			# memory file system
20