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