xref: /netbsd-src/sys/arch/zaurus/conf/INSTALL (revision 80d9064ac03cbb6a4174695f0d5b237c8766d3d0)
1# $NetBSD: INSTALL,v 1.24 2014/08/17 21:17:44 joerg Exp $
2#
3# INSTALL config file (GENERIC with memory disk root)
4#
5
6include 	"arch/zaurus/conf/GENERIC"
7
8# Enable the hooks used for initializing the root memory-disk.
9options 	MEMORY_DISK_HOOKS	# enable root ramdisk
10options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
11options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
12options 	MEMORY_DISK_ROOT_SIZE=4516	# size of memory disk, in blocks
13options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
14
15# for reduce kernel size.
16# kernel size must be less than 5MB.
17# - see src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c:bsdimage[]
18
19makeoptions		COPTS="-Os"
20
21no options		EXEC_AOUT
22no options		RFC2292
23no options		PTRACE
24
25no options 		KLOADER
26
27no options 		INSECURE
28
29no file-system		KERNFS
30no file-system		NULLFS
31no file-system		PROCFS
32no file-system		PTYFS
33no file-system		TMPFS
34
35no options 		WAPBL
36
37no options		COMPAT_13
38no options		COMPAT_14
39no options		COMPAT_15
40no options		COMPAT_16
41no options		COMPAT_20
42no options		COMPAT_30
43no options		COMPAT_40
44no options		COMPAT_50
45no options		COMPAT_60
46no options		COMPAT_70
47no options		COMPAT_43
48
49no options 		COMPAT_OSSAUDIO
50
51no options		DKWEDGE_AUTODISCOVER
52
53no options 		SYSVMSG
54no options 		SYSVSEM
55no options 		SYSVSHM
56
57options 		PIPE_SOCKETPAIR
58
59no options 		WSDISPLAY_COMPAT_PCVT
60no options 		WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
61no options 		WSDISPLAY_COMPAT_RAWKBD
62options 		WSDISPLAY_DEFAULTSCREENS=1
63options 		RASOPS_SMALL
64
65no options 		DIAGNOSTIC
66no options 		DDB
67no options 		DDB_HISTORY_SIZE
68no makeoptions	COPY_SYMTAB
69
70no zrc0 at pxaip?
71
72no ztp0 at zssp?
73no wsmouse* at ztp?
74
75no zaudio0 at iic?
76no audio* at zaudio?
77
78no ums* at uhidev?
79no wsmouse* at ums?
80no ugen*
81
82no uk* at scsibus?
83
84no pseudo-device	vnd
85no options 		VND_COMPRESSION
86no pseudo-device	accf_data
87no pseudo-device	accf_http
88no pseudo-device	ksyms
89no pseudo-device	wsfont
90options 	NO_DEV_PTM
91