Access to the HD is provided by the OS, it's also protected by it, so what operating system do you want to access the disk directly on?
Normally you access it through the filesystem and not directly, so most libraries don't focus on it.
The Win32 API probably has something for it, LBA access at least, you could inline assembly and talk directly to the HD.
I would say more, but Win32 and intel assembly aren't well documented ;-)
__________________
"It better be funny"
Last edited by kel; 04-22-2004 at 06:36 PM..
|