1# $NetBSD: RAMDISK,v 1.11 2009/02/06 18:50:27 jym 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 15options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 16 17options PIPE_SOCKETPAIR 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 SYSVMSG 27no options SYSVSEM 28no options SYSVSHM 29no options P1003_1B_SEMAPHORE 30no options SYSCTL_INCLUDE_DESCR 31 32no options COMPAT_13 33no options COMPAT_14 34no options COMPAT_15 35no options COMPAT_16 36 37no file-system EXT2FS 38no file-system LFS 39no file-system FDESC 40no file-system KERNFS 41no file-system NULLFS 42no file-system OVERLAY 43no file-system PORTAL 44no file-system UMAPFS 45no file-system UNION 46no file-system PTYFS 47 48no options QUOTA 49no options NFSSERVER 50no options NETATALK 51no options PPP_FILTER 52no options SCSIVERBOSE 53 54no ewsms0 at zsc? 55no wsmouse* at ewsms? 56 57no ch* at scsibus? 58no ses* at scsibus? 59no ss* at scsibus? 60no uk* at scsibus? 61 62no pseudo-device raid 63no pseudo-device vnd 64no pseudo-device fss 65no pseudo-device ipfilter 66no pseudo-device ppp 67no pseudo-device pppoe 68no pseudo-device strip 69no pseudo-device tap 70no pseudo-device tun 71no pseudo-device gre 72no pseudo-device gif 73no pseudo-device stf 74no pseudo-device vlan 75no pseudo-device bridge 76no pseudo-device agr 77no pseudo-device clockctl 78no pseudo-device ksyms 79no pseudo-device wsmux 80