Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.6.8.2
      1 # 	$NetBSD: INSTALL,v 1.6.8.2 2002/02/28 04:11:16 nathanw Exp $
      2 #
      3 #	INSTALL kernel for RISC-NEWS
      4 
      5 include		"arch/newsmips/conf/std.newsmips"
      6 
      7 makeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
      8 
      9 maxusers	8
     10 
     11 # Enable the hooks used for initializing the ram-disk.
     12 options 	MEMORY_DISK_HOOKS
     13 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     14 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     15 options 	MINIROOTSIZE=4096	# 2 Megabytes
     16 
     17 options 	news3400
     18 options 	news5000
     19 options 	MIPS1			# R2000/R3000 support
     20 options 	MIPS3			# R4000 support
     21 options 	CPU_SINGLE		# no I/O processor
     22 
     23 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     24 
     25 # Compatibility options
     26 #options 	COMPAT_43		# compatibility with 4.3BSD binaries
     27 #options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     28 options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     29 
     30 # Filesystems
     31 file-system	FFS		# Berkeley Fast Filesystem
     32 file-system	NFS		# Sun NFS-compatible filesystem client
     33 file-system	MFS		# memory-based filesystem
     34 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     35 file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     36 
     37 # Filesystem options
     38 options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     39 options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     40 
     41 # Networking options
     42 options 	INET		# Internet protocols
     43 #options 	INET6		# IPV6
     44 options 	NFS_BOOT_BOOTPARAM
     45 
     46 # wscons options
     47 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     48 options 	FONT_GALLANT12x22
     49 #options 	FONT_SONY8x16
     50 
     51 config		netbsd	root on ? type ?
     52 
     53 mainbus0 at root
     54 
     55 cpu0	at mainbus0
     56 hb0	at mainbus0			# Hyper-bus
     57 ap0	at mainbus0			# APbus
     58 
     59 mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
     60 mkclock0 at ap?
     61 
     62 le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
     63 le1	at hb0 addr 0xb8c30000 level 0
     64 
     65 sn*	at ap?				# SONIC Ethernet
     66 tlp*	at ap?
     67 
     68 kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
     69 #ms0	at hb0 addr 0xbfd00004 level 2	# mouse
     70 
     71 zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
     72 zsc0	at ap?
     73 
     74 zstty0	at zsc0 channel 0		# tty00
     75 zstty1	at zsc0 channel 1		# tty01
     76 
     77 fb0	at hb0 addr 0x88000000		# frame buffer
     78 
     79 xafb*	at ap?
     80 kb0	at ap?
     81 #ms0	at ap?
     82 
     83 sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
     84 scsibus0 at sc0
     85 
     86 dmac*	at ap?				# dmac3
     87 spifi*	at ap?				# SPIFI SCSI
     88 scsibus* at spifi?
     89 
     90 sd*	at scsibus? target ? lun ?	# SCSI disks
     91 st*	at scsibus? target ? lun ?	# SCSI tapes
     92 cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     93 
     94 wsdisplay0 at fb? console ?
     95 wsdisplay0 at xafb? console ?
     96 wskbd0	at kb? console ?
     97 #wsmouse0 at ms?
     98 
     99 pseudo-device	loop			# loopback interface; required
    100 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    101 pseudo-device	md		1	# memory disk device
    102