Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / landisk / stand / boot / boot_params.S
blobfd878a847e8983f3428360ad3d195cd748e7706e
1 /*      $NetBSD$        */
3 /*
4  * Default boot parameters
5  *  - must match struct landisk_boot_params in bootblock.h
6  */
8         .long   0                       /* flags */
9         .long   5                       /* timeout in seconds */
10         .long   0                       /* console device 0 => BIOSCONS */
11         .long   9600                    /* serial baud rate */