xref: /netbsd-src/sys/arch/i386/stand/lib/boot_params.S (revision 7f21db1c0118155e0dd40b75182e30c589d9f63e)
1/*	$NetBSD: boot_params.S,v 1.6 2010/01/17 14:54:44 drochner Exp $	*/
2
3/* Default boot parameters - must match struct x86_boot_params in bootblock.h */
4
5#ifdef BOOTPARAM_DEFFLAGS
6	.long	BOOTPARAM_DEFFLAGS
7#else
8	.long	0x0
9#endif
10	.long	5			/* timeout in seconds */
11	.long	0			/* console device 0 => CONSDEV_PC */
12	.long	9600			/* serial baud rate */
13	.space	16			/* md5 boot password */
14	.space	64			/* keyboard xlat map */
15	.long	0			/* console ioaddr */
16