INSTALL_ZYXELKX revision 1.1
11.1Smatt# $NetBSD: INSTALL_ZYXELKX,v 1.1 2014/04/30 01:01:04 matt Exp $ 21.1Smatt 31.1Smattinclude "arch/evbmips/conf/ZYXELKX" 41.1Smatt 51.1Smatt#ident "INSTALL_ZYXELKX-$Revision: 1.1 $" 61.1Smatt 71.1Smatt# Enable the hooks used for initializing the root memory-disk. 81.1Smatt# The ramdisk size must be kept in sync manually with the size of 91.1Smatt# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk). 101.1Smattpseudo-device md # memory disk device 111.1Smattoptions MEMORY_DISK_HOOKS 121.1Smattoptions MEMORY_DISK_IS_ROOT # force root on memory disk 131.1Smattoptions MEMORY_DISK_SERVER=0 # no userspace memory disk 141.1Smattoptions MEMORY_DISK_ROOT_SIZE=12288 # size of memory disk, in blocks 151.1Smatt 161.1Smatt#options UVMHIST 171.1Smatt#options UVMHIST_PRINT 181.1Smattmakeoptions DEBUG="-g" 191.1Smattmakeoptions NEED_MDSETIMAGE=yes 201.1Smatt#makeoptions NEED_UBOOTIMAGE=yes 211.1Smattno config netbsd-sd0a 221.1Smattno config netbsd-reth0 231.1Smatt 241.1Smattno options VMSWAP 25