1 # $NetBSD: RAMDISK,v 1.11 2009/02/06 18:50:27 jym Exp $
3 # kernel config file with memory disk for installation
6 include "arch/ews4800mips/conf/GENERIC"
8 # Enable the hooks used for initializing the root memory-disk.
9 makeoptions COPTS="-Os -mmemcpy" # optimize for space
11 options MEMORY_DISK_HOOKS
12 options MEMORY_DISK_IS_ROOT # force root on memory disk
13 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
14 options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
15 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
17 options PIPE_SOCKETPAIR
19 options FFS_NO_SNAPSHOT
22 # disable some options to shrink kernel
23 no options INCLUDE_CONFIG_FILE
29 no options P1003_1B_SEMAPHORE
30 no options SYSCTL_INCLUDE_DESCR
42 no file-system OVERLAY
51 no options SCSIVERBOSE
64 no pseudo-device ipfilter
66 no pseudo-device pppoe
67 no pseudo-device strip
74 no pseudo-device bridge
76 no pseudo-device clockctl
77 no pseudo-device ksyms
78 no pseudo-device wsmux