mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 15:46:33 -04:00
12 lines
306 B
ArmAsm
12 lines
306 B
ArmAsm
/* $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 */
|