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