Lines Matching defs:multiboot
33 * The full multiboot specification can be found here:
34 * https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html
57 struct preloaded_file **result, int multiboot);
79 void *multiboot = NULL;
88 * multiboot magic header.
112 /* Valid multiboot header has been found, validate checksum */
130 multiboot = malloc(header->header_length - sizeof(*header));
137 search_size = read(fd, multiboot,
147 tag = multiboot + i;
224 "elf32_loadfile_raw failed: %d unable to load multiboot kernel\n",
242 if (multiboot != NULL)
243 free(multiboot);
403 * Prepare the multiboot module list, Xen assumes the first
409 * As expected, the first multiboot module is going to be the
501 /* See if there's a multiboot kernel loaded */
507 * We have a multiboot kernel loaded, see if there's a FreeBSD
520 "Unable to load %s as a multiboot payload kernel\n",