repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
landisk
/
stand
/
boot
/
boot_params.S
blob
fd878a847e8983f3428360ad3d195cd748e7706e
1
/* $NetBSD$ */
2
3
/*
4
* Default boot parameters
5
* - must match struct landisk_boot_params in bootblock.h
6
*/
7
8
.long 0 /* flags */
9
.long 5 /* timeout in seconds */
10
.long 0 /* console device 0 => BIOSCONS */
11
.long 9600 /* serial baud rate */