Searched defs:multiboot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c28 * This multiboot implementation only implements a subset of the full
29 * multiboot specification in order to be able to boot Xen and a
30 * FreeBSD Dom0. Trying to use it to boot other multiboot compliant
33 * The full multiboot specification can be found here:
34 * http://www.gnu.org/software/grub/manual/multiboot/multiboot.html
52 #include "multiboot.h"
71 struct preloaded_file **result, int multiboot);
82 struct file_format multiboot = { multiboot_loadfile, multiboot_exec }; variable in typeref:struct:file_format
143 * multiboot magi
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf.c157 struct preloaded_file **result, int multiboot)
214 if (multiboot != 0) {
215 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadfile: can't load module as multiboot\n");
251 if (ef.kernel == 1 && multiboot == 0)
254 if (multiboot == 0)
258 fp->f_type = strdup("elf multiboot kernel");
156 loadfile_raw(char *filename, u_int64_t dest, struct preloaded_file **result, int multiboot) argument

Completed in 70 milliseconds