xref: /minix3/sys/arch/i386/stand/lib/boot_params.S (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
158a2b000SEvgeniy Ivanov/*	$NetBSD: boot_params.S,v 1.6 2010/01/17 14:54:44 drochner Exp $	*/
258a2b000SEvgeniy Ivanov
358a2b000SEvgeniy Ivanov/* Default boot parameters - must match struct x86_boot_params in bootblock.h */
458a2b000SEvgeniy Ivanov
558a2b000SEvgeniy Ivanov#ifdef BOOTPARAM_DEFFLAGS
658a2b000SEvgeniy Ivanov	.long	BOOTPARAM_DEFFLAGS
758a2b000SEvgeniy Ivanov#else
858a2b000SEvgeniy Ivanov	.long	0x0
958a2b000SEvgeniy Ivanov#endif
1058a2b000SEvgeniy Ivanov	.long	5			/* timeout in seconds */
1158a2b000SEvgeniy Ivanov	.long	0			/* console device 0 => CONSDEV_PC */
12*84d9c625SLionel Sambuc#if !defined(__minix)
13*84d9c625SLionel Sambuc	.long	9600			/* serial baud rate */
14*84d9c625SLionel Sambuc#else
153f775404SThomas Veerman	.long	115200			/* serial baud rate */
16*84d9c625SLionel Sambuc#endif /* !defined(__minix) */
1758a2b000SEvgeniy Ivanov	.space	16			/* md5 boot password */
1858a2b000SEvgeniy Ivanov	.space	64			/* keyboard xlat map */
1958a2b000SEvgeniy Ivanov	.long	0			/* console ioaddr */
20