blob: 74a0583f5f4e1539b0c08c0276fd79d38b0046ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: boot_params.S,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
/*
* Default boot parameters
* - must match struct landisk_boot_params in bootblock.h
*/
.long 0 /* flags */
.long 5 /* timeout in seconds */
.long 0 /* console device 0 => BIOSCONS */
.long 9600 /* serial baud rate */
|