GENERIC revision 1.15 1 # $NetBSD: GENERIC,v 1.15 1997/11/17 01:58:40 lukem Exp $
2
3 #
4 # GENERIC
5 #
6
7 # architecture type and name of kernel; REQUIRED
8 machine x68k m68k
9
10 options EXEC_SCRIPT # Support #!
11 options EXEC_AOUT # a.out format executables
12
13 # different CPU types; you must have at least the correct one; REQUIRED
14 options M68030
15 options M68040
16 options M68060
17
18 # set to indicate RTC is offset from GMT
19 options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
20
21 # estimated number of users
22 maxusers 8
23
24 # standard options
25 options SWAPPAGER # swap pager (anonymous and swap space)
26 options VNODEPAGER # vnode pager (mapped files)
27 options DEVPAGER # device pager (mapped devices)
28 #options DDB # kernel debugger; recommended
29 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
30 #options DIAGNOSTIC # internal consistency checking
31
32 options KTRACE # system call tracing, a la ktrace(1)
33 options FIFO # FIFOs; RECOMMENDED
34 options SYSVMSG # System V-like message queues
35 options SYSVSEM # System V-like semaphores
36 options SYSVSHM # System V-like memory sharing
37 options SHMMAXPGS=1024 # 1024 pages in the defualt
38 #options LKM # loadable kernel modules
39 #options SCSIVERBOSE # Verbose SCSI errors
40
41 # compatibility options
42 #options COMPAT_NOMID # old zmagic executables
43 #options COMPAT_43 # compatibility with 4.3BSD binaries
44 #options COMPAT_44 # compatibility with 4.4BSD binaries
45 options COMPAT_09 # compatibility with NetBSD 0.9
46 options COMPAT_10 # compatibility with NetBSD 1.0
47 options COMPAT_11 # compatibility with NetBSD 1.1
48 options COMPAT_12 # compatibility with NetBSD 1.2
49 options TCP_COMPAT_42 # 4.2 networking ABI
50 #options COMPAT_SUNOS # SunOS binaries
51 #options COMPAT_HPUX # HP-UX binaries; VERY EXPERIMENTAL
52 #options COMPAT_M68K4K # NetBSD/m68k4k binaries
53
54 # file system options
55 file-system FFS # Berkeley fast file system
56 file-system MFS # memory file system; uses RAM and swap
57 file-system NFS # Network File System client
58 file-system CD9660 # ISO 9660 CD-ROM file system, with RR
59 file-system MSDOSFS # MS-DOS FAT file system
60 file-system FDESC # /dev/fd
61 file-system KERNFS # kernel file system; recommended
62 file-system PROCFS # /proc
63 file-system NULLFS # Loop-back filesystem
64 file-system PORTAL # portal filesystem (still experimental)
65 #file-system ADOSFS # AmigaDOS filesystem
66 file-system LFS # Log-based filesystem (still experimental)
67 file-system UMAPFS # uid/gid remapping filesystem
68 file-system UNION # union mount
69
70 #options QUOTA # file system quotas
71 #options NFSSERVER # Network File System server
72
73 # networking options
74 #options GATEWAY # IP packet forwarding
75 options INET # Internet protocols
76 #options NS # XNS
77 #options CCITT,LLC,HDLC # X.25
78 #options ISO,TPIP # OSI networking
79 #options EON # OSI tunneling over IP
80 #options MULTICAST # multicast
81 #options TUN # tunnelling
82
83 # Options specific to this host.
84 options DEBUG
85 options MACHINE_NONCONTIG # support for noncontig memory
86 options FPSP # '40 Floating Point Software
87 options ITEKANJI # Kanji display for console
88 options PANICBUTTON # enable interrupt switch
89 options EIOMAPSIZE=0 # do not map PCI address space
90 options MAPPEDCOPY # use page mapping for large copyin/copyout
91 #options BUFPAGES=900
92 #options NKMEMCLUSTERS=256
93 #options PROFTIMER, PRF_INTERVAL=500
94 #options KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
95 #options PPP_OUTQ_SIZE=4096
96
97 #config netbsd root on sd6a
98 config netbsd root on ? type ?
99
100 mainbus0 at root
101
102 zs0 at mainbus0 # Zilog serial
103 par0 at mainbus0 # builtin parallel port
104 spc0 at mainbus0 # builtin scsi
105 spc1 at mainbus0 # external scsi
106 scsibus* at spc?
107 mha0 at mainbus0 # MK-HA1 Mach-2 SCSI
108 scsibus* at mha?
109 grfbus0 at mainbus0 # bitmapped display's
110 grf0 at grfbus0 # graphics driver
111 ite0 at grf0 # console
112 fdc0 at mainbus0 # floppy controller
113 fd* at fdc0 unit ? # builtin floppy drive
114
115 # SCSI disks
116 #sd* at scsibus? target ? lun ?
117 sd0 at scsibus? target 0 lun ?
118 sd1 at scsibus? target 1 lun ?
119 sd2 at scsibus? target 2 lun ?
120 sd3 at scsibus? target 3 lun ?
121 sd4 at scsibus? target 4 lun ?
122 sd5 at scsibus? target 5 lun ?
123 sd6 at scsibus? target 6 lun ?
124 sd7 at scsibus? target 7 lun ?
125
126 # SCSI CD-ROMs
127 cd* at scsibus? target ? lun ?
128
129 # SCSI tapes
130 st* at scsibus? target ? lun 0
131
132 # ethernet board
133 #se0 at scsibus? target ? lun ?
134 #ed0 at mainbus0
135
136 #device bsdaudio0 at nexus0 # /dev/audio
137
138 pseudo-device sl 2 # compressed SLIP
139 pseudo-device ppp 2 # point-to-point protocol
140 #pseudo-device bpfilter 16 # packet filter
141 pseudo-device pty 32 # pseudo-terminals
142 pseudo-device kbd # kbd
143 pseudo-device mouse # mouse
144 #pseudo-device sram # static RAM
145 pseudo-device bell # OPM bell
146 pseudo-device pow 2 # software power switch
147 pseudo-device loop # loopback; recommended
148 #pseudo-device vnd 10 # vn virtual filesystem device
149 #pseudo-device ccd 4 # concatenating disk driver
150