Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.40
      1  1.40       cjs #	$NetBSD: INSTALL,v 1.40 1997/07/02 02:44:12 cjs Exp $
      2   1.2       tls #
      3  1.29  jonathan #	INSTALL -- an installation kernel config.
      4  1.37     perry #	This kernel should be derived from GENERIC with ramdisk
      5  1.37     perry #	support added and some features commented out.
      6   1.2       tls #
      7  1.37     perry #	Install kernels no longer support X, soundcards, or non-NetBSD
      8  1.37     perry #	emulation.
      9   1.2       tls 
     10  1.25      fvdl include "arch/i386/conf/std.i386"
     11   1.2       tls 
     12  1.39    mellon options 	I386_CPU	# CPU classes; at least one is REQUIRED
     13  1.39    mellon options 	I486_CPU
     14  1.39    mellon options 	I586_CPU
     15  1.39    mellon options 	I686_CPU
     16  1.39    mellon options 	MATH_EMULATE	# floating point emulation
     17  1.39    mellon #options 	VM86		# Virtual 8086 emulation
     18   1.7   thorpej 
     19   1.7   thorpej # Some BIOSes don't get the size of extended memory right.  If you
     20   1.7   thorpej # have a broken BIOS, uncomment the following and set the value
     21   1.7   thorpej # properly for your system.
     22  1.39    mellon #options 	BIOSEXTMEM=... # size of extended memory
     23   1.2       tls 
     24  1.39    mellon #options 	DUMMY_NOPS	# speed hack; recommended
     25  1.39    mellon #options 	XSERVER,UCONSOLE
     26  1.39    mellon #options 	INSECURE	# insecure; allow /dev/mem writing for X
     27   1.2       tls 
     28   1.2       tls maxusers	32		# estimated number of users
     29  1.39    mellon options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     30  1.39    mellon #options 	NTP		# NTP phase/frequency locked loop
     31   1.2       tls 
     32  1.37     perry # Enable the hooks used for initializing the memory-disk.
     33  1.39    mellon options 	MEMORY_DISK_HOOKS
     34  1.39    mellon options 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
     35  1.39    mellon options 	MEMORY_DISK_SERVER=0	# No user space hooks
     36  1.39    mellon options 	MINIROOTSIZE=3074
     37  1.39    mellon #options 		MINIROOTSIZE=2880	# 1.44M, same as a floppy
     38  1.37     perry 
     39  1.39    mellon #options 	DDB		# in-kernel debugger
     40   1.2       tls #makeoptions	DEBUG="-g"	# compile full symbol table
     41  1.39    mellon #options 	DIAGNOSTIC	# internal consistency checks
     42  1.39    mellon #options 	KTRACE		# system call tracing, a la ktrace(1)
     43   1.2       tls 
     44  1.39    mellon #options 	SYSVMSG		# System V-like message queues
     45  1.39    mellon #options 	SYSVSEM		# System V-like semaphores
     46  1.39    mellon #options 	SYSVSHM		# System V-like memory sharing
     47  1.39    mellon #options 	SHMMAXPGS=1024	# 1024 pages is the default
     48  1.39    mellon 
     49  1.39    mellon #options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     50  1.39    mellon #options 	COMPAT_09	# NetBSD 0.9,
     51  1.39    mellon options 	COMPAT_10	# NetBSD 1.0,
     52  1.39    mellon options 	COMPAT_11	# NetBSD 1.1,
     53  1.39    mellon options 	COMPAT_12	# NetBSD 1.2,
     54  1.39    mellon #options 	COMPAT_43	# and 4.3BSD
     55  1.39    mellon #options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     56  1.39    mellon 
     57  1.39    mellon #options 	COMPAT_SVR4	# binary compatibility with SVR4
     58  1.39    mellon #options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     59  1.39    mellon #options 	COMPAT_LINUX	# binary compatibility with Linux
     60  1.39    mellon #options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     61  1.23   mycroft 
     62  1.39    mellon #options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
     63   1.2       tls 
     64  1.39    mellon #options 	USER_LDT	# user-settable LDT; used by WINE
     65  1.39    mellon options 	LKM		# loadable kernel modules
     66   1.2       tls 
     67  1.32   thorpej file-system 	FFS		# UFS
     68  1.37     perry #file-system 	EXT2FS		# second extended file system (linux)
     69  1.32   thorpej #file-system	LFS		# log-structured file system
     70  1.32   thorpej file-system 	MFS		# memory file system
     71  1.32   thorpej file-system 	NFS		# Network File System client
     72  1.32   thorpej file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     73  1.32   thorpej file-system 	MSDOSFS		# MS-DOS file system
     74  1.32   thorpej file-system 	FDESC		# /dev/fd
     75  1.32   thorpej file-system 	KERNFS		# /kern
     76  1.32   thorpej #file-system	NULLFS		# loopback file system
     77  1.32   thorpej #file-system	PORTAL		# portal filesystem (still experimental)
     78  1.32   thorpej #file-system	PROCFS		# /proc
     79  1.32   thorpej #file-system	UMAPFS		# NULLFS + uid and gid remapping
     80  1.32   thorpej #file-system	UNION		# union file system
     81   1.2       tls 
     82  1.39    mellon #options 	QUOTA		# UFS quotas
     83  1.39    mellon #options 	NFSSERVER	# Network File System server
     84  1.39    mellon options 	FIFO		# FIFOs; RECOMMENDED
     85  1.37     perry #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     86  1.37     perry 				# immutable) behave as system flags.
     87   1.2       tls 
     88  1.39    mellon #options 	GATEWAY		# packet forwarding
     89  1.39    mellon options 	INET		# IP + ICMP + TCP + UDP
     90  1.39    mellon #options 	MROUTING	# IP multicast routing
     91  1.39    mellon #options 	NS		# XNS
     92  1.39    mellon #options 	NSIP		# XNS tunneling over IP
     93  1.39    mellon #options 	ISO,TPIP	# OSI
     94  1.39    mellon #options 	EON		# OSI tunneling over IP
     95  1.39    mellon #options 	CCITT,LLC,HDLC	# X.25
     96   1.2       tls 
     97  1.32   thorpej config		netbsd	root on ? type ?
     98  1.39    mellon #options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
     99   1.2       tls 
    100   1.6       cgd mainbus0 at root
    101   1.6       cgd 
    102  1.27   thorpej pci0	at mainbus0 bus ?
    103   1.6       cgd eisa0	at mainbus0
    104   1.2       tls 
    105   1.5       cgd ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    106   1.5       cgd pci*	at ppb? bus ?
    107  1.27   thorpej pchb*	at pci? dev ? function ?	# PCI-Host bridges
    108  1.37     perry pci*	at pchb?
    109  1.27   thorpej pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    110  1.27   thorpej 
    111  1.27   thorpej isa*	at pcib?			# ISA on PCI-ISA bridge
    112  1.27   thorpej isa*	at mainbus0			# all other ISA
    113  1.27   thorpej 
    114  1.27   thorpej #apm0	at mainbus0			# Advanced power management
    115   1.5       cgd 
    116   1.2       tls npx0	at isa? port 0xf0 irq 13	# math coprocessor
    117   1.2       tls 
    118   1.2       tls pc0	at isa? port 0x60 irq 1		# generic PC console device
    119   1.2       tls #vt0	at isa? port 0x60 irq 1
    120   1.2       tls 
    121   1.2       tls com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    122   1.2       tls com1	at isa? port 0x2f8 irq 3
    123   1.2       tls com2	at isa? port 0x3e8 irq 5
    124   1.2       tls #com3	at isa? port 0x2e8 irq 9
    125   1.2       tls #ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
    126   1.8       cgd #com*	at ast? slave ?
    127   1.2       tls #boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
    128   1.2       tls #com*	at boca? slave ?
    129   1.2       tls #rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
    130   1.2       tls #com*	at rtfps? slave ?
    131   1.2       tls 
    132   1.2       tls #cy0	at isa? ...
    133   1.2       tls 
    134   1.2       tls lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    135   1.2       tls lpt1	at isa? port 0x278
    136   1.2       tls lpt2	at isa? port 0x3bc
    137   1.2       tls 
    138  1.20   mycroft #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    139  1.20   mycroft #lms1	at isa? port 0x238 irq 5
    140  1.20   mycroft #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    141  1.20   mycroft #mms1	at isa? port 0x238 irq 5
    142  1.20   mycroft #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    143  1.20   mycroft 
    144  1.29  jonathan #
    145  1.29  jonathan # HACK: Buslogics must, repeat MUST, be proved before Adaptec 1542
    146  1.29  jonathan # or similar devices, or we may autoconfigure an BHA as an AHA.
    147  1.29  jonathan #
    148  1.29  jonathan 
    149  1.29  jonathan aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    150  1.29  jonathan aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    151  1.29  jonathan scsibus* at aha?
    152  1.29  jonathan ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
    153  1.29  jonathan scsibus* at ahb?
    154  1.29  jonathan ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
    155  1.29  jonathan ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
    156  1.29  jonathan ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
    157  1.29  jonathan scsibus* at ahc?
    158  1.29  jonathan aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
    159  1.29  jonathan scsibus* at aic?
    160  1.29  jonathan 
    161  1.17   mycroft bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
    162  1.17   mycroft bha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
    163  1.17   mycroft bha*	at eisa? slot ?
    164  1.18   mycroft bha*	at pci? dev ? function ?
    165  1.17   mycroft scsibus* at bha?
    166   1.5       cgd ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    167   1.2       tls scsibus* at ncr?
    168   1.2       tls sea0	at isa? iomem 0xc8000 irq 5
    169   1.2       tls scsibus* at sea?
    170   1.2       tls uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
    171   1.2       tls uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
    172  1.17   mycroft uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
    173   1.2       tls scsibus* at uha?
    174  1.38     perry # temporarily commented out, pending bus_dma fixes for this driver.
    175  1.38     perry #wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
    176  1.38     perry #wds1	at isa? port 0x358 irq 11 drq 5
    177  1.38     perry #scsibus* at wds?
    178  1.33       cgd isp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
    179  1.33       cgd scsibus* at isp?
    180   1.2       tls 
    181   1.2       tls sd*	at scsibus? target ? lun ?	# SCSI disk drives
    182   1.2       tls st*	at scsibus? target ? lun ?	# SCSI tape drives
    183   1.2       tls cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    184   1.2       tls ch*	at scsibus? target ? lun ?	# SCSI autochangers
    185  1.20   mycroft #ss*	at scsibus? target ? lun ?	# SCSI scanners
    186  1.20   mycroft #uk*	at scsibus? target ? lun ?	# SCSI unknown
    187   1.2       tls 
    188   1.2       tls fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    189   1.2       tls #fdc1	at isa? port 0x370 irq ? drq ?
    190   1.2       tls fd*	at fdc? drive ?
    191   1.2       tls 
    192  1.20   mycroft #mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
    193  1.20   mycroft 
    194   1.2       tls wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    195  1.34   mycroft wdc1	at isa? port 0x170 irq 15
    196   1.2       tls wd*	at wdc? drive ?
    197   1.2       tls 
    198   1.2       tls wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
    199   1.2       tls 
    200   1.2       tls ed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
    201   1.2       tls ed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
    202   1.2       tls ed2	at isa? port 0x300 iomem 0xcc000 irq 10
    203   1.2       tls #eg0	at isa? ...				# 3C505 ethernet cards
    204   1.2       tls el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
    205   1.2       tls ep0	at isa? port ? irq ?			# 3C509 ethernet cards
    206  1.13    scottr ie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
    207  1.13    scottr ie1	at isa? port 0x300 irq 10		# EtherExpress
    208   1.2       tls #le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
    209  1.12   thorpej ep*	at eisa? slot ?				# 3C579 ethernet cards
    210  1.20   mycroft fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
    211   1.5       cgd le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
    212   1.5       cgd de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
    213  1.40       cjs ep*	at pci? dev ? function ?		# 3C59x/3C90X ethernet cards
    214  1.20   mycroft fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
    215  1.36   thorpej fxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
    216  1.20   mycroft 
    217  1.20   mycroft #pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
    218  1.20   mycroft #sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
    219  1.20   mycroft 
    220  1.20   mycroft #sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
    221  1.20   mycroft #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    222  1.20   mycroft #pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
    223  1.20   mycroft #gus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
    224  1.20   mycroft #spkr0	at pckbd? port 0x61
    225  1.20   mycroft 
    226  1.20   mycroft # Joystick driver. Probe is a little strange; add only if you have one.
    227  1.20   mycroft #joy0	at isa? port 0x201
    228  1.21   mycroft 
    229  1.22   mycroft include	"arch/i386/conf/GENERIC.local"
    230  1.37     perry 
    231  1.37     perry # memory-disk (root for install floppy)
    232  1.37     perry pseudo-device	md	1		# memory-disk
    233   1.2       tls 
    234   1.2       tls pseudo-device	loop	1		# network loopback
    235  1.20   mycroft #pseudo-device	bpfilter 8		# packet filter
    236   1.2       tls pseudo-device	sl	2		# CSLIP
    237  1.20   mycroft #pseudo-device	ppp	2		# PPP
    238  1.20   mycroft #pseudo-device	tun	2		# network tunneling over tty
    239   1.2       tls 
    240   1.2       tls pseudo-device	pty	64		# pseudo-terminals
    241  1.20   mycroft #pseudo-device	tb	1		# tablet line discipline
    242  1.20   mycroft #pseudo-device	vnd	4		# paging to files
    243  1.20   mycroft #pseudo-device	ccd	4		# concatenated disk devices
    244