Merge MINIROOT and NFSINSTALL into a single INSTALL config file,
with config lines for both root-on-disk and root-on-NFS.
This commit is contained in:
parent
8061da06c9
commit
bf4f202e7c
@ -1,10 +1,11 @@
|
||||
# $NetBSD: INSTALL,v 1.8 1997/10/20 03:45:08 jonathan Exp $
|
||||
# $NetBSD: INSTALL,v 1.9 1997/10/20 03:50:08 jonathan Exp $
|
||||
#
|
||||
# Distribution root-on-NFS network install kernel (any model)
|
||||
# root on NFS to boot diskless for installation,
|
||||
# disk drivers for labelling disks and installation on local disk.
|
||||
# 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.
|
||||
#
|
||||
# Kernel must be under 1Mbyte to boot on 3100s with old PROMs.
|
||||
# Kernel must be under 1Mbyte to net-boot on 3100s with old PROMs.
|
||||
#
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
@ -1,109 +0,0 @@
|
||||
#
|
||||
# DECstation (3100 or 5000/xxx)
|
||||
#
|
||||
# Generic config.new configuration for NetBSD/pmax
|
||||
# $NetBSD: MINIROOT,v 1.7 1997/08/20 04:22:41 jonathan Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 8
|
||||
|
||||
# CPU options
|
||||
options MIPS1 # R2000/R3000 support
|
||||
options MIPS3 # R4000/R4400 support
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DS3100 # PMAX (kn01) DECstation 2100, 3100
|
||||
options DS5000_25 # MAXINE (kn02ca/xine) support
|
||||
options DS5000_100 # 3MIN (kn02ba/kmin) support
|
||||
options DS5000_200 # 3MAX (kn02) support
|
||||
options DS5000_240 # 3MAXPLUS (kn03) support
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
#options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
#options KTRACE # system call tracing support
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
|
||||
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # BSD fast filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system NULLFS # null layer filesystem
|
||||
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
options COMPAT_12
|
||||
|
||||
# pmax specific
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type nfs
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# TC bus and supported options. (All but PMAXes have a turbochannel.)
|
||||
include "arch/pmax/conf/tc.std"
|
||||
|
||||
# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
|
||||
include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# MAXINE-only ioasic baseboard devices and on-baseboard "options"
|
||||
include "arch/pmax/conf/builtin.maxine"
|
||||
|
||||
# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
|
||||
# (KN02 has turbochannel but no IOASIC).
|
||||
include "arch/pmax/conf/builtin.3max"
|
||||
|
||||
# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
|
||||
# (may also be present on a 5100).
|
||||
include "arch/pmax/conf/builtin.3100"
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at sii?
|
||||
oldscsibus* at asc?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # only 1 framebuffer supported
|
@ -1,108 +0,0 @@
|
||||
# $NetBSD: NFSINSTALL,v 1.8 1997/10/20 03:45:08 jonathan Exp $
|
||||
#
|
||||
# Distribution root-on-NFS network install kernel (any model)
|
||||
# root on NFS to boot diskless for installation,
|
||||
# disk drivers for labelling disks and installation on local disk.
|
||||
#
|
||||
# Kernel must be under 1Mbyte to boot on 3100s with old PROMs.
|
||||
#
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 8
|
||||
|
||||
# CPU options
|
||||
options MIPS1 # R2000/R3000 support
|
||||
options MIPS3 # R4000/R4400 support
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DS3100 # PMAX (kn01) DECstation 2100, 3100
|
||||
options DS5000_25 # MAXINE (kn02ca/xine) support
|
||||
options DS5000_100 # 3MIN (kn02ba/kmin) support
|
||||
options DS5000_200 # 3MAX (kn02) support
|
||||
options DS5000_240 # 3MAXPLUS (kn03) support
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
#options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
#options KTRACE # system call tracing support
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # BSD fast filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
|
||||
options COMPAT_12
|
||||
|
||||
# pmax specific
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type ?
|
||||
config nfsnetbsd root on ? type nfs
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# TC bus and supported options. (All but PMAXes have a turbochannel.)
|
||||
include "arch/pmax/conf/tc.std"
|
||||
|
||||
# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
|
||||
include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# MAXINE-only ioasic baseboard devices and on-baseboard "options"
|
||||
include "arch/pmax/conf/builtin.maxine"
|
||||
|
||||
# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
|
||||
# (KN02 has turbochannel but no IOASIC).
|
||||
include "arch/pmax/conf/builtin.3max"
|
||||
|
||||
# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
|
||||
# (may also be present on a 5100).
|
||||
include "arch/pmax/conf/builtin.3100"
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at sii?
|
||||
oldscsibus* at asc?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # only 1 framebuffer supported
|
Loading…
Reference in New Issue
Block a user