1 /* $NetBSD: boot_params.S,v 1.1.12.2 2006/12/30 20:46:24 yamt 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