Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.13.6.2
      1  1.13.6.2  nathanw #	$NetBSD: INSTALL,v 1.13.6.2 2002/01/08 00:23:45 nathanw Exp $
      2  1.13.6.2  nathanw #
      3  1.13.6.2  nathanw # First try for BEBOX config file
      4  1.13.6.2  nathanw #
      5  1.13.6.2  nathanw 
      6  1.13.6.2  nathanw include "arch/bebox/conf/std.bebox"
      7  1.13.6.2  nathanw 
      8  1.13.6.2  nathanw maxusers	32
      9  1.13.6.2  nathanw 
     10  1.13.6.2  nathanw makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
     11  1.13.6.2  nathanw 
     12  1.13.6.2  nathanw # Enable the hooks used for initializing the root memory-disk.
     13  1.13.6.2  nathanw options 		MEMORY_DISK_HOOKS
     14  1.13.6.2  nathanw options 		MEMORY_DISK_IS_ROOT	# force root on memory disk
     15  1.13.6.2  nathanw options 		MEMORY_DISK_SERVER=0	# no userspace memory disk support
     16  1.13.6.2  nathanw options 		MINIROOTSIZE=3074	# size of memory disk, in blocks
     17  1.13.6.2  nathanw 
     18  1.13.6.2  nathanw #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     19  1.13.6.2  nathanw #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     20  1.13.6.2  nathanw # HMAC key to be used for debugging sessions
     21  1.13.6.2  nathanw #options 	IPKDBKEY="\"HMAC pass phrase text\""
     22  1.13.6.2  nathanw #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     23  1.13.6.2  nathanw #makeoptions	DEBUG="-g"
     24  1.13.6.2  nathanw 
     25  1.13.6.2  nathanw #options 	DEBUG
     26  1.13.6.2  nathanw #options 	DIAGNOSTIC
     27  1.13.6.2  nathanw #options 	TRAP_PANICWAIT
     28  1.13.6.2  nathanw #options 	DDB
     29  1.13.6.2  nathanw #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     30  1.13.6.2  nathanw #options 	KTRACE
     31  1.13.6.2  nathanw options 	NEWPMAP
     32  1.13.6.2  nathanw 
     33  1.13.6.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     34  1.13.6.2  nathanw #options 	COMPAT_43
     35  1.13.6.2  nathanw #options 	COMPAT_09
     36  1.13.6.2  nathanw options 	COMPAT_10
     37  1.13.6.2  nathanw options 	COMPAT_12
     38  1.13.6.2  nathanw options 	COMPAT_13
     39  1.13.6.2  nathanw options 	COMPAT_14
     40  1.13.6.2  nathanw options 		COMPAT_386BSD_MBRPART	# recognize old partition ID
     41  1.13.6.2  nathanw 
     42  1.13.6.2  nathanw # File systems
     43  1.13.6.2  nathanw file-system 	FFS
     44  1.13.6.2  nathanw file-system	EXT2FS
     45  1.13.6.2  nathanw file-system 	MFS
     46  1.13.6.2  nathanw file-system 	NFS
     47  1.13.6.2  nathanw file-system 	CD9660
     48  1.13.6.2  nathanw file-system 	MSDOSFS
     49  1.13.6.2  nathanw #file-system 	FDESC
     50  1.13.6.2  nathanw file-system 	KERNFS
     51  1.13.6.2  nathanw #file-system 	NULLFS
     52  1.13.6.2  nathanw #file-system 	PORTAL
     53  1.13.6.2  nathanw #file-system 	PROCFS
     54  1.13.6.2  nathanw #file-system 	UMAPFS
     55  1.13.6.2  nathanw #file-system 	UNION
     56  1.13.6.2  nathanw 
     57  1.13.6.2  nathanw # Filesystem options
     58  1.13.6.2  nathanw #options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     59  1.13.6.2  nathanw #options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     60  1.13.6.2  nathanw 
     61  1.13.6.2  nathanw #options 	NFSSERVER
     62  1.13.6.2  nathanw 
     63  1.13.6.2  nathanw options 	INET
     64  1.13.6.2  nathanw 
     65  1.13.6.2  nathanw #options 	NFS_BOOT_BOOTPARAM
     66  1.13.6.2  nathanw 
     67  1.13.6.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     68  1.13.6.2  nathanw 
     69  1.13.6.2  nathanw config		netbsd	root on ? type ffs
     70  1.13.6.2  nathanw 
     71  1.13.6.2  nathanw #pseudo-device	vnd		4
     72  1.13.6.2  nathanw pseudo-device	md		1
     73  1.13.6.2  nathanw pseudo-device	loop
     74  1.13.6.2  nathanw #pseudo-device	bpfilter	8	# packet filter
     75  1.13.6.2  nathanw pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
     76  1.13.6.2  nathanw 
     77  1.13.6.2  nathanw #
     78  1.13.6.2  nathanw # device
     79  1.13.6.2  nathanw #
     80  1.13.6.2  nathanw options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     81  1.13.6.2  nathanw 
     82  1.13.6.2  nathanw options 	PCIVERBOSE	# verbose PCI device messages
     83  1.13.6.2  nathanw #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     84  1.13.6.2  nathanw 
     85  1.13.6.2  nathanw mainbus0 at root
     86  1.13.6.2  nathanw 
     87  1.13.6.2  nathanw cpu*	at mainbus0
     88  1.13.6.2  nathanw pci0	at mainbus0 bus ?
     89  1.13.6.2  nathanw 
     90  1.13.6.2  nathanw ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     91  1.13.6.2  nathanw pci*	at ppb? bus ?
     92  1.13.6.2  nathanw pchb*	at pci? dev ? function ?	# PCI-Host bridges
     93  1.13.6.2  nathanw pcib*	at pci? dev ? function ?	# PCI-ISA bridges
     94  1.13.6.2  nathanw 
     95  1.13.6.2  nathanw isa*	at pcib?			# ISA on PCI-ISA bridge
     96  1.13.6.2  nathanw 
     97  1.13.6.2  nathanw pc0	at isa? port 0x60 irq 1		# generic PC console device
     98  1.13.6.2  nathanw 
     99  1.13.6.2  nathanw com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    100  1.13.6.2  nathanw com1	at isa? port 0x2f8 irq 3
    101  1.13.6.2  nathanw #com2	at isa? port 0x380 irq 16
    102  1.13.6.2  nathanw #com3	at isa? port 0x388 irq 17
    103  1.13.6.2  nathanw 
    104  1.13.6.2  nathanw lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    105  1.13.6.2  nathanw #lpt1	at isa? port 0x278
    106  1.13.6.2  nathanw #lpt2	at isa? port 0x3bc
    107  1.13.6.2  nathanw 
    108  1.13.6.2  nathanw #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    109  1.13.6.2  nathanw #lms1	at isa? port 0x238 irq 5
    110  1.13.6.2  nathanw #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    111  1.13.6.2  nathanw #mms1	at isa? port 0x238 irq 5
    112  1.13.6.2  nathanw #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    113  1.13.6.2  nathanw 
    114  1.13.6.2  nathanw #siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    115  1.13.6.2  nathanw #scsibus* at siop?
    116  1.13.6.2  nathanw 
    117  1.13.6.2  nathanw #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    118  1.13.6.2  nathanw #st*	at scsibus? target ? lun ?	# SCSI tape drives
    119  1.13.6.2  nathanw #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    120  1.13.6.2  nathanw #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    121  1.13.6.2  nathanw #ss*	at scsibus? target ? lun ?	# SCSI scanners
    122  1.13.6.2  nathanw #uk*	at scsibus? target ? lun ?	# SCSI unknown
    123  1.13.6.2  nathanw 
    124  1.13.6.2  nathanw fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    125  1.13.6.2  nathanw #fdc1	at isa? port 0x370 irq ? drq ?
    126  1.13.6.2  nathanw fd0	at fdc? drive 1
    127  1.13.6.2  nathanw #fd*	at fdc? drive ?
    128  1.13.6.2  nathanw 
    129  1.13.6.2  nathanw wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    130  1.13.6.2  nathanw wd*	at wdc? drive ?
    131  1.13.6.2  nathanw 
    132  1.13.6.2  nathanw ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    133  1.13.6.2  nathanw #ipkdbif0 at ne?
    134  1.13.6.2  nathanw 
    135  1.13.6.2  nathanw #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    136  1.13.6.2  nathanw #spkr0	at pckbd? port 0x61
    137  1.13.6.2  nathanw 
    138  1.13.6.2  nathanw # Joystick driver. Probe is a little strange; add only if you have one.
    139  1.13.6.2  nathanw #joy0	at isa? port 0x201
    140