1# $NetBSD: RAMDISK,v 1.12 2009/12/07 08:57:38 pooka 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 UMAPFS 44no file-system UNION 45no file-system PTYFS 46 47no options QUOTA 48no options NFSSERVER 49no options NETATALK 50no options PPP_FILTER 51no options SCSIVERBOSE 52 53no ewsms0 at zsc? 54no wsmouse* at ewsms? 55 56no ch* at scsibus? 57no ses* at scsibus? 58no ss* at scsibus? 59no uk* at scsibus? 60 61no pseudo-device raid 62no pseudo-device vnd 63no pseudo-device fss 64no pseudo-device ipfilter 65no pseudo-device ppp 66no pseudo-device pppoe 67no pseudo-device strip 68no pseudo-device tap 69no pseudo-device tun 70no pseudo-device gre 71no pseudo-device gif 72no pseudo-device stf 73no pseudo-device vlan 74no pseudo-device bridge 75no pseudo-device agr 76no pseudo-device clockctl 77no pseudo-device ksyms 78no pseudo-device wsmux 79