1# $NetBSD: RAMDISK,v 1.3 2006/01/09 09:57:42 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=6144 # size of memory disk, in blocks 15 16options PIPE_SOCKETPAIR 17options MALLOC_NOINLINE 18options NFS_V2_ONLY 19options FFS_NO_SNAPSHOT 20options NO_DEV_PTM 21 22# disable some options to shrink kernel 23no options INCLUDE_CONFIG_FILE 24no options NTP 25no options KTRACE 26no options SYSTRACE 27no options SYSVMSG 28no options SYSVSEM 29no options SYSVSHM 30no options P1003_1B_SEMAPHORE 31no options SYSCTL_INCLUDE_DESCR 32 33no file-system EXT2FS 34no file-system FDESC 35no file-system NULLFS 36no file-system OVERLAY 37no file-system PORTAL 38no file-system UMAPFS 39no file-system UNION 40no file-system PTYFS 41 42no options QUOTA 43no options NETATALK 44no options PPP_FILTER 45no options SCSIVERBOSE 46 47no ewsms0 at zsc? 48no wsmouse* at ewsms? 49 50no ch* at scsibus? 51no ses* at scsibus? 52no ss* at scsibus? 53no uk* at scsibus? 54 55no pseudo-device vnd 56no pseudo-device fss 57no pseudo-device ipfilter 58no pseudo-device strip 59no pseudo-device tap 60no pseudo-device tun 61no pseudo-device gre 62no pseudo-device gif 63no pseudo-device vlan 64no pseudo-device bridge 65no pseudo-device clockctl 66no pseudo-device ksyms 67