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.4 jdolecek # $NetBSD: RAMDISK,v 1.3.2.4 2002/06/23 17:39:09 jdolecek 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.4 jdolecek #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 11 1.3.2.4 jdolecek 12 1.3.2.2 thorpej config netbsd root on ? type ? 13 1.3.2.2 thorpej 14 1.3.2.2 thorpej makeoptions DEFGP="-G 48" 15 1.3.2.2 thorpej 16 1.3.2.2 thorpej # disk/mass storage pseudo-devices 17 1.3.2.2 thorpej pseudo-device md 1 # memory disk device (ramdisk) 18 1.3.2.2 thorpej 19 1.3.2.2 thorpej # Enable the hooks used for initializing the root memory-disk. 20 1.3.2.2 thorpej options MEMORY_DISK_HOOKS 21 1.3.2.2 thorpej options MEMORY_DISK_IS_ROOT # force root on memory disk 22 1.3.2.2 thorpej options MEMORY_DISK_SERVER=0 # no userspace memory disk support 23 1.3.2.4 jdolecek options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks 24 1.3.2.2 thorpej 25 1.3.2.2 thorpej # Reboot from HDD 26 1.3.2.2 thorpej options KLOADER_KERNEL_PATH="\"/mnt/netbsd\"" 27