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