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

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c422 int xen = 0; /* flag for xen */ local
453 * 64 or 32 bit unix or xen. so we just check if f_name has unix.
455 /* do we boot xen? */
457 xen = 1;
476 if (xen == 1 && kernel == 0) {
477 printf("No kernel module provided for xen, aborting\n");
562 if (xen)
576 * if image is xen, we just use f_name + f_args for commandline
579 if (xen) {
[all...]

Completed in 75 milliseconds