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