ATA read/write sectors: Difference between revisions

m
[unchecked revision][unchecked revision]
Line 84:
 
==CHS mode==
The only difference to ata_chs_read is 30h is sent to command register instead of 20h, and using OUTSW instead of INSW, and of course from [RSI] instead of [RDI]. So code for ata_chs_write can be obtained this way.
 
==LBA mode==
25

edits