1 /* $NetBSD: boot_params.S,v 1.2.4.4 2004/09/21 13:17:10 skrll Exp $ */
3 /* Default boot parameters - must match struct x86_boot_params in bootblock.h */
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 */