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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dboot.c95 void print_boot_device(uint8_t cdboot, uint8_t lanboot, uint8_t drive) argument
99 // cdboot contains 0 if lan/floppy/harddisk, 1 otherwise
103 if(cdboot)i=2; // CD-Rom
117 void print_boot_failure(uint8_t cdboot, uint8_t lanboot, uint8_t drive, argument
122 // cdboot: 1 if boot from cd, 0 otherwise
128 if (cdboot)

Completed in 306 milliseconds