1 /* $NetBSD: boot_params.S,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ 2 3 /* 4 * Default boot parameters 5 * - must match struct landisk_boot_params in bootblock.h 6 */ 7 8 .long 0 /* flags */ 9 .long 5 /* timeout in seconds */ 10 .long 0 /* console device 0 => BIOSCONS */ 11 .long 9600 /* serial baud rate */ 12