Using hdd in pm

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
DS

Using hdd in pm

Post by DS »

Can anybody give some valuable information about how to use
the hdd in protected mode?  thus not using int 13 and not switching in virtual
mode?
fdyne

RE:Using hdd in pm

Post by fdyne »

mh... sorry I think you'll have to code your own int13h-like routines in protected mode accessing hardware registers...
Fixa

RE:Using hdd in pm

Post by Fixa »

You can just read from HDD without any interrupt. Just by ports. It is slow but always working.
bdjames

ATA/ATAPI

Post by bdjames »

Post Reply