Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.23
      1  1.23     sevan # $NetBSD: INSTALL,v 1.23 2017/09/13 22:24:44 sevan 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.20  christos 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 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
     60   1.1   tsutsui #options 	EXEC_AOUT	# support for a.out executables
     61   1.1   tsutsui options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     62   1.1   tsutsui 
     63   1.1   tsutsui # Filesystem options
     64   1.1   tsutsui file-system 	FFS		# ufs file system
     65   1.1   tsutsui #file-system	LFS		# log-structured file system
     66   1.1   tsutsui file-system 	NFS		# nfs client support
     67   1.1   tsutsui file-system	MFS
     68   1.1   tsutsui file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     69   1.1   tsutsui #file-system	MSDOSFS		# MS-DOS FAT file system
     70   1.1   tsutsui #file-system 	KERNFS		# /kern
     71   1.1   tsutsui #file-system 	PROCFS		# /proc
     72   1.1   tsutsui #file-system 	FDESC		# /dev/fd/*
     73   1.1   tsutsui #file-system 	NULLFS		# loopback file system
     74   1.1   tsutsui #file-system	UMAPFS		# NULLFS + uid and gid remapping
     75   1.1   tsutsui #file-system 	UNION		# union file system
     76   1.1   tsutsui #file-system	CODA		# Coda File System; also needs vcode (below)
     77   1.1   tsutsui #file-system	PTYFS		# /dev/pts/N support
     78   1.1   tsutsui #file-system	TMPFS		# Efficient memory file-system
     79   1.1   tsutsui #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     80   1.1   tsutsui 
     81   1.1   tsutsui #options 	NFSSERVER	# nfs server support
     82   1.1   tsutsui #options 	QUOTA		# legacy UFS quotas
     83   1.1   tsutsui #options 	QUOTA2		# new, in-filesystem UFS quotas
     84   1.1   tsutsui #options 	FFS_EI		# ffs endian independent support
     85   1.4  dholland options 	WAPBL		# File system journaling support
     86   1.1   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     87   1.1   tsutsui #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     88   1.1   tsutsui 
     89   1.1   tsutsui # Networking options
     90   1.1   tsutsui options 	INET		# IP protocol stack support
     91   1.1   tsutsui #options 	INET6		# IPV6
     92   1.1   tsutsui #options 	IPSEC		# IP security
     93   1.1   tsutsui #options 	IPSEC_DEBUG	# debug for IP security
     94   1.1   tsutsui #options 	GATEWAY		# IP packet forwarding
     95   1.1   tsutsui #options 	MROUTING	# IP multicast routing
     96   1.1   tsutsui #options 	PIM		# Protocol Independent Multicast
     97   1.1   tsutsui #options 	NETATALK	# AppleTalk networking protocols
     98   1.1   tsutsui #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     99   1.1   tsutsui #options 	PPP_DEFLATE	# Deflate compression support for PPP
    100   1.1   tsutsui #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    101   1.1   tsutsui #options 	IPFILTER_LOG	# ipmon(8) log support
    102   1.1   tsutsui #options 	IPFILTER_LOOKUP	# ippool(8) support
    103   1.1   tsutsui #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    104   1.1   tsutsui options 	NFS_BOOT_DHCP	# superset of BOOTP
    105   1.1   tsutsui #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    106   1.1   tsutsui 
    107   1.1   tsutsui #options 	ALTQ		# Manipulate network interfaces' output queues
    108   1.1   tsutsui #options 	ALTQ_BLUE	# Stochastic Fair Blue
    109   1.1   tsutsui #options 	ALTQ_CBQ	# Class-Based Queueing
    110   1.1   tsutsui #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    111   1.1   tsutsui #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    112   1.1   tsutsui #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    113   1.1   tsutsui #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    114   1.1   tsutsui #options 	ALTQ_LOCALQ	# Local queueing discipline
    115   1.1   tsutsui #options 	ALTQ_PRIQ	# Priority Queueing
    116   1.1   tsutsui #options 	ALTQ_RED	# Random Early Detection
    117   1.1   tsutsui #options 	ALTQ_RIO	# RED with IN/OUT
    118   1.1   tsutsui #options 	ALTQ_WFQ	# Weighted Fair Queueing
    119   1.1   tsutsui 
    120   1.1   tsutsui # WS console uses SUN or VT100 terminal emulation
    121   1.1   tsutsui options 	WSEMUL_VT100
    122   1.7       abs options 	WSDISPLAY_DEFAULTSCREENS=1
    123   1.7       abs #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    124   1.6   tsutsui options 	FONT_OMRON12x20
    125   1.1   tsutsui 
    126   1.1   tsutsui config		netbsd root on ? type ?
    127   1.1   tsutsui 
    128   1.1   tsutsui mainbus0 at root
    129   1.1   tsutsui 
    130   1.1   tsutsui clock0	at mainbus0
    131   1.1   tsutsui 
    132  1.21   tsutsui # LCD on front panel
    133  1.21   tsutsui lcd0	at mainbus0
    134  1.21   tsutsui 
    135   1.1   tsutsui # uPD7201 SIO
    136   1.1   tsutsui sio0	at mainbus0
    137   1.1   tsutsui siotty0	at sio0			# ttya
    138   1.1   tsutsui ws0	at sio0			# port for keyboard and mouse
    139   1.1   tsutsui # AM7990 LANCE
    140   1.1   tsutsui le0	at mainbus0
    141   1.1   tsutsui # MB89532 SPC
    142   1.1   tsutsui spc0	at mainbus0
    143   1.2   tsutsui spc1	at mainbus0		# 2nd SCSI on LUNA-II
    144   1.1   tsutsui # framebuffer
    145   1.1   tsutsui fb0	at mainbus0		# 16 or 256 pseudo color
    146   1.1   tsutsui 
    147   1.1   tsutsui # Workstation Console attachments
    148   1.1   tsutsui wsdisplay*	at fb?
    149   1.1   tsutsui wskbd*		at ws? console ?
    150   1.1   tsutsui #wsmouse*	at ws?
    151   1.1   tsutsui 
    152   1.1   tsutsui # SCSI bus support
    153   1.1   tsutsui scsibus* at spc?
    154   1.1   tsutsui 
    155   1.1   tsutsui # SCSI devices
    156   1.1   tsutsui sd* at scsibus? target ? lun ?		# SCSI disks
    157   1.1   tsutsui st* at scsibus? target ? lun ?		# SCSI tapes
    158   1.1   tsutsui cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
    159   1.1   tsutsui #ch* at scsibus? target ? lun ?		# SCSI changer devices
    160   1.1   tsutsui #ss* at scsibus? target ? lun ?		# SCSI scanners
    161   1.1   tsutsui #uk* at scsibus? target ? lun ?		# unknown SCSI devices
    162   1.1   tsutsui 
    163   1.1   tsutsui #
    164   1.1   tsutsui # accept filters
    165   1.1   tsutsui #pseudo-device   accf_data		# "dataready" accept filter
    166   1.1   tsutsui #pseudo-device   accf_http		# "httpready" accept filter
    167   1.1   tsutsui 
    168   1.1   tsutsui pseudo-device	bpfilter		# Berkeley Packet Filter
    169   1.1   tsutsui #pseudo-device	carp			# Common Address Redundancy Protocol
    170  1.11  christos #pseudo-device	ccd			# concatenated and striped disks
    171  1.11  christos #pseudo-device	cgd			# cryptographic disks
    172   1.1   tsutsui #pseudo-device	gre			# generic L3 over IP tunnel
    173  1.11  christos #pseudo-device	ipfilter		# ip filter
    174  1.11  christos pseudo-device	loop			# loopback interface; required
    175   1.1   tsutsui pseudo-device	md			# memory disk device
    176   1.1   tsutsui #pseudo-device	ppp			# PPP interfaces
    177   1.1   tsutsui #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    178   1.1   tsutsui pseudo-device	pty			# pseudo-terminals
    179  1.12  christos #pseudo-device	raid			# RAIDframe disk driver
    180   1.1   tsutsui #pseudo-device	fss			# file system snapshot device
    181   1.1   tsutsui #pseudo-device	sl			# SLIP interfaces
    182   1.1   tsutsui #pseudo-device	tun			# Network "tunnel" device
    183   1.1   tsutsui #pseudo-device	tap			# virtual Ethernet
    184   1.1   tsutsui #pseudo-device	vlan			# IEEE 802.1q encapsulation
    185   1.1   tsutsui #pseudo-device	bridge			# simple inter-network bridging
    186   1.1   tsutsui #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    187   1.1   tsutsui #pseudo-device	agr			# IEEE 802.3ad link aggregation
    188   1.1   tsutsui #pseudo-device	vnd			# disk-like interface to files
    189   1.1   tsutsui #options 	VND_COMPRESSION		# compressed vnd(4)
    190   1.1   tsutsui #pseudo-device	clockctl		# user control of clock subsystem
    191   1.1   tsutsui #pseudo-device	ksyms			# /dev/ksyms
    192   1.1   tsutsui #pseudo-device	pf			# PF packet filter
    193   1.1   tsutsui #pseudo-device	pflog			# PF log if
    194   1.1   tsutsui 
    195   1.1   tsutsui # Veriexec
    196   1.1   tsutsui #
    197   1.1   tsutsui # a pseudo device needed for veriexec
    198  1.12  christos #pseudo-device	veriexec
    199   1.1   tsutsui #
    200   1.1   tsutsui # Uncomment the fingerprint methods below that are desired. Note that
    201   1.1   tsutsui # removing fingerprint methods will have almost no impact on the kernel
    202   1.1   tsutsui # code size.
    203   1.1   tsutsui #
    204   1.1   tsutsui #options VERIFIED_EXEC_FP_SHA256
    205   1.1   tsutsui #options VERIFIED_EXEC_FP_SHA384
    206   1.1   tsutsui #options VERIFIED_EXEC_FP_SHA512
    207