Searched refs:num_sectors (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dfloppy.c451 uint8_t drive, num_sectors, track, sector, head; local
507 num_sectors = GET_AL();
514 (num_sectors == 0) || (num_sectors > 72) ) {
562 base_count = (num_sectors * 512) - 1;
613 outb(0x03f5, sector + num_sectors - 1); // last sector to read on track
676 rep_movsw(ES :> BX, ES :> BX, num_sectors * 512 / 2);
703 base_count = (num_sectors * 512) - 1;
750 outb(0x03f5, sector + num_sectors - 1); // last sector to write on track
838 num_sectors
[all...]

Completed in 119 milliseconds