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