GENERIC revision 1.4
1# ALLEN
2# Mac II, etc.
3
4include	"std.mac68k"
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		DDB
23options		FFS
24#options	QUOTA	# fast filesystem with user and group quotas
25options		MFS		# memory-based filesystem
26#options	NFSSERVER	# Sun NFS-compatible filesystem
27#options	NFSCLIENT	# Sun NFS-compatible filesystem
28options		LOFS		# Loop-back filesystem
29options		KERNFS		# kernel data-structure filesystem
30options		FDESC		# user file descriptor filesystem
31#options	UMAPFS		# uid/gid remapping filesystem
32#options	LFS		# Log-based filesystem (still experimental)
33#options	PORTAL		# portal filesystem (still experimental)
34
35# Networking options
36options		SCSI
37options		SCSIDEBUG
38options		INET
39options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
40options		GATEWAY		# IP packet forwarding
41#options	ISO		# OSI networking
42#options	TPIP
43#options	EON
44options		COMPAT_42
45options		COMPAT_43
46options		NS
47options		MAPMEM,SYSVSHM
48
49config		netbsd	root on sd0 swap on sd0
50
51ncr*	at mainbus?		# SCSI NCR 5380
52
53scsibus0	at scsi? target 7
54sd0	at scsibus0 drive ?
55sd1	at scsibus0 drive ?
56sd2	at scsibus0 drive ?
57sd3	at scsibus0 drive ?
58sd4	at scsibus0 drive ?
59sd5	at scsibus0 drive ?
60sd6	at scsibus0 drive ?
61st0	at scsibus0 drive ?
62st1	at scsibus0 drive ?
63cd0	at scsibus0 drive ?
64cd1	at scsibus0 drive ?
65
66pseudo-device	loop
67pseudo-device	pty	16
68pseudo-device	sl
69
70pseudo-device	con	6
71