HomeSort by relevance Sort by last modified time
    Searched refs:multiboot_header (Results 1 - 6 of 6) sorted by null

  /external/grub/docs/
boot.S 32 multiboot_header: label
41 .long multiboot_header
boot.S.texi 32 multiboot_header:
41 .long multiboot_header
multiboot.h 49 typedef struct multiboot_header struct
multiboot.h.texi 49 typedef struct multiboot_header
  /external/grub/stage2/
mb_header.h 24 struct multiboot_header struct
54 * The entire multiboot_header must be contained
67 /* Magic value identifying the multiboot_header. */
boot.c 51 struct multiboot_header *mb;
81 flags = ((struct multiboot_header *) (buffer + i))->flags;
140 pu.mb = (struct multiboot_header *) (buffer + i);

Completed in 5114 milliseconds