Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.4
      1 #	$NetBSD: INSTALL,v 1.4 2002/04/02 05:30:49 lukem 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="-Os"
     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_IS_ROOT	# use memory disk as root
    104 options 	MEMORY_DISK_ROOT_SIZE=7000	# Size in blocks (3.5MB)
    105 
    106 options 	XSERVER			# also need INSECURE for now
    107 options 	INSECURE		# disable kernel securelevel
    108 
    109 # Use the following to force the serial to always be the console
    110 # device.  19200 is what the serial gets set up as by the firmware
    111 # when it hasn't fallen back from PC.  If it has fallen back then
    112 # the speed will be set at 9600.
    113 #options 	COMCONSOLE,CONADDR=0x3f8,CONUNIT=0,CONSPEED=19200
    114 
    115 # Miscellaneous kernel options
    116 #options 	KTRACE		# system call tracing, a la ktrace(1)
    117 #options 	IRQSTATS	# manage IRQ statistics, XXX temp required
    118 #options 	LKM		# loadable kernel modules
    119 #options 	KMEMSTATS	# kernel memory statistics, XXX temp required
    120 options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    121 
    122 # Development and Debugging options
    123 
    124 #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    125 #options 	PORTMASTER	# Enable PortMaster only options
    126 #options 	DIAGNOSTIC	# internal consistency checks
    127 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    128 #options 	IPKDB		# remote kernel debugging
    129 options 	DDB		# in-kernel debugger
    130 #options 	DDB_ONPANIC=0	# don't run DDB at panictime
    131 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    132 #options 	KERNEL_DEBUG	# compile in kernel debuging capability
    133 #makeoptions	DEBUG="-g"	# compile full symbol table
    134 
    135 config		netbsd		root on ? type ffs	# root on miniroot
    136 
    137 # The main bus device
    138 mainbus0 at root
    139 
    140 # The boot cpu
    141 cpu0 at mainbus?
    142 
    143 # Open Firmware devices
    144 ofbus*		at root
    145 ofbus*		at ofbus?
    146 #ofdisk* 	at ofbus?
    147 #ofnet*		at ofbus?	# don't use with cs0
    148 #ofcons* 	at ofbus?	# don't use with pc0
    149 ofrtc*		at ofisa?
    150 ofrom*		at ofbus?
    151 
    152 ofisa*		at ofbus?
    153 ofbus*		at ofisa?
    154 
    155 # IDE/ATA disk
    156 wdc*		at ofisa?
    157 wd*		at wdc? drive ?
    158 
    159 atapibus*	at wdc?
    160 cd*		at atapibus? drive?
    161 sd*		at atapibus? drive?
    162 
    163 # PCCONS@OFW
    164 ofisapc*	at ofbus?
    165 pc*		at ofisapc?
    166 
    167 # PS/2 Mouse
    168 opms0		at spckbd? irq 12
    169 
    170 # CS8900 Ethernet@OFW
    171 cs*		at ofisa?
    172 
    173 # Serial @OFW
    174 com*		at ofisa?
    175 
    176 # Parallel @OFW
    177 lpt*		at ofisa?
    178 
    179 # Smart Card
    180 ofisascr*	at ofisa?
    181 scr*		at ofisascr?
    182 
    183 # ESS Sound@OFW
    184 #ess*		at ofisa?
    185 #audio*		at ess?
    186 #opl*		at ess?
    187 #midi*		at opl?
    188 
    189 # Joystick @OFW
    190 #joy*		at ofisa?
    191 
    192 pseudo-device	loop	1		# network loopback
    193 pseudo-device	bpfilter 8		# packet filter
    194 #pseudo-device	sl	2		# CSLIP
    195 #pseudo-device	ppp	2		# PPP
    196 #pseudo-device	tun	2		# network tunneling over tty
    197 #pseudo-device	ipfilter 1		# ip filter
    198 
    199 pseudo-device	pty			# pseudo-terminals
    200 #pseudo-device	tb	1		# tablet line discipline
    201 #pseudo-device	vnd	4		# disk-like interface to files
    202 #pseudo-device	ccd	2		# concatenated disk devices
    203 pseudo-device	rnd			# /dev/random and /dev/urandom
    204 
    205 pseudo-device	md	1		# Ramdisk driver
    206 #pseudo-device	profiler 1		# fiq based profiling device
    207 #pseudo-device	sequencer 1		# MIDI sequencer
    208