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: DEJIKO,v 1.35 2018/08/01 20:04:13 maxv Exp $
#
#	Dejiko's sekai-seifuku NEWS5000 nyo.

include 	"arch/newsmips/conf/std.newsmips"

#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

maxusers	16

options 	news5000
options 	MIPS3			# R4x00 support
options 	CPU_SINGLE		# no I/O processor

# Debugging options
options 	DDB			# kernel dynamic debugger
pseudo-device	ksyms
options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
#options 	DEBUG			# extra kernel debugging support
options 	DIAGNOSTIC		# extra kernel sanity checking
options 	USERCONF		# userconf(4) support
#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

# Filesystem options
file-system	FFS			# Berkeley Fast Filesystem
file-system	MFS			# memory-based filesystem
file-system	NFS			# Sun NFS-compatible filesystem client
file-system	PROCFS			# /proc
file-system	CD9660			# ISO 9660 + Rock Ridge file system
#file-system	PTYFS		# /dev/pts/N support
options 	FFS_NO_SNAPSHOT		# No FFS snapshot support

# Networking options
options 	INET			# Internet protocols
options 	NFS_BOOT_BOOTPARAM
options 	NFS_BOOTPARAM_NOGATEWAY

# JIT compiler for bpfilter
#options	SLJIT
#options	BPFJIT

# Compatibility options
include 	"conf/compat_netbsd14.config"

# wscons options
options 	WSEMUL_VT100		# VT100 / VT220 emulation
options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
options 	FONT_GALLANT12x22

config	netbsd root on ? type ?

mainbus0 at root

cpu0	at mainbus0
ap0	at mainbus0

mkclock* at ap?
sn*	at ap?				# SONIC Ethernet
tlp*	at ap?
dmac*	at ap?
spifi*	at ap?				# SPIFI SCSI
zsc0	at ap?				# ESCC
zstty0	at zsc0 channel 0		# tty00
zstty1	at zsc0 channel 1		# tty01

xafb*	at ap?
kb0	at ap?
ms0	at ap?

wsdisplay* at xafb? console ?
wskbd*	at kb? console ?
wsmouse* at ms?

scsibus* at spifi?
sd*	at scsibus? target ? lun ?	# SCSI disks
cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs

pseudo-device	loop			# loopback interface; required
pseudo-device	npf			# NPF packet filter
pseudo-device	bpfilter		# Berkeley Packet Filter
pseudo-device	vnd			# disk-like interface to files
pseudo-device	pty			# pseudo-terminals
pseudo-device	clockctl		# user control of clock subsystem
#pseudo-device	fss			# file system snapshot device