RAMDISK revision 1.2
1# $NetBSD: RAMDISK,v 1.2 2006/01/08 14:35:39 tsutsui Exp $ 2# 3# kernel config file with memory disk for installation 4# 5 6include "arch/ews4800mips/conf/GENERIC" 7 8# Enable the hooks used for initializing the root memory-disk. 9makeoptions COPTS="-Os -mmemcpy" # optimize for space 10 11options MEMORY_DISK_HOOKS 12options MEMORY_DISK_IS_ROOT # force root on memory disk 13options MEMORY_DISK_SERVER=0 # no userspace memory disk support 14options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks 15 16options PIPE_SOCKETPAIR 17 18# disable some options to shrink kernel 19no options INCLUDE_CONFIG_FILE 20no options NTP 21no options SYSCTL_INCLUDE_DESCR 22 23no options KTRACE 24no options SYSTRACE 25 26no file-system EXT2FS 27no file-system OVERLAY 28no file-system PORTAL 29no file-system UMAPFS 30no file-system UNION 31 32no options QUOTA 33no options NETATALK 34no options SCSIVERBOSE 35 36no ewsms0 at zsc? 37no wsmouse* at ewsms? 38 39no pseudo-device vnd 40no pseudo-device ipfilter 41