Home | History | Annotate | Line # | Download | only in mkbootimage
magic.h revision 1.1
      1  1.1  garbled /*	$NetBSD: magic.h,v 1.1 2007/12/19 19:45:32 garbled Exp $	*/
      2  1.1  garbled 
      3  1.1  garbled char prep_magic[] = "KMA";
      4  1.1  garbled int kern_len;
      5  1.1  garbled #define	PREP_MAGICSIZE	sizeof (prep_magic)
      6  1.1  garbled #define	KERNLENSIZE	sizeof (kern_len)
      7  1.1  garbled #define	ENTRY		0x100000
      8