RAMDISK revision 1.3 1 # $NetBSD: RAMDISK,v 1.3 2006/01/09 09:57:42 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=6144 # size of memory disk, in blocks
15
16 options PIPE_SOCKETPAIR
17 options MALLOC_NOINLINE
18 options NFS_V2_ONLY
19 options FFS_NO_SNAPSHOT
20 options NO_DEV_PTM
21
22 # disable some options to shrink kernel
23 no options INCLUDE_CONFIG_FILE
24 no options NTP
25 no options KTRACE
26 no options SYSTRACE
27 no options SYSVMSG
28 no options SYSVSEM
29 no options SYSVSHM
30 no options P1003_1B_SEMAPHORE
31 no options SYSCTL_INCLUDE_DESCR
32
33 no file-system EXT2FS
34 no file-system FDESC
35 no file-system NULLFS
36 no file-system OVERLAY
37 no file-system PORTAL
38 no file-system UMAPFS
39 no file-system UNION
40 no file-system PTYFS
41
42 no options QUOTA
43 no options NETATALK
44 no options PPP_FILTER
45 no options SCSIVERBOSE
46
47 no ewsms0 at zsc?
48 no wsmouse* at ewsms?
49
50 no ch* at scsibus?
51 no ses* at scsibus?
52 no ss* at scsibus?
53 no uk* at scsibus?
54
55 no pseudo-device vnd
56 no pseudo-device fss
57 no pseudo-device ipfilter
58 no pseudo-device strip
59 no pseudo-device tap
60 no pseudo-device tun
61 no pseudo-device gre
62 no pseudo-device gif
63 no pseudo-device vlan
64 no pseudo-device bridge
65 no pseudo-device clockctl
66 no pseudo-device ksyms
67