Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.1
      1 #	$NetBSD: INSTALL,v 1.1 2002/02/10 01:57:01 thorpej Exp $
      2 #
      3 #	Shark installation kernel
      4 #
      5 
      6 include	"arch/shark/conf/std.shark"
      7 
      8 # estimated number of users
      9 
     10 maxusers	32
     11 
     12 # Standard system options
     13 
     14 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     15 options 	HZ=64
     16 #options 	NTP		# NTP phase/frequency locked loop
     17 options 	NMBCLUSTERS=1024 # XXX, temporarily required
     18 #options 	BOOT_QUIETLY	# twiddle instead of normal boot msg output
     19 
     20 # CPU options
     21 
     22 options 	CPU_SA110	# Support the SA110 core
     23 makeoptions	COPTS="-O2 -march=armv4 -mtune=strongarm"
     24 
     25 # Architecture options
     26 
     27 options 	SHARK		# We are a Shark
     28 options 	NSIO		# We are using the National Semi SuperIO
     29 
     30 # compatibility with old version of OFW, which may have incorrect
     31 # properties and/or may set up devices incorrectly.
     32 options 	COMPAT_OLD_OFW
     33 
     34 # FPA options
     35 
     36 #options 	ARMFPE		# ARM Ltd FPE
     37 
     38 # File systems
     39 
     40 file-system	FFS		# UFS
     41 #file-system	LFS		# log-structured file system
     42 file-system	MFS		# memory file system
     43 file-system	NFS
     44 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     45 #file-system 	EXT2FS		# second extended file system (linux)
     46 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     47 file-system	MSDOSFS		# MS-DOS file system
     48 #file-system	FDESC		# /dev/fd
     49 #file-system	FILECORE	# Acorn filecore file system
     50 file-system	KERNFS		# /kern
     51 #file-system	NULLFS		# loopback file system
     52 #file-system	PORTAL		# portal filesystem (still experimental)
     53 #file-system	PROCFS		# /proc
     54 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     55 #file-system	UNION		# union file system
     56 
     57 # File system options
     58 #options 	QUOTA		# UFS quotas
     59 #options 	FFS_EI		# FFS Endian Independant support
     60 #options 	NFSSERVER
     61 
     62 # Networking options
     63 
     64 #options 	GATEWAY		# packet forwarding
     65 options 	INET		# IP + ICMP + TCP + UDP
     66 #options 	MROUTING	# IP multicast routing
     67 #options 	NS		# XNS
     68 #options 	NSIP		# XNS tunneling over IP
     69 #options 	ISO,TPIP	# OSI
     70 #options 	EON		# OSI tunneling over IP
     71 #options 	CCITT,LLC,HDLC	# X.25
     72 #options 	NETATALK	# AppleTalk networking
     73 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks (Required
     74 				# if you enable the pseudo-device ipl).
     75 
     76 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     77 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     78 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     79 options 	NFS_BOOT_DHCP	# use NetBSD standard DHCP/NFS boot code
     80 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     81 
     82 # Compatibility options
     83 
     84 options 	COMPAT_43	# 4.3BSD compatibility.
     85 options 	COMPAT_14	# NetBSD 1.4 compatibility.
     86 options 	COMPAT_13	# NetBSD 1.3 compatibility.
     87 options 	COMPAT_12	# NetBSD 1.2 compatibility.
     88 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     89 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     90 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     91 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     92 
     93 # Shared memory options
     94 
     95 options 	SYSVMSG		# System V-like message queues
     96 options 	SYSVSEM		# System V-like semaphores
     97 options 	SYSVSHM		# System V-like memory sharing
     98 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     99 
    100 # Device options
    101 
    102 options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    103 #options 	MEMORY_DISK_SIZE=0	# Size in blocks
    104 options 	MINIROOTSIZE=3800	# Size in blocks
    105 options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    106 
    107 options 	XSERVER			# also need INSECURE for now
    108 options 	INSECURE		# disable kernel securelevel
    109 
    110 # Use the following to force the serial to always be the console
    111 # device.  19200 is what the serial gets set up as by the firmware
    112 # when it hasn't fallen back from PC.  If it has fallen back then
    113 # the speed will be set at 9600.
    114 #options 	COMCONSOLE,CONADDR=0x3f8,CONUNIT=0,CONSPEED=19200
    115 
    116 # Miscellaneous kernel options
    117 options 	KTRACE		# system call tracing, a la ktrace(1)
    118 options 	IRQSTATS	# manage IRQ statistics, XXX temp required
    119 #options 	LKM		# loadable kernel modules
    120 options 	KMEMSTATS	# kernel memory statistics, XXX temp required
    121 options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    122 
    123 # Development and Debugging options
    124 
    125 #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    126 #options 	PORTMASTER	# Enable PortMaster only options
    127 options 	DIAGNOSTIC	# internal consistency checks
    128 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    129 #options 	IPKDB		# remote kernel debugging
    130 options 	DDB		# in-kernel debugger
    131 #options 	DDB_ONPANIC=0	# don't run DDB at panictime
    132 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    133 #options 	KERNEL_DEBUG	# compile in kernel debuging capability
    134 #makeoptions	DEBUG="-g"	# compile full symbol table
    135 
    136 config		netbsd		root on ? type ffs	# root on miniroot
    137 
    138 # The main bus device
    139 mainbus0 at root
    140 
    141 # The boot cpu
    142 cpu0 at mainbus?
    143 
    144 # Open Firmware devices
    145 ofbus*		at root
    146 ofbus*		at ofbus?
    147 #ofdisk* 	at ofbus?
    148 #ofnet*		at ofbus?	# don't use with cs0
    149 #ofcons* 	at ofbus?	# don't use with pc0
    150 ofrtc*		at ofisa?
    151 ofrom*		at ofbus?
    152 
    153 ofisa*		at ofbus?
    154 ofbus*		at ofisa?
    155 
    156 # IDE/ATA disk
    157 wdc*		at ofisa?
    158 wd*		at wdc? drive ?
    159 
    160 atapibus*	at wdc?
    161 cd*		at atapibus? drive?
    162 sd*		at atapibus? drive?
    163 
    164 # PCCONS@OFW
    165 ofisapc*	at ofbus?
    166 pc*		at ofisapc?
    167 
    168 # PS/2 Mouse
    169 opms0		at spckbd? irq 12
    170 
    171 # CS8900 Ethernet@OFW
    172 cs*		at ofisa?
    173 
    174 # Serial @OFW
    175 com*		at ofisa?
    176 
    177 # Parallel @OFW
    178 lpt*		at ofisa?
    179 
    180 # Smart Card
    181 ofisascr*	at ofisa?
    182 scr*		at ofisascr?
    183 
    184 # ESS Sound@OFW
    185 ess*		at ofisa?
    186 audio*		at ess?
    187 opl*		at ess?
    188 midi*		at opl?
    189 
    190 # Joystick @OFW
    191 joy*		at ofisa?
    192 
    193 pseudo-device	loop	1		# network loopback
    194 pseudo-device	bpfilter 8		# packet filter
    195 #pseudo-device	sl	2		# CSLIP
    196 #pseudo-device	ppp	2		# PPP
    197 #pseudo-device	tun	2		# network tunneling over tty
    198 #pseudo-device	ipfilter 1		# ip filter
    199 
    200 pseudo-device	pty			# pseudo-terminals
    201 #pseudo-device	tb	1		# tablet line discipline
    202 pseudo-device	vnd	4		# disk-like interface to files
    203 #pseudo-device	ccd	2		# concatenated disk devices
    204 pseudo-device	rnd			# /dev/random and /dev/urandom
    205 
    206 pseudo-device	md	1		# Ramdisk driver
    207 #pseudo-device	profiler 1		# fiq based profiling device
    208 pseudo-device	sequencer 1		# MIDI sequencer
    209