INSTALL64 revision 1.6
1# 	$NetBSD: INSTALL64,v 1.6 2012/08/17 20:11:41 abs Exp $
2#
3# Distribution	install kernel (any model)
4#    netbsd:	cut-down kernel for miniroots.
5#    nfsnetbsd:	root on NFS to boot diskless for installation,
6#	disk drivers for labelling disks and installation on local disk.
7#
8#    Kernel must be under 1Mbyte to net-boot on 3100s with old PROMs.
9#
10#
11include		"arch/pmax/conf/std.pmax64"
12
13#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
14
15makeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
16
17maxusers	8
18
19# CPU options
20options 	MIPS3			# R4000/R4400 support
21
22
23# Support for specific models of DECstation
24options 	DEC_MAXINE		# kn02ca: 5000/xx (Personal DECstation)
25options 	DEC_3MIN		#  5000/1xx (kn02ba), 5000/150 (kn04)
26options 	DEC_3MAXPLUS		#  5000/240 (kn03), 5000/260 (kn05)
27
28# Standard system options
29#options 	DIAGNOSTIC		# extra kernel debugging checks
30#options 	DEBUG			# extra kernel debugging support
31#options 	KTRACE			# system call tracing support
32#options 	LKM			# loadable kernel modules
33options 	USERCONF		# userconf(4) support
34options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
35#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
36
37#options 	NTP			# network time protocol
38
39
40# File systems
41file-system 	FFS			# BSD fast filesystem
42file-system 	NFS			# Sun NFS-compatible filesystem (client)
43file-system 	CD9660			# ISO 9660 + Rock Ridge file system
44file-system 	KERNFS			# kernel data-structure filesystem
45#file-system	PTYFS			# /dev/pts/N support
46
47# Filesystem options
48#options 	NFS_V2_ONLY		# Exclude NFS3 code to save space
49options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
50options 	WAPBL			# File system journaling support
51
52
53# Networking options
54options 	INET			# Internet protocols
55#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
56
57
58# Workstation console options
59options 	FONT_BOLD8x16		# Font for fb devices
60options 	FONT_GALLANT12x22
61
62options		WSEMUL_VT100
63options 	WSDISPLAY_DEFAULTSCREENS=1
64#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
65options		WS_KERNEL_FG=WSCOL_GREEN
66options		WS_KERNEL_BG=WSCOL_BLACK
67
68# Disable kernel security levels.  Needed for X with a PX or PXG.
69#options       INSECURE
70
71# pmax specific
72options 	HZ=256		# RTC rate required
73
74options 	NFS_BOOT_DHCP	# superset of BOOTP
75
76config		netbsd		root on ? type ?
77config		nfsnetbsd	root on ? type nfs
78
79mainbus0	at root
80cpu*		at mainbus0
81
82## Peripheral Bus Support (for devices to attach to)
83## ----------------------------------------------------------------------------
84
85# TURBOchannel bus support
86tc*	at	mainbus0
87
88# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
89ioasic0	at	tc?
90mcclock* at	ioasic? offset ?	# DS1287 RTC
91le*	at	ioasic? offset ?	# LANCE
92dt*	at      ioasic? offset ?        # MAXINE kbd and mouse
93#bba*	at	ioasic? offset ?	# MAXINE baseboard audio
94#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
95zsc0	at	ioasic? offset 0x100000 # Z85C30
96zsc1	at	ioasic? offset 0x180000 # Z85C30
97asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
98
99zstty*	at	zsc? channel ?		# serial ports on B/A channels
100lkkbd*	at	zsc1 channel ?		# keyboard port on A channels
101#vsms*	at	zsc0 channel ?		# mouse port on A channels   
102
103#audio*	at	bba?
104
105dtkbd*	at	dt? addr ?
106#dtms*	at	dt? addr ?
107
108# TURBOchannel devices
109mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
110cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
111tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
112sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
113px*	at	tc? slot ? offset ?	# PMAG-C 2D accelerator
114pxg*	at	tc? slot ? offset ?	# PMAG-D,E,F 3D accelerator
115#sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
116xcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
117asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
118le*	at	tc? slot ? offset ?	# PMAD-A LANCE
119fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
120tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
121asc*	at	tcds? chip ?
122
123# Workstation console
124
125wskbd*		at	lkkbd? console ?
126wskbd*		at	dtkbd? console ?
127#wsmouse*	at	vsms?
128#wsmouse*	at	dtms?
129
130wsdisplay*	at	mfb?
131wsdisplay*	at	cfb?
132wsdisplay*	at	px?
133wsdisplay*	at	pxg?
134wsdisplay*	at	sfb?
135#wsdisplay*	at	sfbp?
136wsdisplay*	at	tfb?
137wsdisplay*	at	xcfb?
138
139
140#########################################################################
141# SCSI configuration							#
142#########################################################################
143
144scsibus* at asc?
145sd*	at scsibus? target ? lun ?	# SCSI disks
146st*	at scsibus? target ? lun ?	# SCSI tapes
147cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
148
149#########################################################################
150# Pseudo-devices							#
151#########################################################################
152
153pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
154pseudo-device	bpfilter		# packet filter ports
155pseudo-device	loop
156pseudo-device	ccd		 4	# concatenated disks
157#pseudo-device	fss		 	# file system snapshot device
158#pseudo-device	wsfont			# wsfont control device
159pseudo-device	wsmux			# wsmux control device
160