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