2000-10-02 22:43:34 +04:00
|
|
|
# $NetBSD: INSTALL,v 1.39 2000/10/02 18:43:37 abs Exp $
|
1996-10-13 09:57:19 +04:00
|
|
|
#
|
1998-11-27 03:09:33 +03:00
|
|
|
# Distribution install kernel (any model)
|
|
|
|
# netbsd: cut-down kernel for miniroots.
|
|
|
|
# nfsnetbsd: root on NFS to boot diskless for installation,
|
|
|
|
# disk drivers for labelling disks and installation on local disk.
|
1996-10-13 09:57:19 +04:00
|
|
|
#
|
1997-10-20 07:50:05 +04:00
|
|
|
# Kernel must be under 1Mbyte to net-boot on 3100s with old PROMs.
|
1997-08-20 08:21:28 +04:00
|
|
|
#
|
1996-10-13 09:57:19 +04:00
|
|
|
#
|
|
|
|
include "arch/pmax/conf/std.pmax"
|
|
|
|
|
2000-09-25 17:54:50 +04:00
|
|
|
makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2
|
1999-03-28 09:46:53 +04:00
|
|
|
|
1996-10-13 09:57:19 +04:00
|
|
|
maxusers 8
|
|
|
|
|
1997-10-20 07:45:08 +04:00
|
|
|
# CPU options
|
1997-08-20 08:21:28 +04:00
|
|
|
options MIPS1 # R2000/R3000 support
|
|
|
|
options MIPS3 # R4000/R4400 support
|
1996-10-13 09:57:19 +04:00
|
|
|
|
|
|
|
|
|
|
|
# Support for specific models of DECstation
|
1998-11-27 03:09:33 +03:00
|
|
|
options DEC_3100 # kn01: DECstation 2100, 3100
|
1999-12-09 05:11:55 +03:00
|
|
|
options DEC_5100 # kn230: DECsystem 5100
|
1998-04-19 12:46:50 +04:00
|
|
|
options DEC_MAXINE # kn02ca: 5000/xx (Personal DECstation)
|
1998-11-27 03:09:33 +03:00
|
|
|
options DEC_3MIN # 5000/1xx (kn02ba), 5000/150 (kn04)
|
1998-04-19 12:46:50 +04:00
|
|
|
options DEC_3MAX # kn02: 5000/200 support
|
1998-11-27 03:44:46 +03:00
|
|
|
options DEC_3MAXPLUS # 5000/240 (kn03), 5000/260 (kn05)
|
1998-04-19 12:46:50 +04:00
|
|
|
|
|
|
|
#options DEC_5400
|
|
|
|
#options DEC_5800
|
|
|
|
#options DEC_5500
|
1996-10-13 09:57:19 +04:00
|
|
|
|
|
|
|
# Standard system options
|
1997-08-20 08:21:28 +04:00
|
|
|
#options DIAGNOSTIC # extra kernel debugging checks
|
|
|
|
#options DEBUG # extra kernel debugging support
|
|
|
|
#options "COMPAT_43" # compatibility with 4.3BSD binaries
|
1997-07-22 12:49:11 +04:00
|
|
|
#options KTRACE # system call tracing support
|
|
|
|
#options LKM # loadable kernel modules
|
|
|
|
|
|
|
|
|
1996-10-13 09:57:19 +04:00
|
|
|
|
1997-07-22 12:49:11 +04:00
|
|
|
#options NTP # network time protocol
|
|
|
|
#options UCONSOLE # users can redirect console (unsafe)
|
|
|
|
|
1996-10-13 09:57:19 +04:00
|
|
|
|
2000-09-25 17:54:50 +04:00
|
|
|
# File systems
|
1997-07-22 12:49:11 +04:00
|
|
|
file-system FFS # BSD fast filesystem
|
|
|
|
file-system NFS # Sun NFS-compatible filesystem (client)
|
1999-05-28 12:07:12 +04:00
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
1997-07-22 12:49:11 +04:00
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
|
|
|
2000-09-25 17:54:50 +04:00
|
|
|
# Filesystem options
|
2000-09-25 18:05:32 +04:00
|
|
|
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
|
|
|
options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
|
2000-09-16 04:06:56 +04:00
|
|
|
|
1996-10-13 09:57:19 +04:00
|
|
|
|
|
|
|
# Networking options
|
2000-09-25 18:05:32 +04:00
|
|
|
options INET # Internet protocols
|
|
|
|
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
1996-10-13 09:57:19 +04:00
|
|
|
|
|
|
|
|
1997-10-20 07:45:08 +04:00
|
|
|
options COMPAT_12
|
1997-12-01 17:52:51 +03:00
|
|
|
options COMPAT_13
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14
|
1997-10-20 07:45:08 +04:00
|
|
|
|
1999-04-13 22:53:27 +04:00
|
|
|
# Raster console options
|
2000-09-25 18:05:32 +04:00
|
|
|
options FONT_BOLD8x16 # Font for fb devices
|
|
|
|
options FONT_LUCIDA16x29 # Font for px devices
|
2000-09-25 17:54:50 +04:00
|
|
|
#options FONT_GALLANT12x22
|
|
|
|
#options FONT_QVSS8x15
|
1999-04-13 22:53:27 +04:00
|
|
|
|
1996-10-13 09:57:19 +04:00
|
|
|
# pmax specific
|
1997-08-20 08:21:28 +04:00
|
|
|
options "HZ=256" # RTC rate required
|
1996-10-13 09:57:19 +04:00
|
|
|
|
1999-04-20 09:56:52 +04:00
|
|
|
options NFS_BOOT_DHCP # superset of BOOTP
|
|
|
|
|
1997-08-20 08:21:28 +04:00
|
|
|
config netbsd root on ? type ?
|
1997-01-31 04:59:09 +03:00
|
|
|
config nfsnetbsd root on ? type nfs
|
1996-10-13 09:57:19 +04:00
|
|
|
|
1998-07-26 13:45:25 +04:00
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
1997-07-22 12:49:11 +04:00
|
|
|
|
1999-11-15 12:50:17 +03:00
|
|
|
## Peripheral Bus Support (for devices to attach to)
|
|
|
|
## ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# TURBOchannel bus support
|
|
|
|
tc* at mainbus0
|
|
|
|
|
|
|
|
# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
|
1999-11-25 05:48:12 +03:00
|
|
|
ioasic0 at tc?
|
2000-02-19 12:46:48 +03:00
|
|
|
mcclock* at ioasic? offset ? # DS1287 RTC
|
|
|
|
le* at ioasic? offset ? # LANCE
|
|
|
|
scc* at ioasic? offset ? # Z85C30
|
2000-05-28 10:02:12 +04:00
|
|
|
#bba* at ioasic? offset ? # MAXINE baseboard audio
|
|
|
|
#audio* at bba?
|
2000-02-19 12:46:48 +03:00
|
|
|
dtop* at ioasic? offset ? # MAXINE kbd and mouse
|
1999-11-15 12:50:17 +03:00
|
|
|
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
|
2000-02-19 12:46:48 +03:00
|
|
|
asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
|
1999-11-15 12:50:17 +03:00
|
|
|
|
|
|
|
# 3MAX has TURBOchannel but no IOASIC
|
1999-11-24 05:10:47 +03:00
|
|
|
ibus0 at tc? slot ? offset ? # 3MAX system slot
|
2000-02-19 12:46:48 +03:00
|
|
|
|
|
|
|
# PMAX, 3MAX and MIPSMATE common devices
|
|
|
|
mcclock* at ibus0 addr ? # DS1287 RTC
|
|
|
|
dc* at ibus0 addr ? # DC7085 quad line serial device
|
1999-11-15 12:50:17 +03:00
|
|
|
|
|
|
|
# TURBOchannel devices
|
1999-11-24 05:10:47 +03:00
|
|
|
mfb* at tc? slot ? offset ? # PMAG-A MX Monochrome Framebuffer
|
|
|
|
cfb* at tc? slot ? offset ? # PMAG-B CX Color Framebuffer
|
|
|
|
#tfb* at tc? slot ? offset ? # PMAG-RO TX True Color Framebuffer
|
|
|
|
sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer
|
1999-12-31 15:21:06 +03:00
|
|
|
px0 at tc? slot ? offset ? # PMAG-C,D,E,F PX family
|
1999-11-24 05:10:47 +03:00
|
|
|
#sfbp* at tc? slot ? offset ? # PMAGD HX+ Smart Framebuffer
|
|
|
|
xcfb0 at tc? slot ? offset ? # PMAG-DV Color Framebuffer at MAXINE
|
|
|
|
asc* at tc? slot ? offset ? # PMAZ-A single channel SCSI
|
|
|
|
le* at tc? slot ? offset ? # PMAD-A LANCE
|
|
|
|
fta* at tc? slot ? offset ? # PMAF-F FDDI
|
|
|
|
#tcds* at tc? slot ? offset ? # PMAZB/PMAZC dual channel SCSI
|
1999-11-15 12:50:17 +03:00
|
|
|
#asc* at tcds? chip ?
|
|
|
|
|
|
|
|
# PMAX and MIPSMATE
|
|
|
|
ibus0 at mainbus0
|
2000-02-19 12:46:48 +03:00
|
|
|
pm* at ibus0 addr ? # 3100 onboard fb
|
|
|
|
le* at ibus0 addr ? # 3100 onboard LANCE
|
|
|
|
sii* at ibus0 addr ? # DC7061 onboard SCSI
|
1996-10-13 09:57:19 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
#########################################################################
|
|
|
|
# SCSI configuration #
|
|
|
|
#########################################################################
|
1996-10-13 09:57:19 +04:00
|
|
|
|
2000-02-19 12:46:48 +03:00
|
|
|
# SCSI configuration for old 4.4BSD/pmax DECstation SCSI driver
|
1996-10-13 09:57:19 +04:00
|
|
|
oldscsibus* at sii?
|
|
|
|
oldscsibus* at asc?
|
|
|
|
include "arch/pmax/conf/scsi.pmax"
|
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
#########################################################################
|
|
|
|
# Pseudo-devices #
|
|
|
|
#########################################################################
|
1996-10-13 09:57:19 +04:00
|
|
|
|
2000-10-02 22:43:34 +04:00
|
|
|
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
|
1996-10-13 09:57:19 +04:00
|
|
|
pseudo-device bpfilter 16 # packet filter ports
|
|
|
|
pseudo-device loop
|
1998-11-27 03:09:33 +03:00
|
|
|
pseudo-device ccd 4 # concatenated disks
|
1996-10-13 09:57:19 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
|
|
|
pseudo-device fb 1 # only 1 framebuffer supported
|