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: boot_params.S,v 1.1 2006/09/01 21:26:18 uwe Exp $	*/

/*
 * Default boot parameters
 *  - must match struct landisk_boot_params in bootblock.h
 */

	.long	0			/* flags */
	.long	5			/* timeout in seconds */
	.long   0			/* console device 0 => BIOSCONS */
	.long   9600			/* serial baud rate */