I just want to know if there is some way to acces the disk at low level, i mean cylinder-head-sector form or something like that
thanks
thanks
Take a look at these dos functions, maybe they will help. For more info see Platform SDK, Windows 9x Programming
VWIN_32DIOC_DOS_INT13
VWIN_32DIOC_DOS_INT25
VWIN_32DIOC_DOS_INT26
best regards,
czDrillard
VWIN_32DIOC_DOS_INT13
VWIN_32DIOC_DOS_INT25
VWIN_32DIOC_DOS_INT26
best regards,
czDrillard
http://www.t13.org has all previous and to be released information on the ata/atapi protocols, if what you're seeking is truely low level then this will gain you access better than int 13h in dos.
however, if you want this kinda of access; it remains generally blocked in protected mode.
-ras
however, if you want this kinda of access; it remains generally blocked in protected mode.
-ras