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