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

/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c465 uint8_t chsgeo_base; local
492 chsgeo_base = 0x1e;
495 chsgeo_base = 0x26;
498 chsgeo_base = 0x67;
501 chsgeo_base = 0x70;
504 chsgeo_base = 0;
506 if (chsgeo_base)
508 lgeo.cylinders = inb_cmos(chsgeo_base) + (inb_cmos(chsgeo_base + 1) << 8);
509 lgeo.heads = inb_cmos(chsgeo_base
[all...]

Completed in 67 milliseconds