RAMDISK revision 1.14
1# 	$NetBSD: RAMDISK,v 1.14 2011/03/06 17:08:24 bouyer 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
15options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
16
17options 	PIPE_SOCKETPAIR
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 options	COMPAT_13
33no options	COMPAT_14
34no options	COMPAT_15
35no options	COMPAT_16
36
37no file-system	EXT2FS
38no file-system	LFS
39no file-system	FDESC
40no file-system	KERNFS
41no file-system	NULLFS
42no file-system	OVERLAY
43no file-system	PUFFS
44no file-system	UMAPFS
45no file-system	UNION
46no file-system	PTYFS
47
48no options 	QUOTA
49no options 	QUOTA2
50no options 	NFSSERVER
51no options 	NETATALK
52no options 	PPP_FILTER
53no options 	SCSIVERBOSE
54
55no ewsms0 at zsc?
56no wsmouse* at ewsms?
57
58no ch*	at scsibus?
59no ses*	at scsibus?
60no ss*	at scsibus?
61no uk*	at scsibus?
62
63no pseudo-device	raid
64no pseudo-device	vnd
65no pseudo-device	fss
66no pseudo-device	putter
67no pseudo-device	ipfilter
68no pseudo-device	ppp
69no pseudo-device	pppoe
70no pseudo-device	strip
71no pseudo-device	tap
72no pseudo-device	tun
73no pseudo-device	gre
74no pseudo-device	gif
75no pseudo-device	stf
76no pseudo-device	vlan
77no pseudo-device	bridge
78no pseudo-device	agr
79no pseudo-device	accf_data
80no pseudo-device	accf_http
81no pseudo-device	clockctl
82no pseudo-device	ksyms
83no pseudo-device	wsmux
84