INSTALL revision 1.1
11.1Sskrll# $NetBSD: INSTALL,v 1.1 2007/05/02 08:02:00 skrll Exp $ 21.1Sskrll# 31.1Sskrll# landisk install kernel - GENERIC + ramdisk 41.1Sskrll# 51.1Sskrll 61.1Sskrllinclude "arch/landisk/conf/GENERIC" 71.1Sskrll 81.1Sskrllno config netbsd 91.1Sskrllconfig netbsd root on ? type ? 101.1Sskrll 111.1Sskrll# Enable the hooks used for initializing the root memory-disk. 121.1Sskrlloptions MEMORY_DISK_HOOKS 131.1Sskrlloptions MEMORY_DISK_IS_ROOT # force root on memory disk 141.1Sskrlloptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 151.1Sskrlloptions MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks 16