SMALLRAM revision 1.41 1 # $NetBSD: SMALLRAM,v 1.41 2014/08/16 17:57:02 apb Exp $
2 #
3 # This is an example of how to configure a small, efficient kernel for
4 # a system with limited RAM. Even so it's capable of doing quite a
5 # bit. The hypothetical system used for this example is a Macintosh
6 # IIx or Macintosh IIcx with 8 MB of RAM and an 80 MB disk. One or
7 # more DP5380- based NuBus Ethernet cards, onboard video and one or
8 # more NuBus video cards are configured. Basic SLIP and PPP support
9 # as well as packet filtering are available.
10 #
11 # This configuration is suitable for experimenting with NetBSD as a
12 # router with one or more Ethernet cards, and up to two PPP
13 # connections (one on each serial port).
14
15 include "arch/mac68k/conf/GENERIC"
16
17 no options INCLUDE_CONFIG_FILE
18
19 maxusers 8
20 makeoptions COPTS="-Os -m68030" # Optimize for the MC68030
21
22 no options M68040
23 no options M68020
24 no options FPSP
25 no options FPU_EMULATE
26
27 no options INSECURE
28
29 no options USERCONF
30 no options SYSCTL_INCLUDE_DESCR
31 no options KMEMSTATS
32
33 no options COMPAT_10
34 no options COMPAT_11
35 no options COMPAT_12
36 no options COMPAT_13
37 no options COMPAT_14
38 no options COMPAT_15
39 no options COMPAT_16
40 no options COMPAT_20
41 no options COMPAT_30
42 no options COMPAT_40
43 no options COMPAT_43
44 no options COMPAT_50
45 no options COMPAT_60
46 no options COMPAT_70
47
48 no options COMPAT_AOUT_M68K
49 no options EXEC_AOUT
50 no options COMPAT_BSDPTY
51
52 no file-system EXT2FS
53 no file-system LFS
54 no file-system MFS
55 no file-system CD9660
56 no file-system MSDOSFS
57 no file-system FDESC
58 no file-system KERNFS
59 no file-system NULLFS
60 no file-system OVERLAY
61 no file-system PUFFS
62 no file-system PROCFS
63 no file-system UMAPFS
64 no file-system UNION
65 no file-system CODA
66 no file-system PTYFS
67 no file-system TMPFS
68
69 no options QUOTA
70 no options QUOTA2
71 no options WAPBL
72 no options NFSSERVER
73
74 options FFS_NO_SNAPSHOT
75
76 no options INET6
77 no options NETATALK
78 no options PPP_BSDCOMP
79 no options PPP_DEFLATE
80 no options PPP_FILTER
81
82 no options SCSIVERBOSE
83
84 no options RCONS_2BPP
85 no options RCONS_4BPP
86 no options RCONS_16BPP
87
88 no options ZS_CONSOLE_ABORT
89
90 no cpi*
91
92 # SBC_PDMA 0x01 Use PDMA for polled transfers
93 # SBC_INTR 0x02 Allow SCSI IRQ/DRQ interrupts
94 # SBC_RESELECT 0x04 Allow disconnect/reselect
95 sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
96
97 no ncrscsi0
98 no esp0
99 no esp1
100
101 no st*
102 no cd*
103 no ch*
104 no se*
105 no ss*
106 no uk*
107
108 no wdc*
109 no atabus*
110 no wd*
111
112 no iwm0
113 no fd*
114
115 no sn*
116 no sm*
117 no mc*
118 no netdock*
119
120 no nsphy*
121 no ukphy*
122
123 no asc0
124
125 no pseudo-device ccd
126 no pseudo-device fss
127 no pseudo-device md
128 no pseudo-device vcoda
129 no pseudo-device tap
130 no pseudo-device gif
131 no pseudo-device stf
132 no pseudo-device vlan
133 no pseudo-device bridge
134 no pseudo-device agr
135 no pseudo-device accf_data
136 no pseudo-device accf_http
137 no pseudo-device putter
138 no pseudo-device swwdog
139 no pseudo-device ksyms
140