root/sys/arch/landisk/stand/boot/boot_params.S
/*      $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 */