RAMDISK revision 1.17
11.17Sjym# $NetBSD: RAMDISK,v 1.17 2009/02/06 18:50:26 jym Exp $ 21.1Scgd# 31.11Scgd# Generic Alpha kernel with built-in RAM disk image. 41.1Scgd 51.11Scgdinclude "arch/alpha/conf/GENERIC" 61.1Scgd 71.1Scgd# Enable the hooks used for initializing the ram-disk. 81.14Scgdoptions MEMORY_DISK_HOOKS 91.14Scgdoptions MEMORY_DISK_IS_ROOT # Force root on ram-disk 101.16Slukemoptions MEMORY_DISK_ROOT_SIZE=8192 # 4 Megabytes! 111.17Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 12