GENERIC revision 1.2
1# ALLEN
2# Mac II, etc.
3
4include	"std.mac"
5
6maxusers	16
7
8# obsolete timezone spec
9options               TIMEZONE=300, DST=1, MAXFDESCS=2048
10
11# Standard system options
12options		SWAPPAGER, VNODEPAGER #, DEVPAGER	# paging
13options		NEWCONFIG
14options		DIAGNOSTIC		# DEBUG for extra kernel debugging
15options		KTRACE			# system call tracing support
16#options	KGDB			# support for kernel gdb
17#options	GDB			# support for normal gdb
18#options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
19
20# Filesystem options
21#options	FIFO		# POSIX fifo support (in all filesystems)
22options		FFS
23#options	QUOTA	# fast filesystem with user and group quotas
24options		MFS		# memory-based filesystem
25#options	NFSSERVER	# Sun NFS-compatible filesystem
26#options	NFSCLIENT	# Sun NFS-compatible filesystem
27options		LOFS		# Loop-back filesystem
28options		KERNFS		# kernel data-structure filesystem
29options		FDESC		# user file descriptor filesystem
30#options	UMAPFS		# uid/gid remapping filesystem
31#options	LFS		# Log-based filesystem (still experimental)
32#options	PORTAL		# portal filesystem (still experimental)
33
34# Networking options
35options		SCSI
36options		SCSIDEBUG
37options		INET
38options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
39options		GATEWAY		# IP packet forwarding
40#options	ISO		# OSI networking
41#options	TPIP
42#options	EON
43options		COMPAT_42
44options		COMPAT_43
45options		NS
46options		MAPMEM,SYSVSHM
47
48config		netbsd	root on sd0 swap on sd0
49
50ncr*	at mainbus?		# SCSI NCR 5380
51
52scsibus0	at scsi? target 7
53sd0	at scsibus0 drive ?
54sd1	at scsibus0 drive ?
55sd2	at scsibus0 drive ?
56sd3	at scsibus0 drive ?
57sd4	at scsibus0 drive ?
58sd5	at scsibus0 drive ?
59sd6	at scsibus0 drive ?
60st0	at scsibus0 drive ?
61st1	at scsibus0 drive ?
62cd0	at scsibus0 drive ?
63cd1	at scsibus0 drive ?
64
65pseudo-device	loop
66pseudo-device	pty	16
67pseudo-device	sl
68
69pseudo-device	con	6
70