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