1 1.3 hannken # $NetBSD: RAMDISK64,v 1.3 2010/11/23 11:14:04 hannken Exp $ 2 1.2 matt # 3 1.2 matt # Install kernel with ramdisk added. 4 1.2 matt # The ramdisk is be too big to netboot directly via ECOFF on some machines, 5 1.2 matt # so keep it otherise identical to INSTALL. 6 1.2 matt # 7 1.2 matt 8 1.2 matt # Pull in standard `install' config 9 1.2 matt include "arch/pmax/conf/INSTALL64" 10 1.2 matt 11 1.2 matt 12 1.2 matt # Enable the hooks used for initializing the root memory-disk. 13 1.2 matt options MEMORY_DISK_HOOKS 14 1.2 matt options MEMORY_DISK_IS_ROOT # force root on memory disk 15 1.2 matt options MEMORY_DISK_SERVER=0 # no userspace memory disk support 16 1.2 matt options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk, in blocks (3300kB) 17 1.2 matt #options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy 18 1.2 matt 19 1.2 matt # File systems: need MFS 20 1.2 matt file-system MFS # memory file system 21 1.2 matt 22 1.2 matt # Extra Pseudo-Devices 23 1.2 matt 24 1.2 matt # disk/mass storage pseudo-devices 25 1.3 hannken pseudo-device md # memory disk device (ramdisk) 26