Page 2 of 2

Re:Need HDD & FDD drivers in assembler working in protec

Posted: Sun Mar 20, 2005 12:27 pm
by slash
Try looking at MenuetOS sources www.menuetos.org I think it has HDD and FDD drivers and are fully written in FASM(flat asm).

Re:Need HDD & FDD drivers in assembler working in protec

Posted: Sun Mar 20, 2005 1:33 pm
by Dex4u
These will not be any good as they use bios.

Re:Need HDD & FDD drivers in assembler working in protec

Posted: Sun Mar 20, 2005 1:41 pm
by Grey Samurai
Try looking at MenuetOS sources www.menuetos.org I think it has HDD and FDD drivers and are fully written in FASM(flat asm).
I know about this OS... it haven't fdd driver... it create image of A: and only work with it in PM... And HDD driver present there, but I get from there some things for writting my own driver....

Thanks...