Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.3.2.2
      1  1.3.2.2  thorpej #
      2  1.3.2.2  thorpej # kernel config file for memory(RAM) disk
      3  1.3.2.2  thorpej #
      4  1.3.2.2  thorpej # 	$NetBSD: RAMDISK,v 1.3.2.2 2002/01/10 19:47:26 thorpej Exp $
      5  1.3.2.2  thorpej #
      6  1.3.2.2  thorpej 
      7  1.3.2.2  thorpej include 	"arch/playstation2/conf/std.playstation2"
      8  1.3.2.2  thorpej include 	"arch/playstation2/conf/config.playstation2"
      9  1.3.2.2  thorpej 
     10  1.3.2.2  thorpej config		netbsd		root on ? type ?
     11  1.3.2.2  thorpej 
     12  1.3.2.2  thorpej makeoptions	DEFGP="-G 48"
     13  1.3.2.2  thorpej 
     14  1.3.2.2  thorpej # disk/mass storage pseudo-devices
     15  1.3.2.2  thorpej pseudo-device	md		1	# memory disk device (ramdisk)
     16  1.3.2.2  thorpej 
     17  1.3.2.2  thorpej # Enable the hooks used for initializing the root memory-disk.
     18  1.3.2.2  thorpej options 	MEMORY_DISK_HOOKS
     19  1.3.2.2  thorpej options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     20  1.3.2.2  thorpej options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     21  1.3.2.2  thorpej options 	MINIROOTSIZE=10240	# size of memory disk, in blocks
     22  1.3.2.2  thorpej 
     23  1.3.2.2  thorpej # Reboot from HDD
     24  1.3.2.2  thorpej options 	KLOADER_KERNEL_PATH="\"/mnt/netbsd\""
     25