Home | History | Annotate | Line # | Download | only in conf
INSTALL_PS2 revision 1.4.4.4
      1  1.4.4.4  nathanw #	$NetBSD: INSTALL_PS2,v 1.4.4.4 2002/04/01 07:40:37 nathanw Exp $
      2  1.4.4.2  nathanw #
      3  1.4.4.2  nathanw #	INSTALL_PS2 - PS/2 Installation kernel.
      4  1.4.4.2  nathanw #
      5  1.4.4.2  nathanw #	This kernel is derived from GENERIC_PS2TINY with MEMORY_DISK stuff
      6  1.4.4.2  nathanw #	added.
      7  1.4.4.2  nathanw #
      8  1.4.4.2  nathanw 
      9  1.4.4.2  nathanw include "arch/i386/conf/GENERIC_PS2TINY"
     10  1.4.4.2  nathanw 
     11  1.4.4.2  nathanw # Enable the hooks used for initializing the root memory-disk.
     12  1.4.4.2  nathanw options 	MEMORY_DISK_HOOKS
     13  1.4.4.2  nathanw options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     14  1.4.4.2  nathanw options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     15  1.4.4.4  nathanw options 	MEMORY_DISK_SIZE=2880	# 1.44M, same as a floppy
     16  1.4.4.2  nathanw 
     17  1.4.4.3  nathanw options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     18  1.4.4.3  nathanw 
     19  1.4.4.2  nathanw # File systems
     20  1.4.4.2  nathanw file-system 	MFS			# memory file system
     21