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.shark,v 1.11 2018/01/17 20:30:17 skrll Exp $
#
# standard NetBSD/shark options

machine	shark arm
include		"conf/std"	# MI standard options
include		"arch/arm/conf/std.arm"	# arch standard options

options 	EXEC_AOUT
options 	EXEC_ELF32
options 	EXEC_SCRIPT

# To support easy transit to ../arch/arm/arm32
options 	ARM32
options 	_ARM32_NEED_BUS_DMA_BOUNCE

# XXX
options 	OFW

# The font to be used by vga(4); the hardware built-in font is broken.
# This also requires wsfont to be useful.  Does not disturb if it is
# not enabled.
options 	FONT_VT220L8x16

include	"external/isc/atheros_hal/conf/std.ath_hal"