1 /* $NetBSD: boot_params.S,v 1.6 2010/01/17 14:54:44 drochner Exp $ */
3 /* Default boot parameters - must match struct x86_boot_params in bootblock.h */
5 #ifdef BOOTPARAM_DEFFLAGS
6 .long BOOTPARAM_DEFFLAGS
10 .long 5 /* timeout in seconds */
11 .long 0 /* console device 0 => CONSDEV_PC */
13 .long 9600 /* serial baud rate */
15 .long 115200 /* serial baud rate */
16 #endif /* !defined(__minix) */
17 .space 16 /* md5 boot password */
18 .space 64 /* keyboard xlat map */
19 .long 0 /* console ioaddr */