Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.13
      1 # 	$NetBSD: INSTALL,v 1.13 2002/04/14 02:30:22 tsutsui 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 md(4) support
     15 options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 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 	USERCONF		# userconf(4) support
     24 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     25 
     26 # Compatibility options
     27 #options 	COMPAT_43		# compatibility with 4.3BSD binaries
     28 #options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     29 options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     30 
     31 # Filesystems
     32 file-system	FFS		# Berkeley Fast Filesystem
     33 file-system	NFS		# Sun NFS-compatible filesystem client
     34 file-system	MFS		# memory-based filesystem
     35 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     36 file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     37 
     38 # Filesystem options
     39 options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     40 options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     41 
     42 # Networking options
     43 options 	INET		# Internet protocols
     44 #options 	INET6		# IPV6
     45 options 	NFS_BOOT_BOOTPARAM
     46 
     47 # wscons options
     48 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     49 #options 	FONT_GALLANT12x22
     50 options 	FONT_SONY8x16
     51 
     52 config		netbsd	root on ? type ?
     53 
     54 mainbus0 at root
     55 
     56 cpu0	at mainbus0
     57 hb0	at mainbus0			# Hyper-bus
     58 ap0	at mainbus0			# APbus
     59 
     60 mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
     61 mkclock0 at ap?
     62 
     63 le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
     64 le1	at hb0 addr 0xb8c30000 level 0
     65 
     66 sn*	at ap?				# SONIC Ethernet
     67 tlp*	at ap?
     68 
     69 kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
     70 #ms0	at hb0 addr 0xbfd00004 level 2	# mouse
     71 
     72 zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
     73 zsc0	at ap?
     74 
     75 zstty0	at zsc0 channel 0		# tty00
     76 zstty1	at zsc0 channel 1		# tty01
     77 
     78 fb0	at hb0 addr 0x88000000		# frame buffer
     79 
     80 xafb*	at ap?
     81 kb0	at ap?
     82 #ms0	at ap?
     83 
     84 sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
     85 scsibus0 at sc0
     86 
     87 dmac*	at ap?				# dmac3
     88 spifi*	at ap?				# SPIFI SCSI
     89 scsibus* at spifi?
     90 
     91 sd*	at scsibus? target ? lun ?	# SCSI disks
     92 st*	at scsibus? target ? lun ?	# SCSI tapes
     93 cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     94 
     95 wsdisplay0 at fb? console ?
     96 wsdisplay0 at xafb? console ?
     97 wskbd0	at kb? console ?
     98 #wsmouse0 at ms?
     99 
    100 pseudo-device	loop			# loopback interface; required
    101 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    102 pseudo-device	md		1	# memory disk device
    103