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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c129 /** Address of El Torito boot catalog (if any) */
478 struct eltorito_descriptor *boot = scratch; local
512 /* Read boot record volume descriptor */
515 virt_to_user ( boot ), block_read ) ) != 0 ) {
516 DBGC ( int13, "INT13 drive %02x could not read El Torito boot "
522 /* Check for an El Torito boot catalog */
523 if ( memcmp ( boot, &boot_check, sizeof ( boot_check ) ) == 0 ) {
524 int13->boot_catalog = boot->sector;
525 DBGC ( int13, "INT13 drive %02x has an El Torito boot catalog "
528 DBGC ( int13, "INT13 drive %02x has no El Torito boot "
1806 struct eltorito_boot_entry boot; member in struct:__anon15058
[all...]

Completed in 124 milliseconds