Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.3.2.2
      1 # $NetBSD: INSTALL,v 1.3.2.2 2012/03/11 01:52:23 mrg Exp $
      2 #
      3 # config for installation ramdisk kernel
      4 # 
      5 include		"arch/luna68k/conf/std.luna68k"
      6 
      7 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
      8 
      9 maxusers	4
     10 
     11 options 	M68030
     12 options 	M68040
     13 options 	FPSP	# on m68040 to emulate some missing FP instructions
     14 
     15 options 	MEMORY_DISK_HOOKS
     16 options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
     17 options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
     18 options 	MEMORY_DISK_ROOT_SIZE=3200	# 1.60 Megabytes
     19 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     20 
     21 # Standard system options
     22 #options 	NTP			# NTP phase/frequency locked loop
     23 #options 	KTRACE
     24 #options 	SYSVMSG			# System V message queues
     25 #options 	SYSVSEM			# System V semaphores
     26 #options 	SYSVSHM			# System V shared memory
     27 #options 	USERCONF		# userconf(4) support
     28 options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     29 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     30 
     31 # Enable experimental buffer queue strategy for better responsiveness under 
     32 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     33 #options 	BUFQ_READPRIO
     34 #options 	BUFQ_PRIOCSCAN
     35 
     36 # Debugging options
     37 #options 	DDB
     38 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     39 #options 	SYMTAB_SPACE=72000	# place DDB symbols in data segment
     40 #options 	DEBUG			# extra kernel debugging support
     41 #options 	DIAGNOSTIC		# extra kernel sanity checking
     42 #options 	SCSIVERBOSE		# Verbose SCSI errors
     43 #options 	SCSIDEBUG
     44 #makeoptions	DEBUG="-g"		# compile full symbol table
     45 
     46 # Compatibility options
     47 #options 	COMPAT_43	# and 4.3BSD and ...
     48 #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     49 #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     50 #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     51 #options 	COMPAT_15	# NetBSD 1.5 binary compatibility
     52 #options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     53 #options 	COMPAT_20	# NetBSD 2.0 binary compatibility
     54 #options 	COMPAT_30	# NetBSD 3.0 compatibility.
     55 #options 	COMPAT_40	# NetBSD 4.0 compatibility.
     56 #options 	COMPAT_50	# NetBSD 5.0 compatibility.
     57 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     58 #options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
     59 #options 	EXEC_AOUT	# support for a.out executables
     60 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     61 
     62 # Filesystem options
     63 file-system 	FFS		# ufs file system
     64 #file-system	LFS		# log-structured file system
     65 file-system 	NFS		# nfs client support
     66 file-system	MFS
     67 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     68 #file-system	MSDOSFS		# MS-DOS FAT file system
     69 #file-system 	KERNFS		# /kern
     70 #file-system 	PROCFS		# /proc
     71 #file-system 	FDESC		# /dev/fd/*
     72 #file-system 	NULLFS		# loopback file system
     73 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     74 #file-system 	UNION		# union file system
     75 #file-system	CODA		# Coda File System; also needs vcode (below)
     76 #file-system	PTYFS		# /dev/pts/N support
     77 #file-system	TMPFS		# Efficient memory file-system
     78 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     79 
     80 #options 	NFSSERVER	# nfs server support
     81 #options 	QUOTA		# legacy UFS quotas
     82 #options 	QUOTA2		# new, in-filesystem UFS quotas
     83 #options 	FFS_EI		# ffs endian independent support
     84 options 	WAPBL		# File system journaling support
     85 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     86 #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     87 
     88 # Networking options
     89 options 	INET		# IP protocol stack support
     90 #options 	INET6		# IPV6
     91 #options 	IPSEC		# IP security
     92 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     93 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     94 #options 	IPSEC_DEBUG	# debug for IP security
     95 #options 	GATEWAY		# IP packet forwarding
     96 #options 	MROUTING	# IP multicast routing
     97 #options 	PIM		# Protocol Independent Multicast
     98 #options 	ISO,TPIP	# OSI
     99 #options 	EON		# OSI tunneling over IP
    100 #options 	NETATALK	# AppleTalk networking protocols
    101 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    102 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    103 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    104 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    105 #options 	IPFILTER_LOG	# ipmon(8) log support
    106 #options 	IPFILTER_LOOKUP	# ippool(8) support
    107 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    108 options 	NFS_BOOT_DHCP	# superset of BOOTP
    109 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    110 
    111 #options 	ALTQ		# Manipulate network interfaces' output queues
    112 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    113 #options 	ALTQ_CBQ	# Class-Based Queueing
    114 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    115 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    116 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    117 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    118 #options 	ALTQ_LOCALQ	# Local queueing discipline
    119 #options 	ALTQ_PRIQ	# Priority Queueing
    120 #options 	ALTQ_RED	# Random Early Detection
    121 #options 	ALTQ_RIO	# RED with IN/OUT
    122 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    123 
    124 # WS console uses SUN or VT100 terminal emulation
    125 options 	WSEMUL_VT100
    126 
    127 config		netbsd root on ? type ?
    128 
    129 mainbus0 at root
    130 
    131 clock0	at mainbus0
    132 
    133 # uPD7201 SIO
    134 sio0	at mainbus0
    135 siotty0	at sio0			# ttya
    136 ws0	at sio0			# port for keyboard and mouse
    137 # AM7990 LANCE
    138 le0	at mainbus0
    139 # MB89532 SPC
    140 spc0	at mainbus0
    141 spc1	at mainbus0		# 2nd SCSI on LUNA-II
    142 # framebuffer
    143 fb0	at mainbus0		# 16 or 256 pseudo color
    144 
    145 # Workstation Console attachments
    146 wsdisplay*	at fb?
    147 wskbd*		at ws? console ?
    148 #wsmouse*	at ws?
    149 
    150 # SCSI bus support
    151 scsibus* at spc?
    152 
    153 # SCSI devices
    154 sd* at scsibus? target ? lun ?		# SCSI disks
    155 st* at scsibus? target ? lun ?		# SCSI tapes
    156 cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
    157 #ch* at scsibus? target ? lun ?		# SCSI changer devices
    158 #ss* at scsibus? target ? lun ?		# SCSI scanners
    159 #uk* at scsibus? target ? lun ?		# unknown SCSI devices
    160 
    161 #
    162 # accept filters
    163 #pseudo-device   accf_data		# "dataready" accept filter
    164 #pseudo-device   accf_http		# "httpready" accept filter
    165 
    166 pseudo-device	bpfilter		# Berkeley Packet Filter
    167 #pseudo-device	carp			# Common Address Redundancy Protocol
    168 #pseudo-device	ccd		2	# concatenated and striped disks
    169 #pseudo-device	cgd		2	# cryptographic disks
    170 #pseudo-device	gre			# generic L3 over IP tunnel
    171 #pseudo-device	ipfilter	1	# ip filter
    172 pseudo-device	loop		1	# loopback interface; required
    173 pseudo-device	md			# memory disk device
    174 #pseudo-device	ppp			# PPP interfaces
    175 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    176 pseudo-device	pty			# pseudo-terminals
    177 #pseudo-device	raid		2	# RAIDframe disk driver
    178 #pseudo-device	fss			# file system snapshot device
    179 #pseudo-device	sl			# SLIP interfaces
    180 #pseudo-device	tun			# Network "tunnel" device
    181 #pseudo-device	tap			# virtual Ethernet
    182 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    183 #pseudo-device	bridge			# simple inter-network bridging
    184 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    185 #pseudo-device	agr			# IEEE 802.3ad link aggregation
    186 #pseudo-device	vnd			# disk-like interface to files
    187 #options 	VND_COMPRESSION		# compressed vnd(4)
    188 #pseudo-device	clockctl		# user control of clock subsystem
    189 #pseudo-device	ksyms			# /dev/ksyms
    190 #pseudo-device	pf			# PF packet filter
    191 #pseudo-device	pflog			# PF log if
    192 
    193 # Veriexec
    194 #
    195 # a pseudo device needed for veriexec
    196 #pseudo-device	veriexec		1
    197 #
    198 # Uncomment the fingerprint methods below that are desired. Note that
    199 # removing fingerprint methods will have almost no impact on the kernel
    200 # code size.
    201 #
    202 #options VERIFIED_EXEC_FP_RMD160
    203 #options VERIFIED_EXEC_FP_SHA256
    204 #options VERIFIED_EXEC_FP_SHA384
    205 #options VERIFIED_EXEC_FP_SHA512
    206 #options VERIFIED_EXEC_FP_SHA1
    207 #options VERIFIED_EXEC_FP_MD5
    208