INSTALL_PS2 revision 1.4
11.4Sjdolecek#	$NetBSD: INSTALL_PS2,v 1.4 2001/07/30 20:51:29 jdolecek 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.1Sjdolecekoptions 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
161.1Sjdolecek
171.1Sjdolecek# File systems
181.1Sjdolecekfile-system 	MFS			# memory file system
19