Home | History | Annotate | Line # | Download | only in bootxx
label.S revision 1.1
      1  1.1  dsl /*	$NetBSD: label.S,v 1.1 2003/04/16 22:17:44 dsl Exp $	*/
      2  1.1  dsl 
      3  1.1  dsl #include <machine/asm.h>
      4  1.1  dsl 
      5  1.1  dsl /*
      6  1.1  dsl  * This fills in the space taken by the NetBSD disklabel in the first
      7  1.1  dsl  * NetBSD partition on the disk.
      8  1.1  dsl  * However it is possible that we are booting from a subsequent
      9  1.1  dsl  * NetBSD partition, so must not access the disklabe in this space.
     10  1.1  dsl  */
     11  1.1  dsl 
     12  1.1  dsl 	.text
     13  1.1  dsl label:	.fill	512
     14