Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.41.2.3
      1  1.41.2.3   thorpej #	$NetBSD: INSTALL,v 1.41.2.3 1997/09/01 20:10:01 thorpej 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.41.2.1   thorpej #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.41.2.1   thorpej #options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
     38      1.37     perry 
     39      1.39    mellon #options 	DDB		# in-kernel debugger
     40  1.41.2.2   thorpej #options 	KGDB		# remote debugger
     41  1.41.2.2   thorpej #options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
     42       1.2       tls #makeoptions	DEBUG="-g"	# compile full symbol table
     43      1.39    mellon #options 	DIAGNOSTIC	# internal consistency checks
     44  1.41.2.3   thorpej #options 	KTRACE		# system call tracing via ktrace(1)
     45  1.41.2.3   thorpej #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     46       1.2       tls 
     47      1.39    mellon #options 	SYSVMSG		# System V-like message queues
     48      1.39    mellon #options 	SYSVSEM		# System V-like semaphores
     49      1.39    mellon #options 	SYSVSHM		# System V-like memory sharing
     50      1.39    mellon #options 	SHMMAXPGS=1024	# 1024 pages is the default
     51      1.39    mellon 
     52      1.39    mellon #options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     53      1.39    mellon #options 	COMPAT_09	# NetBSD 0.9,
     54      1.39    mellon options 	COMPAT_10	# NetBSD 1.0,
     55      1.39    mellon options 	COMPAT_11	# NetBSD 1.1,
     56      1.39    mellon options 	COMPAT_12	# NetBSD 1.2,
     57      1.39    mellon #options 	COMPAT_43	# and 4.3BSD
     58      1.39    mellon #options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     59      1.39    mellon 
     60      1.39    mellon #options 	COMPAT_SVR4	# binary compatibility with SVR4
     61      1.39    mellon #options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     62      1.39    mellon #options 	COMPAT_LINUX	# binary compatibility with Linux
     63      1.39    mellon #options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     64      1.23   mycroft 
     65      1.39    mellon #options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
     66       1.2       tls 
     67      1.39    mellon #options 	USER_LDT	# user-settable LDT; used by WINE
     68      1.39    mellon options 	LKM		# loadable kernel modules
     69       1.2       tls 
     70      1.32   thorpej file-system 	FFS		# UFS
     71      1.37     perry #file-system 	EXT2FS		# second extended file system (linux)
     72  1.41.2.1   thorpej #file-system 	LFS		# log-structured file system
     73      1.32   thorpej file-system 	MFS		# memory file system
     74      1.32   thorpej file-system 	NFS		# Network File System client
     75      1.32   thorpej file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     76      1.32   thorpej file-system 	MSDOSFS		# MS-DOS file system
     77      1.32   thorpej file-system 	FDESC		# /dev/fd
     78      1.32   thorpej file-system 	KERNFS		# /kern
     79  1.41.2.1   thorpej #file-system 	NULLFS		# loopback file system
     80  1.41.2.1   thorpej #file-system 	PORTAL		# portal filesystem (still experimental)
     81  1.41.2.1   thorpej #file-system 	PROCFS		# /proc
     82  1.41.2.1   thorpej #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     83  1.41.2.1   thorpej #file-system 	UNION		# union file system
     84       1.2       tls 
     85      1.39    mellon #options 	QUOTA		# UFS quotas
     86      1.39    mellon #options 	NFSSERVER	# Network File System server
     87      1.39    mellon options 	FIFO		# FIFOs; RECOMMENDED
     88      1.37     perry #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     89      1.37     perry 				# immutable) behave as system flags.
     90       1.2       tls 
     91      1.39    mellon #options 	GATEWAY		# packet forwarding
     92      1.39    mellon options 	INET		# IP + ICMP + TCP + UDP
     93      1.39    mellon #options 	MROUTING	# IP multicast routing
     94      1.39    mellon #options 	NS		# XNS
     95      1.39    mellon #options 	NSIP		# XNS tunneling over IP
     96      1.39    mellon #options 	ISO,TPIP	# OSI
     97      1.39    mellon #options 	EON		# OSI tunneling over IP
     98      1.39    mellon #options 	CCITT,LLC,HDLC	# X.25
     99  1.41.2.1   thorpej #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    100       1.2       tls 
    101      1.32   thorpej config		netbsd	root on ? type ?
    102  1.41.2.2   thorpej #options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
    103       1.2       tls 
    104  1.41.2.1   thorpej #options 	EISAVERBOSE	# verbose EISA device messages
    105  1.41.2.1   thorpej #options 	PCIVERBOSE	# verbose PCI device messages
    106  1.41.2.3   thorpej #options	SCSIVERBOSE	# verbose SCSI error messages
    107  1.41.2.1   thorpej 
    108       1.6       cgd mainbus0 at root
    109       1.6       cgd 
    110      1.27   thorpej pci0	at mainbus0 bus ?
    111       1.6       cgd eisa0	at mainbus0
    112       1.2       tls 
    113       1.5       cgd ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    114       1.5       cgd pci*	at ppb? bus ?
    115      1.27   thorpej pchb*	at pci? dev ? function ?	# PCI-Host bridges
    116      1.37     perry pci*	at pchb?
    117      1.27   thorpej pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    118      1.27   thorpej 
    119      1.27   thorpej isa*	at pcib?			# ISA on PCI-ISA bridge
    120      1.27   thorpej isa*	at mainbus0			# all other ISA
    121  1.41.2.1   thorpej #isapnp0	at isa?				# ISA Plug-and-Play
    122      1.27   thorpej 
    123      1.27   thorpej #apm0	at mainbus0			# Advanced power management
    124       1.5       cgd 
    125       1.2       tls npx0	at isa? port 0xf0 irq 13	# math coprocessor
    126       1.2       tls 
    127       1.2       tls pc0	at isa? port 0x60 irq 1		# generic PC console device
    128       1.2       tls #vt0	at isa? port 0x60 irq 1
    129       1.2       tls 
    130  1.41.2.2   thorpej #options 	COM_HAYESP		# adds Hayes ESP serial board support
    131       1.2       tls com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    132       1.2       tls com1	at isa? port 0x2f8 irq 3
    133       1.2       tls com2	at isa? port 0x3e8 irq 5
    134       1.2       tls #com3	at isa? port 0x2e8 irq 9
    135       1.2       tls #ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
    136       1.8       cgd #com*	at ast? slave ?
    137       1.2       tls #boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
    138       1.2       tls #com*	at boca? slave ?
    139       1.2       tls #rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
    140       1.2       tls #com*	at rtfps? slave ?
    141  1.41.2.1   thorpej #cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
    142  1.41.2.1   thorpej #cy*	at pci? dev ? function ?	# Cyclades serial cards
    143       1.2       tls 
    144       1.2       tls lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    145       1.2       tls lpt1	at isa? port 0x278
    146       1.2       tls lpt2	at isa? port 0x3bc
    147       1.2       tls 
    148      1.20   mycroft #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    149      1.20   mycroft #lms1	at isa? port 0x238 irq 5
    150      1.20   mycroft #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    151      1.20   mycroft #mms1	at isa? port 0x238 irq 5
    152      1.20   mycroft #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    153      1.20   mycroft 
    154      1.29  jonathan aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    155      1.29  jonathan aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    156      1.29  jonathan scsibus* at aha?
    157      1.29  jonathan ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
    158      1.29  jonathan scsibus* at ahb?
    159      1.29  jonathan ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
    160      1.29  jonathan ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
    161      1.29  jonathan ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
    162      1.29  jonathan scsibus* at ahc?
    163      1.29  jonathan aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
    164      1.29  jonathan scsibus* at aic?
    165      1.17   mycroft bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
    166      1.17   mycroft bha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
    167      1.17   mycroft bha*	at eisa? slot ?
    168      1.18   mycroft bha*	at pci? dev ? function ?
    169      1.17   mycroft scsibus* at bha?
    170       1.5       cgd ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    171       1.2       tls scsibus* at ncr?
    172       1.2       tls sea0	at isa? iomem 0xc8000 irq 5
    173       1.2       tls scsibus* at sea?
    174       1.2       tls uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
    175       1.2       tls uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
    176      1.17   mycroft uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
    177       1.2       tls scsibus* at uha?
    178      1.38     perry # temporarily commented out, pending bus_dma fixes for this driver.
    179      1.38     perry #wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
    180      1.38     perry #wds1	at isa? port 0x358 irq 11 drq 5
    181      1.38     perry #scsibus* at wds?
    182      1.33       cgd isp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
    183      1.33       cgd scsibus* at isp?
    184       1.2       tls 
    185       1.2       tls sd*	at scsibus? target ? lun ?	# SCSI disk drives
    186       1.2       tls st*	at scsibus? target ? lun ?	# SCSI tape drives
    187       1.2       tls cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    188       1.2       tls ch*	at scsibus? target ? lun ?	# SCSI autochangers
    189      1.20   mycroft #ss*	at scsibus? target ? lun ?	# SCSI scanners
    190      1.20   mycroft #uk*	at scsibus? target ? lun ?	# SCSI unknown
    191       1.2       tls 
    192       1.2       tls fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    193       1.2       tls #fdc1	at isa? port 0x370 irq ? drq ?
    194       1.2       tls fd*	at fdc? drive ?
    195       1.2       tls 
    196      1.20   mycroft #mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
    197      1.20   mycroft 
    198       1.2       tls wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    199      1.34   mycroft wdc1	at isa? port 0x170 irq 15
    200       1.2       tls wd*	at wdc? drive ?
    201  1.41.2.3   thorpej atapibus* at wdc?
    202  1.41.2.3   thorpej cd* at atapibus? drive ?
    203       1.2       tls 
    204      1.41     perry # note: the wt driver conflicts unpleasantly with ed devices at the
    205      1.41     perry # same I/O address. The probe reprograms their eeproms. Don't
    206      1.41     perry # uncomment it unless you are actually using it.
    207      1.41     perry #wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
    208       1.2       tls 
    209       1.2       tls ed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
    210       1.2       tls ed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
    211       1.2       tls ed2	at isa? port 0x300 iomem 0xcc000 irq 10
    212       1.2       tls #eg0	at isa? ...				# 3C505 ethernet cards
    213       1.2       tls el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
    214       1.2       tls ep0	at isa? port ? irq ?			# 3C509 ethernet cards
    215  1.41.2.1   thorpej #ep*	at isapnp?
    216      1.13    scottr ie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
    217      1.13    scottr ie1	at isa? port 0x300 irq 10		# EtherExpress
    218       1.2       tls #le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
    219  1.41.2.1   thorpej lc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
    220      1.12   thorpej ep*	at eisa? slot ?				# 3C579 ethernet cards
    221      1.20   mycroft fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
    222       1.5       cgd le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
    223       1.5       cgd de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
    224  1.41.2.1   thorpej ep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
    225      1.20   mycroft fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
    226      1.36   thorpej fxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
    227      1.20   mycroft 
    228      1.20   mycroft #pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
    229      1.20   mycroft #sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
    230  1.41.2.1   thorpej #audio*	at sp0
    231      1.20   mycroft 
    232      1.20   mycroft #sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
    233  1.41.2.1   thorpej #sb*	at isapnp?
    234  1.41.2.1   thorpej #audio*	at sb?
    235      1.20   mycroft #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    236  1.41.2.1   thorpej #audio*	at wss0
    237      1.20   mycroft #pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
    238  1.41.2.1   thorpej #audio*	at pas0
    239  1.41.2.2   thorpej #gus0	at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
    240  1.41.2.1   thorpej #audio*	at gus0
    241      1.20   mycroft #spkr0	at pckbd? port 0x61
    242      1.20   mycroft 
    243      1.20   mycroft # Joystick driver. Probe is a little strange; add only if you have one.
    244      1.20   mycroft #joy0	at isa? port 0x201
    245  1.41.2.1   thorpej #joy*	at isapnp?
    246  1.41.2.1   thorpej 
    247  1.41.2.1   thorpej # Planetconnect Satellite receiver driver.
    248  1.41.2.1   thorpej #satlink0 at isa? port 0x300 drq 1
    249      1.21   mycroft 
    250      1.22   mycroft include	"arch/i386/conf/GENERIC.local"
    251      1.37     perry 
    252      1.37     perry # memory-disk (root for install floppy)
    253      1.37     perry pseudo-device	md	1		# memory-disk
    254       1.2       tls 
    255       1.2       tls pseudo-device	loop	1		# network loopback
    256      1.20   mycroft #pseudo-device	bpfilter 8		# packet filter
    257       1.2       tls pseudo-device	sl	2		# CSLIP
    258      1.20   mycroft #pseudo-device	ppp	2		# PPP
    259      1.20   mycroft #pseudo-device	tun	2		# network tunneling over tty
    260  1.41.2.1   thorpej #pseudo-device	ipfilter		# IP filter
    261       1.2       tls 
    262       1.2       tls pseudo-device	pty	64		# pseudo-terminals
    263      1.20   mycroft #pseudo-device	tb	1		# tablet line discipline
    264      1.20   mycroft #pseudo-device	vnd	4		# paging to files
    265      1.20   mycroft #pseudo-device	ccd	4		# concatenated disk devices
    266