RAMDISK revision 1.4
1# 	$NetBSD: RAMDISK,v 1.4 2006/08/28 13:53:04 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
15
16options 	PIPE_SOCKETPAIR
17options 	MALLOC_NOINLINE
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 file-system	EXT2FS
33no file-system	FDESC
34no file-system	NULLFS
35no file-system	OVERLAY
36no file-system	PORTAL
37no file-system	UMAPFS
38no file-system	UNION
39no file-system	PTYFS
40
41no options 	QUOTA
42no options 	NETATALK
43no options 	PPP_FILTER
44no options 	SCSIVERBOSE
45
46no ewsms0 at zsc?
47no wsmouse* at ewsms?
48
49no ch*	at scsibus?
50no ses*	at scsibus?
51no ss*	at scsibus?
52no uk*	at scsibus?
53
54no pseudo-device	vnd
55no pseudo-device	fss
56no pseudo-device	ipfilter
57no pseudo-device	strip
58no pseudo-device	tap
59no pseudo-device	tun
60no pseudo-device	gre
61no pseudo-device	gif
62no pseudo-device	vlan
63no pseudo-device	bridge
64no pseudo-device	clockctl
65no pseudo-device	ksyms
66