Home | History | Annotate | Line # | Download | only in conf
INSTALL_PS2 revision 1.1
      1  1.1  jdolecek #	$NetBSD: INSTALL_PS2,v 1.1 2001/07/21 13:16:23 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.1  jdolecek include "arch/i386/conf/PS2"
      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