Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / i386 / stand / lib / boot_params.S
blobb637b685bc012d3850d52c58709eea0d668a6431
1 /*      $NetBSD: boot_params.S,v 1.2.4.4 2004/09/21 13:17:10 skrll Exp $        */
3 /* Default boot parameters - must match struct x86_boot_params in bootblock.h */
5         .long   0                       /* flags */
6         .long   5                       /* timeout in seconds */
7         .long   0                       /* console device 0 => CONSDEV_PC */
8         .long   9600                    /* serial baud rate */
9         .space  16                      /* md5 boot password */
10         .space  64                      /* keyboard xlat map */
11         .long   0                       /* console ioaddr */