Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.10.2.5
      1 # 	$NetBSD: INSTALL,v 1.10.2.5 2005/02/04 11:44:45 skrll Exp $
      2 #
      3 include		"arch/mipsco/conf/std.mipsco"
      4 
      5 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      6 
      7 makeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
      8 
      9 maxusers	8
     10 
     11 options 	MIPS1			# R2000/R3000 support
     12 
     13 # Standard system options
     14 options 	HZ=25
     15 options 	USERCONF		# userconf(4) support
     16 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     17 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     18 options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
     19 
     20 # Debugging options
     21 #options 	DDB			# kernel dynamic debugger
     22 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     23 #options 	DEBUG			# extra kernel debugging support
     24 #options 	DIAGNOSTIC		# extra kernel sanity checking
     25 #options 	SCSIVERBOSE		# Verbose SCSI errors
     26 
     27 # Compatibility options
     28 #options 	COMPAT_43		# compatibility with 4.3BSD binaries
     29 #options 	COMPAT_10		# NetBSD 1.0 binary compatibility
     30 #options 	COMPAT_11		# NetBSD 1.1 binary compatibility
     31 #options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     32 #options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     33 #options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     34 #options 	COMPAT_16		# NetBSD 1.6 binary compatibility
     35 #options 	EXEC_AOUT		# exec a.out binaries
     36 #options 	EXEC_ECOFF		# exec ecoff binaries
     37 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     38 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     39 
     40 # Filesystem options
     41 file-system	FFS		# Berkeley Fast Filesystem
     42 file-system	NFS		# Sun NFS-compatible filesystem client
     43 file-system	KERNFS		# kernel data-structure filesystem
     44 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     45 
     46 # Options for saving space in install kernels
     47 options 	NFS_V2_ONLY		# Exclude NFS3 and NQNFS
     48 options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
     49 
     50 # Networking options
     51 options 	INET		# Internet protocols
     52 options 	NFS_BOOT_DHCP		# superset of BOOTP
     53 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     54 
     55 config		netbsd	root on ? type ?
     56 
     57 mainbus0 at root
     58 
     59 cpu0	at mainbus0
     60 obio0	at mainbus0
     61 
     62 mkclock0 at obio0 addr 0xbd000000	# MK48T02 realtime clock
     63 
     64 rambo0	at obio0 addr 0xbc000000	# RAMBO DMA & timer asic
     65 
     66 le0	at obio0 addr 0xba000000	# onboard LANCE ethernet
     67 
     68 # Not currently implemented
     69 #kb0	at obio0 addr 0xbfd00000	# keyboard
     70 #fb0	at obio0 addr 0x88000000	# framebuffer
     71 
     72 fd0	at obio0 addr 0xbe000000	# i82072 floppy disk controller
     73 
     74 zsc0	at obio0 addr 0xbb000000	# Base address for Z8530 SCC
     75 zstty0	at zsc0 channel 0		# tty00
     76 zstty1	at zsc0 channel 1		# tty01
     77 
     78 asc0	at obio0 addr 0xb8000000	# onboard NCR 53c94 SCSI controller
     79 
     80 scsibus0 at asc0
     81 
     82 sd*	at scsibus? target ? lun ?	# SCSI disks
     83 st*	at scsibus? target ? lun ?	# SCSI tapes
     84 cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     85 ch*	at scsibus? target ? lun ?	# SCSI changer devices
     86 
     87 pseudo-device	loop			# loopback interface; required
     88 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
     89 #pseudo-device	sl		2	# SLIP interfaces
     90 #pseudo-device	ppp		2	# PPP interfaces
     91 #pseudo-device	tun		4	# Network "tunnel" device
     92 pseudo-device	ccd		4	# concatenated and striped disks
     93 #pseudo-device	raid		4	# RAIDframe disk driver
     94 #pseudo-device	fss		4	# file system snapshot device
     95 
     96 pseudo-device	rnd			# /dev/random and in-kernel generator
     97