RAMDISK revision 1.2 1 # $NetBSD: RAMDISK,v 1.2 2006/01/08 14:35:39 tsutsui Exp $
2 #
3 # kernel config file with memory disk for installation
4 #
5
6 include "arch/ews4800mips/conf/GENERIC"
7
8 # Enable the hooks used for initializing the root memory-disk.
9 makeoptions COPTS="-Os -mmemcpy" # optimize for space
10
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=8192 # size of memory disk, in blocks
15
16 options PIPE_SOCKETPAIR
17
18 # disable some options to shrink kernel
19 no options INCLUDE_CONFIG_FILE
20 no options NTP
21 no options SYSCTL_INCLUDE_DESCR
22
23 no options KTRACE
24 no options SYSTRACE
25
26 no file-system EXT2FS
27 no file-system OVERLAY
28 no file-system PORTAL
29 no file-system UMAPFS
30 no file-system UNION
31
32 no options QUOTA
33 no options NETATALK
34 no options SCSIVERBOSE
35
36 no ewsms0 at zsc?
37 no wsmouse* at ewsms?
38
39 no pseudo-device vnd
40 no pseudo-device ipfilter
41