RAMDISK revision 1.24
1# 	$NetBSD: RAMDISK,v 1.24 2019/12/23 19:30:12 christos 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
14# This sets the memory disk image size for the kernel. There is another
15# memory disk image size defined in the boot blocks:
16# 	src/sys/arch/ews4800mips/stand/boot/Makefile
17options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks (12)
18options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
19
20options 	PIPE_SOCKETPAIR
21options 	NFS_V2_ONLY
22options 	FFS_NO_SNAPSHOT
23options 	NO_DEV_PTM
24
25# disable some options to shrink kernel
26no options	DDB
27no options 	INCLUDE_CONFIG_FILE
28no options 	NTP
29no options 	KTRACE
30no options 	SYSVMSG
31no options 	SYSVSEM
32no options 	SYSVSHM
33no options 	SYSCTL_INCLUDE_DESCR
34
35no options	COMPAT_13
36no options	COMPAT_14
37no options	COMPAT_15
38no options	COMPAT_16
39no options	COMPAT_20
40no options	COMPAT_30
41no options	COMPAT_40
42no options	COMPAT_50
43no options	COMPAT_60
44no options	COMPAT_43
45
46no file-system	EXT2FS
47no file-system	LFS
48no file-system	FDESC
49no file-system	KERNFS
50no file-system	NULLFS
51no file-system	OVERLAY
52no file-system	PUFFS
53no file-system	PROCFS
54no file-system	UMAPFS
55no file-system	UNION
56no file-system	PTYFS
57no file-system	TMPFS
58
59no options 	QUOTA
60no options 	QUOTA2
61no options 	NFSSERVER
62no options 	NETATALK
63no options 	PPP_FILTER
64no options 	SCSIVERBOSE
65
66no ewsms0 at zsc?
67no wsmouse* at ewsms?
68
69no ch*	at scsibus?
70no ses*	at scsibus?
71no ss*	at scsibus?
72no uk*	at scsibus?
73
74no pseudo-device	ccd
75no pseudo-device	raid
76no pseudo-device	vnd
77no pseudo-device	fss
78no pseudo-device	putter
79no pseudo-device	ipfilter
80no pseudo-device	ppp
81no pseudo-device	pppoe
82no pseudo-device	strip
83no pseudo-device	tap
84no pseudo-device	tun
85no pseudo-device	gre
86no pseudo-device	gif
87no pseudo-device	stf
88no pseudo-device	vlan
89no pseudo-device	bridge
90no pseudo-device	agr
91no pseudo-device	accf_data
92no pseudo-device	accf_http
93no pseudo-device	clockctl
94no pseudo-device	ksyms
95no pseudo-device	wsmux
96no pseudo-device 	carp
97no pseudo-device 	veriexec
98