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