1/* $NetBSD: boot_params.S,v 1.4 2005/12/11 12:17:48 christos Exp $ */ 2 3/* Default boot parameters - must match struct x86_boot_params in bootblock.h */ 4 5 .long 0 /* flags */ 6 .long 5 /* timeout in seconds */ 7 .long 0 /* console device 0 => CONSDEV_PC */ 8 .long 9600 /* serial baud rate */ 9 .space 16 /* md5 boot password */ 10 .space 64 /* keyboard xlat map */ 11 .long 0 /* console ioaddr */ 12