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: VME172,v 1.34 2017/09/14 07:58:42 mrg Exp $

include 	"arch/mvme68k/conf/std.mvme68k"

#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk

# Boards this kernel supports; need at least one
options 	MVME172

options 	M060SP

maxusers	8

#options 	DDB
#options 	DIAGNOSTIC, DEBUG

#options 	SYSVSHM
options 	KTRACE
options 	USERCONF	# userconf(4) support
#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

file-system 	FFS
file-system 	NFS
file-system 	KERNFS
file-system 	MFS
file-system 	CD9660
#file-system	MSDOSFS
#file-system	UNION
#file-system	PTYFS		# /dev/pts/N support

#options 	NFSSERVER
#options 	FFS_EI		# FFS Endian Independent support
options 	FFS_NO_SNAPSHOT	# No FFS snapshot support

# Networking options
options 	INET
#options 	GATEWAY		# IP packet forwarding
#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG

options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
include 	"conf/compat_netbsd30.config"
#options 	COMPAT_SUNOS
#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries

## force NFS root and swap
#config	netbsd		root on ? type nfs
## "generic" boot (put root on boot device)
config netbsd		root on ? type ?

options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd


pseudo-device	sl
pseudo-device	ppp 
pseudo-device	loop
pseudo-device	bpfilter
pseudo-device	pty
pseudo-device	clockctl		# user control of clock subsystem
#pseudo-device	fss			# file system snapshot device

mainbus0	at root

pcctwo0		at mainbus0
clock0		at pcctwo? ipl 5
zsc*		at pcctwo? ipl 4
ie0		at pcctwo? ipl 3
osiop0		at pcctwo? ipl 2

zstty*		at zsc? channel ?

# VMEbus Support
vmetwo0 	at mainbus0
vme0 		at vmetwo0

# Example VMEbus device
#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80

# Memory Controller Support (MCECC and MEMC040)
memc*		at mainbus0

# SCSI Bus Support
scsibus*	at osiop?

sd*		at scsibus? target ? lun ?
st*		at scsibus? target ? lun ?
cd*		at scsibus? target ? lun ?