Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.41.6.6
      1  1.41.6.6  nathanw # 	$NetBSD: INSTALL,v 1.41.6.6 2002/08/01 02:42:56 nathanw Exp $
      2  1.41.6.2  nathanw #
      3  1.41.6.2  nathanw # Distribution	install kernel (any model)
      4  1.41.6.2  nathanw #    netbsd:	cut-down kernel for miniroots.
      5  1.41.6.2  nathanw #    nfsnetbsd:	root on NFS to boot diskless for installation,
      6  1.41.6.2  nathanw #	disk drivers for labelling disks and installation on local disk.
      7  1.41.6.2  nathanw #
      8  1.41.6.2  nathanw #    Kernel must be under 1Mbyte to net-boot on 3100s with old PROMs.
      9  1.41.6.2  nathanw #
     10  1.41.6.2  nathanw #
     11  1.41.6.2  nathanw include		"arch/pmax/conf/std.pmax"
     12  1.41.6.2  nathanw 
     13  1.41.6.5  nathanw #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     14  1.41.6.5  nathanw 
     15  1.41.6.2  nathanw makeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
     16  1.41.6.2  nathanw 
     17  1.41.6.2  nathanw maxusers	8
     18  1.41.6.2  nathanw 
     19  1.41.6.2  nathanw # CPU options
     20  1.41.6.2  nathanw options 	MIPS1			# R2000/R3000 support
     21  1.41.6.2  nathanw options 	MIPS3			# R4000/R4400 support
     22  1.41.6.2  nathanw 
     23  1.41.6.2  nathanw 
     24  1.41.6.2  nathanw # Support for specific models of DECstation
     25  1.41.6.2  nathanw options 	DEC_3100		# kn01: DECstation 2100, 3100
     26  1.41.6.2  nathanw options 	DEC_5100		# kn230: DECsystem 5100
     27  1.41.6.2  nathanw options 	DEC_MAXINE		# kn02ca: 5000/xx (Personal DECstation)
     28  1.41.6.2  nathanw options 	DEC_3MIN		#  5000/1xx (kn02ba), 5000/150 (kn04)
     29  1.41.6.2  nathanw options 	DEC_3MAX		# kn02: 5000/200 support
     30  1.41.6.2  nathanw options 	DEC_3MAXPLUS		#  5000/240 (kn03), 5000/260 (kn05)
     31  1.41.6.2  nathanw 
     32  1.41.6.2  nathanw #options 	DEC_5400
     33  1.41.6.2  nathanw #options 	DEC_5800
     34  1.41.6.2  nathanw #options 	DEC_5500
     35  1.41.6.2  nathanw 
     36  1.41.6.2  nathanw # Standard system options
     37  1.41.6.2  nathanw #options 	DIAGNOSTIC		# extra kernel debugging checks
     38  1.41.6.2  nathanw #options 	DEBUG			# extra kernel debugging support
     39  1.41.6.2  nathanw #options 	COMPAT_43		# compatibility with 4.3BSD binaries
     40  1.41.6.2  nathanw #options 	KTRACE			# system call tracing support
     41  1.41.6.2  nathanw #options 	LKM			# loadable kernel modules
     42  1.41.6.6  nathanw #options 	USERCONF		# userconf(4) support
     43  1.41.6.3  nathanw options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     44  1.41.6.6  nathanw options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
     45  1.41.6.2  nathanw 
     46  1.41.6.2  nathanw #options 	NTP			# network time protocol
     47  1.41.6.2  nathanw #options 	UCONSOLE		# users can redirect console (unsafe)
     48  1.41.6.2  nathanw 
     49  1.41.6.2  nathanw 
     50  1.41.6.2  nathanw # File systems
     51  1.41.6.2  nathanw file-system 	FFS			# BSD fast filesystem
     52  1.41.6.2  nathanw file-system 	NFS			# Sun NFS-compatible filesystem (client)
     53  1.41.6.2  nathanw file-system 	CD9660			# ISO 9660 + Rock Ridge file system
     54  1.41.6.2  nathanw file-system 	KERNFS			# kernel data-structure filesystem
     55  1.41.6.2  nathanw 
     56  1.41.6.2  nathanw # Filesystem options
     57  1.41.6.2  nathanw #options 	NFS_V2_ONLY		# Exclude NFS3 and NQNFS code to save space
     58  1.41.6.6  nathanw options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
     59  1.41.6.2  nathanw 
     60  1.41.6.2  nathanw 
     61  1.41.6.2  nathanw # Networking options
     62  1.41.6.2  nathanw options 	INET			# Internet protocols
     63  1.41.6.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     64  1.41.6.2  nathanw 
     65  1.41.6.2  nathanw 
     66  1.41.6.2  nathanw options 	COMPAT_12
     67  1.41.6.2  nathanw options 	COMPAT_13
     68  1.41.6.2  nathanw options 	COMPAT_14
     69  1.41.6.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     70  1.41.6.2  nathanw 
     71  1.41.6.2  nathanw # Raster console options
     72  1.41.6.2  nathanw options 	FONT_BOLD8x16		# Font for fb devices
     73  1.41.6.2  nathanw options 	FONT_LUCIDA16x29	# Font for px devices
     74  1.41.6.2  nathanw #options 	FONT_GALLANT12x22
     75  1.41.6.2  nathanw #options 	FONT_QVSS8x15
     76  1.41.6.2  nathanw 
     77  1.41.6.2  nathanw # pmax specific
     78  1.41.6.2  nathanw options 	HZ=256		# RTC rate required
     79  1.41.6.2  nathanw 
     80  1.41.6.2  nathanw options 	NFS_BOOT_DHCP	# superset of BOOTP
     81  1.41.6.2  nathanw 
     82  1.41.6.2  nathanw config		netbsd		root on ? type ?
     83  1.41.6.2  nathanw config		nfsnetbsd	root on ? type nfs
     84  1.41.6.2  nathanw 
     85  1.41.6.2  nathanw mainbus0	at root
     86  1.41.6.2  nathanw cpu*		at mainbus0
     87  1.41.6.2  nathanw 
     88  1.41.6.2  nathanw ## Peripheral Bus Support (for devices to attach to)
     89  1.41.6.2  nathanw ## ----------------------------------------------------------------------------
     90  1.41.6.2  nathanw 
     91  1.41.6.2  nathanw # TURBOchannel bus support
     92  1.41.6.2  nathanw tc*	at	mainbus0
     93  1.41.6.2  nathanw 
     94  1.41.6.2  nathanw # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
     95  1.41.6.2  nathanw ioasic0	at	tc?
     96  1.41.6.2  nathanw mcclock* at	ioasic? offset ?	# DS1287 RTC
     97  1.41.6.2  nathanw le*	at	ioasic? offset ?	# LANCE
     98  1.41.6.2  nathanw scc*	at	ioasic? offset ?	# Z85C30
     99  1.41.6.2  nathanw #bba*	at	ioasic? offset ?	# MAXINE baseboard audio
    100  1.41.6.2  nathanw #audio*	at	bba?
    101  1.41.6.2  nathanw dtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
    102  1.41.6.2  nathanw #fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
    103  1.41.6.2  nathanw asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
    104  1.41.6.2  nathanw 
    105  1.41.6.2  nathanw # 3MAX has TURBOchannel but no IOASIC
    106  1.41.6.2  nathanw ibus0	at	tc? slot ? offset ?	# 3MAX system slot
    107  1.41.6.2  nathanw 
    108  1.41.6.2  nathanw # PMAX, 3MAX and MIPSMATE common devices
    109  1.41.6.2  nathanw mcclock* at	ibus0 addr ?		# DS1287 RTC
    110  1.41.6.2  nathanw dc*	at	ibus0 addr ?		# DC7085 quad line serial device
    111  1.41.6.2  nathanw 
    112  1.41.6.2  nathanw # TURBOchannel devices
    113  1.41.6.2  nathanw mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
    114  1.41.6.2  nathanw cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
    115  1.41.6.2  nathanw #tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
    116  1.41.6.2  nathanw sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
    117  1.41.6.2  nathanw px0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
    118  1.41.6.2  nathanw #sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
    119  1.41.6.2  nathanw xcfb0	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
    120  1.41.6.2  nathanw asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
    121  1.41.6.2  nathanw le*	at	tc? slot ? offset ?	# PMAD-A LANCE
    122  1.41.6.2  nathanw fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
    123  1.41.6.2  nathanw #tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
    124  1.41.6.2  nathanw #asc*	at	tcds? chip ?
    125  1.41.6.2  nathanw 
    126  1.41.6.2  nathanw # PMAX and MIPSMATE
    127  1.41.6.2  nathanw ibus0	at	mainbus0
    128  1.41.6.2  nathanw pm*	at	ibus0 addr ?		# 3100 onboard fb
    129  1.41.6.2  nathanw le*	at	ibus0 addr ?		# 3100 onboard LANCE
    130  1.41.6.2  nathanw sii*	at	ibus0 addr ?		# DC7061 onboard SCSI
    131  1.41.6.2  nathanw 
    132  1.41.6.2  nathanw #########################################################################
    133  1.41.6.2  nathanw # SCSI configuration							#
    134  1.41.6.2  nathanw #########################################################################
    135  1.41.6.2  nathanw 
    136  1.41.6.2  nathanw scsibus* at sii?
    137  1.41.6.2  nathanw scsibus* at asc?
    138  1.41.6.2  nathanw sd*	at scsibus? target ? lun ?	# SCSI disks
    139  1.41.6.2  nathanw st*	at scsibus? target ? lun ?	# SCSI tapes
    140  1.41.6.2  nathanw cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
    141  1.41.6.2  nathanw 
    142  1.41.6.2  nathanw #########################################################################
    143  1.41.6.2  nathanw # Pseudo-devices							#
    144  1.41.6.2  nathanw #########################################################################
    145  1.41.6.2  nathanw 
    146  1.41.6.2  nathanw pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    147  1.41.6.2  nathanw pseudo-device	bpfilter	16	# packet filter ports
    148  1.41.6.2  nathanw pseudo-device	loop
    149  1.41.6.2  nathanw pseudo-device	ccd		 4	# concatenated disks
    150  1.41.6.2  nathanw 
    151  1.41.6.2  nathanw pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
    152  1.41.6.2  nathanw pseudo-device	fb		 1	# only 1 framebuffer supported
    153