INSTALL_CPMBR1400 revision 1.2
11.2Smatt# $NetBSD: INSTALL_CPMBR1400,v 1.2 2011/07/28 15:50:13 matt Exp $ 21.2Smatt 31.2Smattinclude "arch/evbmips/conf/CPMBR1400" 41.2Smatt 51.2Smatt#ident "INSTALL_MALTA-$Revision: 1.2 $" 61.2Smatt 71.2Smatt# Enable the hooks used for initializing the root memory-disk. 81.2Smatt# The ramdisk size must be kept in sync manually with the size of 91.2Smatt# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk). 101.2Smattpseudo-device md # memory disk device 111.2Smattoptions MEMORY_DISK_HOOKS 121.2Smattoptions MEMORY_DISK_IS_ROOT # force root on memory disk 131.2Smattoptions MEMORY_DISK_SERVER=0 # no userspace memory disk 141.2Smattoptions MEMORY_DISK_ROOT_SIZE=12288 # size of memory disk, in blocks 151.2Smatt 161.2Smatt#options UVMHIST 171.2Smatt#options UVMHIST_PRINT 181.2Smattmakeoptions DEBUG="-g" 191.2Smattmakeoptions NEED_MDSETIMAGE=yes 201.2Smatt#makeoptions NEED_UBOOTIMAGE=yes 211.2Smattno config netbsd-sd0a 221.2Smattno config netbsd-reth0 231.2Smatt 241.2Smattno options VMSWAP 25