Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $NetBSD: INSTALL,v 1.27.2.1 2022/05/15 12:29:46 martin Exp $
#
# config for installation ramdisk kernel
# 
include 	"arch/luna68k/conf/std.luna68k"

makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2

maxusers	4

options 	M68030
options 	M68040
options 	FPSP	# on m68040 to emulate some missing FP instructions

options 	MEMORY_DISK_HOOKS
options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
options 	MEMORY_DISK_ROOT_SIZE=3800	# 1.90 Megabytes
options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode

# Standard system options
#options 	NTP			# NTP phase/frequency locked loop
#options 	KTRACE
#options 	SYSVMSG			# System V message queues
#options 	SYSVSEM			# System V semaphores
#options 	SYSVSHM			# System V shared memory
#options 	USERCONF		# userconf(4) support
options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
#options 	BUFQ_READPRIO
#options 	BUFQ_PRIOCSCAN

# Debugging options
#options 	DDB
#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
#makeoptions	COPY_SYMTAB=1	# place DDB symbols in data segment
#options 	DEBUG			# extra kernel debugging support
#options 	DIAGNOSTIC		# extra kernel sanity checking
#options 	SCSIVERBOSE		# Verbose SCSI errors
#options 	SCSIDEBUG
#makeoptions	DEBUG="-g"		# compile full symbol table

# Compatibility options
#include 	"conf/compat_netbsd09.config

#options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options 	EXEC_AOUT	# support for a.out executables
options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.

# Filesystem options
file-system 	FFS		# ufs file system
#file-system	LFS		# log-structured file system
file-system 	NFS		# nfs client support
file-system	MFS
file-system 	CD9660		# ISO 9660 + Rock Ridge file system
#file-system	MSDOSFS		# MS-DOS FAT file system
#file-system 	KERNFS		# /kern
#file-system 	PROCFS		# /proc
#file-system 	FDESC		# /dev/fd/*
#file-system 	NULLFS		# loopback file system
#file-system	UMAPFS		# NULLFS + uid and gid remapping
#file-system 	UNION		# union file system
#file-system	CODA		# Coda File System; also needs vcode (below)
#file-system	PTYFS		# /dev/pts/N support
#file-system	TMPFS		# Efficient memory file-system
#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system

#options 	NFSSERVER	# nfs server support
#options 	QUOTA		# legacy UFS quotas
#options 	QUOTA2		# new, in-filesystem UFS quotas
#options 	FFS_EI		# ffs endian independent support
options 	WAPBL		# File system journaling support
options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental

# Networking options
options 	INET		# IP protocol stack support
#options 	INET6		# IPV6
#options 	IPSEC		# IP security
#options 	IPSEC_DEBUG	# debug for IP security
#options 	GATEWAY		# IP packet forwarding
#options 	MROUTING	# IP multicast routing
#options 	PIM		# Protocol Independent Multicast
#options 	NETATALK	# AppleTalk networking protocols
#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
#options 	PPP_DEFLATE	# Deflate compression support for PPP
#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
options 	NFS_BOOT_DHCP	# superset of BOOTP
#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG

#options 	ALTQ		# Manipulate network interfaces' output queues
#options 	ALTQ_BLUE	# Stochastic Fair Blue
#options 	ALTQ_CBQ	# Class-Based Queueing
#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
#options 	ALTQ_FIFOQ	# First-In First-Out Queue
#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
#options 	ALTQ_LOCALQ	# Local queueing discipline
#options 	ALTQ_PRIQ	# Priority Queueing
#options 	ALTQ_RED	# Random Early Detection
#options 	ALTQ_RIO	# RED with IN/OUT
#options 	ALTQ_WFQ	# Weighted Fair Queueing

# WS console uses SUN or VT100 terminal emulation
options 	WSEMUL_VT100
options 	WSDISPLAY_DEFAULTSCREENS=1
#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
options 	WS_KERNEL_FG=WSCOL_GREEN
#options 	WS_KERNEL_BG=WSCOL_BLACK

options 	FONT_OMRON12x20

config		netbsd root on ? type ?

mainbus0 at root

clock0	at mainbus0

# LCD on front panel
lcd0	at mainbus0

# uPD7201 SIO
sio0	at mainbus0
siotty0	at sio0			# ttya
ws0	at sio0			# port for keyboard and mouse
# AM7990 LANCE
le0	at mainbus0
# MB89532 SPC
spc0	at mainbus0
spc1	at mainbus0		# 2nd SCSI on LUNA-II
# framebuffer
fb0	at mainbus0		# 16 or 256 pseudo color

# Workstation Console attachments
wsdisplay*	at fb?
wskbd*		at ws? console ?
#wsmouse*	at ws?

# SCSI bus support
scsibus* at spc?

# SCSI devices
sd* at scsibus? target ? lun ?		# SCSI disks
st* at scsibus? target ? lun ?		# SCSI tapes
cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
#ch* at scsibus? target ? lun ?		# SCSI changer devices
#ss* at scsibus? target ? lun ?		# SCSI scanners
#uk* at scsibus? target ? lun ?		# unknown SCSI devices

#
# accept filters
#pseudo-device   accf_data		# "dataready" accept filter
#pseudo-device   accf_http		# "httpready" accept filter

pseudo-device	bpfilter		# Berkeley Packet Filter
#pseudo-device	carp			# Common Address Redundancy Protocol
#pseudo-device	ccd			# concatenated and striped disks
#pseudo-device	cgd			# cryptographic disks
#pseudo-device	gre			# generic L3 over IP tunnel
#pseudo-device	npf			# NPF packet filter
pseudo-device	loop			# loopback interface; required
pseudo-device	md			# memory disk device
#pseudo-device	ppp			# PPP interfaces
#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
pseudo-device	pty			# pseudo-terminals
#pseudo-device	raid			# RAIDframe disk driver
#pseudo-device	fss			# file system snapshot device
#pseudo-device	sl			# SLIP interfaces
#pseudo-device	tun			# Network "tunnel" device
#pseudo-device	tap			# virtual Ethernet
#pseudo-device	vlan			# IEEE 802.1q encapsulation
#pseudo-device	bridge			# simple inter-network bridging
#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
#pseudo-device	agr			# IEEE 802.3ad link aggregation
#pseudo-device	vnd			# disk-like interface to files
#options 	VND_COMPRESSION		# compressed vnd(4)
#pseudo-device	clockctl		# user control of clock subsystem
#pseudo-device	ksyms			# /dev/ksyms

# Veriexec
# include "dev/veriexec.config"