Home | History | Annotate | Line # | Download | only in boot
      1  1.1  uwe /*	$NetBSD: boot_params.S,v 1.1 2006/09/01 21:26:18 uwe Exp $	*/
      2  1.1  uwe 
      3  1.1  uwe /*
      4  1.1  uwe  * Default boot parameters
      5  1.1  uwe  *  - must match struct landisk_boot_params in bootblock.h
      6  1.1  uwe  */
      7  1.1  uwe 
      8  1.1  uwe 	.long	0			/* flags */
      9  1.1  uwe 	.long	5			/* timeout in seconds */
     10  1.1  uwe 	.long   0			/* console device 0 => BIOSCONS */
     11  1.1  uwe 	.long   9600			/* serial baud rate */
     12