1# $NetBSD: RAMDISK,v 1.16 2012/03/10 21:51:52 joerg 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 SYSCTL_INCLUDE_DESCR 30 31no options COMPAT_13 32no options COMPAT_14 33no options COMPAT_15 34no options COMPAT_16 35no options COMPAT_20 36no options COMPAT_30 37no options COMPAT_43 38 39no file-system EXT2FS 40no file-system LFS 41no file-system FDESC 42no file-system KERNFS 43no file-system NULLFS 44no file-system OVERLAY 45no file-system PUFFS 46no file-system PROCFS 47no file-system UMAPFS 48no file-system UNION 49no file-system PTYFS 50no file-system TMPFS 51 52no options QUOTA 53no options QUOTA2 54no options NFSSERVER 55no options NETATALK 56no options PPP_FILTER 57no options SCSIVERBOSE 58 59no ewsms0 at zsc? 60no wsmouse* at ewsms? 61 62no ch* at scsibus? 63no ses* at scsibus? 64no ss* at scsibus? 65no uk* at scsibus? 66 67no pseudo-device ccd 68no pseudo-device raid 69no pseudo-device vnd 70no pseudo-device fss 71no pseudo-device putter 72no pseudo-device ipfilter 73no pseudo-device ppp 74no pseudo-device pppoe 75no pseudo-device strip 76no pseudo-device tap 77no pseudo-device tun 78no pseudo-device gre 79no pseudo-device gif 80no pseudo-device stf 81no pseudo-device vlan 82no pseudo-device bridge 83no pseudo-device agr 84no pseudo-device accf_data 85no pseudo-device accf_http 86no pseudo-device clockctl 87no pseudo-device ksyms 88no pseudo-device wsmux 89