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

  /external/grub/docs/
boot.S 19 #include <multiboot.h>
31 /* Multiboot header. */
60 /* Push the pointer to the Multiboot information structure. */
boot.S.texi 19 #include <multiboot.h>
31 /* @r{Multiboot header.} */
60 /* @r{Push the pointer to the Multiboot information structure.} */
menu.lst 37 title Utah Mach4 multiboot
kernel.c 18 #include <multiboot.h>
50 /* Check if MAGIC is valid and print the Multiboot information structure
60 /* Am I booted by a Multiboot-compliant boot loader? */
67 /* Set MBI to the address of the Multiboot information structure. */
kernel.c.texi 18 #include <multiboot.h>
50 /* @r{Check if MAGIC is valid and print the Multiboot information structure
60 /* @r{Am I booted by a Multiboot-compliant boot loader?} */
67 /* @r{Set MBI to the address of the Multiboot information structure.} */
  /external/grub/util/
mbchk.c 1 /* mbchk - a simple checker for the format of a Multiboot kernel */
25 #include <multiboot.h>
44 "Check if the format of FILE complies with the Multiboot Specification.\n"
81 fprintf (stderr, "%s: No Multiboot header.\n", filename);
86 printf ("%s: The Multiboot header is found at the offset %d.\n",

Completed in 3503 milliseconds