netbsd/sys/arch/landisk/stand/boot/boot_params.S
2013-04-06 16:48:33 +02:00

12 lines
306 B
ArmAsm

/* $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 */