Page 1 of 1
Using hdd in pm
Posted: Sat Nov 16, 2002 12:00 am
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?
RE:Using hdd in pm
Posted: Fri Nov 22, 2002 12:00 am
by fdyne
mh... sorry I think you'll have to code your own int13h-like routines in protected mode accessing hardware registers...
RE:Using hdd in pm
Posted: Wed Dec 04, 2002 12:00 am
by Fixa
You can just read from HDD without any interrupt. Just by ports. It is slow but always working.
ATA/ATAPI
Posted: Sat Dec 07, 2002 12:00 am
by bdjames