Home | History | Annotate | Line # | Download | only in conf
INSTALL_PS2 revision 1.3
      1  1.3  jdolecek #	$NetBSD: INSTALL_PS2,v 1.3 2001/07/30 18:24:08 jdolecek Exp $
      2  1.1  jdolecek #
      3  1.1  jdolecek #	INSTALL_PS2 - PS/2 Installation kernel.
      4  1.1  jdolecek #
      5  1.1  jdolecek #	This kernel is derived from PS2 with MEMORY_DISK stuff added.
      6  1.1  jdolecek #
      7  1.1  jdolecek 
      8  1.3  jdolecek include "arch/i386/conf/GENERIC_PS2TINY"
      9  1.1  jdolecek 
     10  1.1  jdolecek # Enable the hooks used for initializing the root memory-disk.
     11  1.1  jdolecek options 	MEMORY_DISK_HOOKS
     12  1.1  jdolecek options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     13  1.1  jdolecek options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     14  1.1  jdolecek options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
     15  1.1  jdolecek 
     16  1.1  jdolecek # File systems
     17  1.1  jdolecek file-system 	MFS			# memory file system
     18