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