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: std.amd64,v 1.11 2017/01/12 05:24:36 ryo Exp $
#
# standard, required NetBSD/amd64 'options'

machine amd64 x86
include 	"conf/std"	# MI standard options

options 	CPU_IN_CKSUM
options 	EXEC_ELF64	# exec ELF binaries
options 	EXEC_SCRIPT	# exec #! scripts
options 	MTRR
options 	MULTIPROCESSOR

options 	CHILD_MAX=1024	# 160 is too few
options 	OPEN_MAX=1024	# 128 is too few

mainbus0 at root
cpu* at mainbus?
ioapic* at mainbus? apid ?

# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"