Home | History | Annotate | Line # | Download | only in conf
      1  1.36   tsutsui # $NetBSD: INSTALL,v 1.36 2023/10/13 16:35:14 tsutsui Exp $
      2   1.1   tsutsui #
      3   1.1   tsutsui # config for installation ramdisk kernel
      4  1.36   tsutsui #
      5  1.24       mrg include 	"arch/luna68k/conf/std.luna68k"
      6   1.1   tsutsui 
      7  1.33   tsutsui makeoptions	COPTS="-Os -fno-unwind-tables"	# Optimise for space.
      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.29       rin options 	MEMORY_DISK_ROOT_SIZE=4000	# size of memory disk, in blocks
     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.25     sevan # Alternate buffer queue strategies for better responsiveness under high
     32  1.25     sevan # disk I/O load.
     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.24       mrg #include 	"conf/compat_netbsd09.config
     48  1.24       mrg 
     49   1.1   tsutsui #options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
     50   1.1   tsutsui #options 	EXEC_AOUT	# support for a.out executables
     51   1.1   tsutsui options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     52   1.1   tsutsui 
     53  1.35    simonb # File systems
     54   1.1   tsutsui file-system 	FFS		# ufs file system
     55   1.1   tsutsui #file-system	LFS		# log-structured file system
     56   1.1   tsutsui file-system 	NFS		# nfs client support
     57   1.1   tsutsui file-system	MFS
     58   1.1   tsutsui file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     59   1.1   tsutsui #file-system	MSDOSFS		# MS-DOS FAT file system
     60   1.1   tsutsui #file-system 	KERNFS		# /kern
     61   1.1   tsutsui #file-system 	PROCFS		# /proc
     62   1.1   tsutsui #file-system 	FDESC		# /dev/fd/*
     63   1.1   tsutsui #file-system 	NULLFS		# loopback file system
     64   1.1   tsutsui #file-system	UMAPFS		# NULLFS + uid and gid remapping
     65   1.1   tsutsui #file-system 	UNION		# union file system
     66   1.1   tsutsui #file-system	CODA		# Coda File System; also needs vcode (below)
     67   1.1   tsutsui #file-system	PTYFS		# /dev/pts/N support
     68   1.1   tsutsui #file-system	TMPFS		# Efficient memory file-system
     69   1.1   tsutsui #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     70   1.1   tsutsui 
     71  1.35    simonb # File system options
     72  1.35    simonb #options 	FFS_EI		# FFS Endian Independent support
     73  1.35    simonb options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     74   1.1   tsutsui #options 	QUOTA		# legacy UFS quotas
     75   1.1   tsutsui #options 	QUOTA2		# new, in-filesystem UFS quotas
     76  1.35    simonb #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     77  1.35    simonb #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     78   1.4  dholland options 	WAPBL		# File system journaling support
     79  1.35    simonb #options 	NFSSERVER	# Network File System server
     80   1.1   tsutsui 
     81   1.1   tsutsui # Networking options
     82   1.1   tsutsui options 	INET		# IP protocol stack support
     83   1.1   tsutsui #options 	INET6		# IPV6
     84   1.1   tsutsui #options 	IPSEC		# IP security
     85   1.1   tsutsui #options 	IPSEC_DEBUG	# debug for IP security
     86   1.1   tsutsui #options 	GATEWAY		# IP packet forwarding
     87   1.1   tsutsui #options 	MROUTING	# IP multicast routing
     88   1.1   tsutsui #options 	PIM		# Protocol Independent Multicast
     89   1.1   tsutsui #options 	NETATALK	# AppleTalk networking protocols
     90   1.1   tsutsui #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     91   1.1   tsutsui #options 	PPP_DEFLATE	# Deflate compression support for PPP
     92   1.1   tsutsui #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     93   1.1   tsutsui options 	NFS_BOOT_DHCP	# superset of BOOTP
     94   1.1   tsutsui #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     95   1.1   tsutsui 
     96   1.1   tsutsui #options 	ALTQ		# Manipulate network interfaces' output queues
     97   1.1   tsutsui #options 	ALTQ_BLUE	# Stochastic Fair Blue
     98   1.1   tsutsui #options 	ALTQ_CBQ	# Class-Based Queueing
     99   1.1   tsutsui #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    100   1.1   tsutsui #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    101   1.1   tsutsui #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    102   1.1   tsutsui #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    103   1.1   tsutsui #options 	ALTQ_LOCALQ	# Local queueing discipline
    104   1.1   tsutsui #options 	ALTQ_PRIQ	# Priority Queueing
    105   1.1   tsutsui #options 	ALTQ_RED	# Random Early Detection
    106   1.1   tsutsui #options 	ALTQ_RIO	# RED with IN/OUT
    107   1.1   tsutsui #options 	ALTQ_WFQ	# Weighted Fair Queueing
    108   1.1   tsutsui 
    109   1.1   tsutsui # WS console uses SUN or VT100 terminal emulation
    110   1.1   tsutsui options 	WSEMUL_VT100
    111   1.7       abs options 	WSDISPLAY_DEFAULTSCREENS=1
    112   1.7       abs #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    113  1.32   tsutsui options 	WS_KERNEL_FG=WSCOL_GREEN
    114  1.32   tsutsui #options 	WS_KERNEL_BG=WSCOL_BLACK
    115  1.32   tsutsui 
    116   1.6   tsutsui options 	FONT_OMRON12x20
    117   1.1   tsutsui 
    118   1.1   tsutsui config		netbsd root on ? type ?
    119   1.1   tsutsui 
    120   1.1   tsutsui mainbus0 at root
    121   1.1   tsutsui 
    122   1.1   tsutsui clock0	at mainbus0
    123   1.1   tsutsui 
    124  1.21   tsutsui # LCD on front panel
    125  1.21   tsutsui lcd0	at mainbus0
    126  1.21   tsutsui 
    127   1.1   tsutsui # uPD7201 SIO
    128   1.1   tsutsui sio0	at mainbus0
    129   1.1   tsutsui siotty0	at sio0			# ttya
    130   1.1   tsutsui ws0	at sio0			# port for keyboard and mouse
    131   1.1   tsutsui # AM7990 LANCE
    132   1.1   tsutsui le0	at mainbus0
    133   1.1   tsutsui # MB89532 SPC
    134   1.1   tsutsui spc0	at mainbus0
    135   1.2   tsutsui spc1	at mainbus0		# 2nd SCSI on LUNA-II
    136   1.1   tsutsui # framebuffer
    137   1.1   tsutsui fb0	at mainbus0		# 16 or 256 pseudo color
    138   1.1   tsutsui 
    139  1.34   tsutsui # HD647180X I/O processor
    140  1.34   tsutsui #xpbus0	at mainbus0
    141  1.34   tsutsui #xp0	at xpbus0
    142  1.34   tsutsui 
    143  1.34   tsutsui # HD647180X I/O processor as PSG PAM audio
    144  1.34   tsutsui #psgpam0	at xpbus0
    145  1.34   tsutsui #audio*	at psgpam?
    146  1.34   tsutsui #spkr*	at audio?
    147  1.34   tsutsui #wsbell*	at spkr?
    148  1.34   tsutsui 
    149   1.1   tsutsui # Workstation Console attachments
    150   1.1   tsutsui wsdisplay*	at fb?
    151   1.1   tsutsui wskbd*		at ws? console ?
    152   1.1   tsutsui #wsmouse*	at ws?
    153   1.1   tsutsui 
    154   1.1   tsutsui # SCSI bus support
    155   1.1   tsutsui scsibus* at spc?
    156   1.1   tsutsui 
    157   1.1   tsutsui # SCSI devices
    158   1.1   tsutsui sd* at scsibus? target ? lun ?		# SCSI disks
    159   1.1   tsutsui st* at scsibus? target ? lun ?		# SCSI tapes
    160   1.1   tsutsui cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
    161   1.1   tsutsui #ch* at scsibus? target ? lun ?		# SCSI changer devices
    162   1.1   tsutsui #ss* at scsibus? target ? lun ?		# SCSI scanners
    163   1.1   tsutsui #uk* at scsibus? target ? lun ?		# unknown SCSI devices
    164   1.1   tsutsui 
    165   1.1   tsutsui #
    166   1.1   tsutsui # accept filters
    167   1.1   tsutsui #pseudo-device   accf_data		# "dataready" accept filter
    168   1.1   tsutsui #pseudo-device   accf_http		# "httpready" accept filter
    169   1.1   tsutsui 
    170   1.1   tsutsui pseudo-device	bpfilter		# Berkeley Packet Filter
    171   1.1   tsutsui #pseudo-device	carp			# Common Address Redundancy Protocol
    172  1.11  christos #pseudo-device	ccd			# concatenated and striped disks
    173  1.11  christos #pseudo-device	cgd			# cryptographic disks
    174   1.1   tsutsui #pseudo-device	gre			# generic L3 over IP tunnel
    175  1.26      maxv #pseudo-device	npf			# NPF packet filter
    176  1.11  christos pseudo-device	loop			# loopback interface; required
    177   1.1   tsutsui pseudo-device	md			# memory disk device
    178   1.1   tsutsui #pseudo-device	ppp			# PPP interfaces
    179   1.1   tsutsui #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    180   1.1   tsutsui pseudo-device	pty			# pseudo-terminals
    181  1.12  christos #pseudo-device	raid			# RAIDframe disk driver
    182   1.1   tsutsui #pseudo-device	fss			# file system snapshot device
    183   1.1   tsutsui #pseudo-device	sl			# SLIP interfaces
    184   1.1   tsutsui #pseudo-device	tun			# Network "tunnel" device
    185   1.1   tsutsui #pseudo-device	tap			# virtual Ethernet
    186   1.1   tsutsui #pseudo-device	vlan			# IEEE 802.1q encapsulation
    187   1.1   tsutsui #pseudo-device	bridge			# simple inter-network bridging
    188  1.31       roy #pseudo-device	vether			# Virtual Ethernet for bridge
    189   1.1   tsutsui #pseudo-device	agr			# IEEE 802.3ad link aggregation
    190   1.1   tsutsui #pseudo-device	vnd			# disk-like interface to files
    191   1.1   tsutsui #options 	VND_COMPRESSION		# compressed vnd(4)
    192   1.1   tsutsui #pseudo-device	clockctl		# user control of clock subsystem
    193  1.34   tsutsui #pseudo-device	drvctl			# user control of drive subsystem
    194   1.1   tsutsui #pseudo-device	ksyms			# /dev/ksyms
    195   1.1   tsutsui 
    196   1.1   tsutsui # Veriexec
    197  1.27     sevan # include "dev/veriexec.config"
    198