INSTALL_PS2 revision 1.1
11.1Sjdolecek#	$NetBSD: INSTALL_PS2,v 1.1 2001/07/21 13:16:23 jdolecek Exp $
21.1Sjdolecek#
31.1Sjdolecek#	INSTALL_PS2 - PS/2 Installation kernel.
41.1Sjdolecek#
51.1Sjdolecek#	This kernel is derived from PS2 with MEMORY_DISK stuff added.
61.1Sjdolecek#
71.1Sjdolecek
81.1Sjdolecekinclude "arch/i386/conf/PS2"
91.1Sjdolecek
101.1Sjdolecek# Enable the hooks used for initializing the root memory-disk.
111.1Sjdolecekoptions 	MEMORY_DISK_HOOKS
121.1Sjdolecekoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
131.1Sjdolecekoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
141.1Sjdolecekoptions 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
151.1Sjdolecek
161.1Sjdolecek# File systems
171.1Sjdolecekfile-system 	MFS			# memory file system
18