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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dlogo.c428 uint8_t boot_drive = 0; local
456 boot_drive = get_boot_drive(scode);
463 if (boot_drive == 0xff)
466 write_byte(ebda_seg, (uint16_t)&EbdaData->uForceBootDrive, boot_drive); local
H A Dboot.c215 uint8_t boot_drive = read_byte(ebda_seg, (uint16_t)&EbdaData->uForceBootDrive); local
217 bootdrv = boot_drive + 0x80;

Completed in 43 milliseconds