1#	@(#)GENERIC.luna68k	8.1 (Berkeley) 06/10/93
2#
3machine		"luna68k"
4
5cpu		"LUNA1"
6cpu		"LUNA2"
7ident		GENERIC
8
9# Need to set locally
10timezone	8 dst
11maxusers	48
12
13# Standard system options
14options		SWAPPAGER		# swap pager (anonymous and swap space)
15options		VNODEPAGER		# vnode pager (mapped files)
16options		DEVPAGER		# device pager (mapped devices)
17options		DIAGNOSTIC		# extra kernel debugging checks
18options		DEBUG			# extra kernel debugging support
19options		"COMPAT_43"		# compatibility with 4.3BSD binaries
20options		KTRACE			# system call tracing support
21options		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
22
23# luna68k does not support GDB kernel debugging
24#options	KGDB			# support for kernel gdb
25#options	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
26#options	"KGDBDEV=15*256+0"	# device for kernel gdb
27
28# Filesystem options
29options		FIFO		# POSIX fifo support (in all filesystems)
30options		FFS,QUOTA	# fast filesystem with user and group quotas
31options		MFS		# memory-based filesystem
32options		NFS		# Sun NFS-compatible filesystem
33options		LOFS		# Loop-back filesystem
34options		KERNFS		# kernel data-structure filesystem
35options		FDESC		# user file descriptor filesystem
36#options	UMAPFS		# uid/gid remapping filesystem
37#options	NULLFS		# null layer filesystem
38#options	LFS		# Log-based filesystem (still experimental)
39#options	PORTAL		# portal filesystem (still experimental)
40
41# Networking options
42options		INET		# Internet protocols
43options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
44options		GATEWAY		# IP packet forwarding
45#options	MULTICAST	# Multicast support
46#options	MROUTING	# Multicast routing support
47#options	ISO		# OSI networking
48#options	TPIP
49#options	EON
50
51# Options for LUNA hardware
52options		HPFPLIB		# floating point emulation for MC68040
53options		DEBUGPRINT	# extra kernel debugging support for SCSI drivers
54
55config		vmunix swap generic
56
57master		sc0	at scode?
58disk		sd0	at sc0 slave 6
59disk		sd1	at sc0 slave 5
60tape		st0	at sc0 slave 4
61
62device		sio0	at scode? flags 0x0
63device		bmc0	at scode? flags 0x0
64device		le0	at scode?
65
66pseudo-device	sl		 4	# serial-line IP ports
67pseudo-device	pty		64	# pseudo ptys
68pseudo-device	bpfilter	16	# packet filter ports
69pseudo-device	loop
70pseudo-device	ether
71