Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.13.6.5
      1  1.13.6.5  nathanw #	$NetBSD: INSTALL,v 1.13.6.5 2002/04/17 00:02:49 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.5  nathanw options 		MEMORY_DISK_ROOT_SIZE=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.5  nathanw #options 	USERCONF		# userconf(4) support
     32  1.13.6.5  nathanw options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     33  1.13.6.2  nathanw 
     34  1.13.6.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     35  1.13.6.2  nathanw #options 	COMPAT_43
     36  1.13.6.2  nathanw #options 	COMPAT_09
     37  1.13.6.2  nathanw options 	COMPAT_10
     38  1.13.6.2  nathanw options 	COMPAT_12
     39  1.13.6.2  nathanw options 	COMPAT_13
     40  1.13.6.2  nathanw options 	COMPAT_14
     41  1.13.6.2  nathanw options 		COMPAT_386BSD_MBRPART	# recognize old partition ID
     42  1.13.6.2  nathanw 
     43  1.13.6.2  nathanw # File systems
     44  1.13.6.2  nathanw file-system 	FFS
     45  1.13.6.2  nathanw file-system	EXT2FS
     46  1.13.6.2  nathanw file-system 	MFS
     47  1.13.6.2  nathanw file-system 	NFS
     48  1.13.6.2  nathanw file-system 	CD9660
     49  1.13.6.2  nathanw file-system 	MSDOSFS
     50  1.13.6.2  nathanw #file-system 	FDESC
     51  1.13.6.2  nathanw file-system 	KERNFS
     52  1.13.6.2  nathanw #file-system 	NULLFS
     53  1.13.6.2  nathanw #file-system 	PORTAL
     54  1.13.6.2  nathanw #file-system 	PROCFS
     55  1.13.6.2  nathanw #file-system 	UMAPFS
     56  1.13.6.2  nathanw #file-system 	UNION
     57  1.13.6.2  nathanw 
     58  1.13.6.2  nathanw # Filesystem options
     59  1.13.6.2  nathanw #options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     60  1.13.6.2  nathanw #options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     61  1.13.6.2  nathanw 
     62  1.13.6.2  nathanw #options 	NFSSERVER
     63  1.13.6.2  nathanw 
     64  1.13.6.2  nathanw options 	INET
     65  1.13.6.2  nathanw 
     66  1.13.6.2  nathanw #options 	NFS_BOOT_BOOTPARAM
     67  1.13.6.2  nathanw 
     68  1.13.6.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     69  1.13.6.2  nathanw 
     70  1.13.6.2  nathanw config		netbsd	root on ? type ffs
     71  1.13.6.2  nathanw 
     72  1.13.6.2  nathanw #pseudo-device	vnd		4
     73  1.13.6.2  nathanw pseudo-device	md		1
     74  1.13.6.2  nathanw pseudo-device	loop
     75  1.13.6.2  nathanw #pseudo-device	bpfilter	8	# packet filter
     76  1.13.6.2  nathanw pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
     77  1.13.6.2  nathanw 
     78  1.13.6.2  nathanw #
     79  1.13.6.2  nathanw # device
     80  1.13.6.2  nathanw #
     81  1.13.6.2  nathanw options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     82  1.13.6.2  nathanw 
     83  1.13.6.2  nathanw options 	PCIVERBOSE	# verbose PCI device messages
     84  1.13.6.2  nathanw #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     85  1.13.6.2  nathanw 
     86  1.13.6.2  nathanw mainbus0 at root
     87  1.13.6.2  nathanw 
     88  1.13.6.2  nathanw cpu*	at mainbus0
     89  1.13.6.2  nathanw pci0	at mainbus0 bus ?
     90  1.13.6.2  nathanw 
     91  1.13.6.2  nathanw ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     92  1.13.6.2  nathanw pci*	at ppb? bus ?
     93  1.13.6.2  nathanw pchb*	at pci? dev ? function ?	# PCI-Host bridges
     94  1.13.6.2  nathanw pcib*	at pci? dev ? function ?	# PCI-ISA bridges
     95  1.13.6.2  nathanw 
     96  1.13.6.2  nathanw isa*	at pcib?			# ISA on PCI-ISA bridge
     97  1.13.6.2  nathanw 
     98  1.13.6.2  nathanw pc0	at isa? port 0x60 irq 1		# generic PC console device
     99  1.13.6.2  nathanw 
    100  1.13.6.2  nathanw com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    101  1.13.6.2  nathanw com1	at isa? port 0x2f8 irq 3
    102  1.13.6.2  nathanw #com2	at isa? port 0x380 irq 16
    103  1.13.6.2  nathanw #com3	at isa? port 0x388 irq 17
    104  1.13.6.2  nathanw 
    105  1.13.6.2  nathanw lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    106  1.13.6.2  nathanw #lpt1	at isa? port 0x278
    107  1.13.6.2  nathanw #lpt2	at isa? port 0x3bc
    108  1.13.6.2  nathanw 
    109  1.13.6.2  nathanw #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    110  1.13.6.2  nathanw #lms1	at isa? port 0x238 irq 5
    111  1.13.6.2  nathanw #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    112  1.13.6.2  nathanw #mms1	at isa? port 0x238 irq 5
    113  1.13.6.2  nathanw #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    114  1.13.6.2  nathanw 
    115  1.13.6.2  nathanw #siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    116  1.13.6.2  nathanw #scsibus* at siop?
    117  1.13.6.2  nathanw 
    118  1.13.6.2  nathanw #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    119  1.13.6.2  nathanw #st*	at scsibus? target ? lun ?	# SCSI tape drives
    120  1.13.6.2  nathanw #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    121  1.13.6.2  nathanw #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    122  1.13.6.2  nathanw #ss*	at scsibus? target ? lun ?	# SCSI scanners
    123  1.13.6.2  nathanw #uk*	at scsibus? target ? lun ?	# SCSI unknown
    124  1.13.6.2  nathanw 
    125  1.13.6.2  nathanw fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    126  1.13.6.2  nathanw #fdc1	at isa? port 0x370 irq ? drq ?
    127  1.13.6.2  nathanw fd0	at fdc? drive 1
    128  1.13.6.2  nathanw #fd*	at fdc? drive ?
    129  1.13.6.2  nathanw 
    130  1.13.6.2  nathanw wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    131  1.13.6.2  nathanw wd*	at wdc? drive ?
    132  1.13.6.2  nathanw 
    133  1.13.6.2  nathanw ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    134  1.13.6.2  nathanw #ipkdbif0 at ne?
    135  1.13.6.2  nathanw 
    136  1.13.6.2  nathanw #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    137  1.13.6.2  nathanw #spkr0	at pckbd? port 0x61
    138  1.13.6.2  nathanw 
    139  1.13.6.2  nathanw # Joystick driver. Probe is a little strange; add only if you have one.
    140  1.13.6.2  nathanw #joy0	at isa? port 0x201
    141