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