bios int 13h ah= status?

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
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

bios int 13h ah= status?

Post by VolTeK »

i have been looking for a while on gogle and wikipedia. where can i find the complete list of disk reset statuses


for ex

ah 00h
dl 00h
int 13h
return: ah- status code?
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: bios int 13h ah= status?

Post by neon »

Clicky

Its the same in that table.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: bios int 13h ah= status?

Post by VolTeK »

thanks i couldnt find the ralph brown list i thought it was gone, but its the ctyme cite i forget, so thank u on two notes, finding that cite, and a soulution for my problem, now that i found this, i might not be back here for a while ;)
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: bios int 13h ah= status?

Post by neon »

I just search "interrupt list" in Google and that site is always the first one for me ;)
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: bios int 13h ah= status?

Post by VolTeK »

i guess i clicked all the wrong links, no matter now i saved it to my hard drive, so theres no way ill loose it now, thanks alot :)
Post Reply