Hi,
I have released the new version of my OS. It has a minimal FDC driver that can read a sector from the disk. I have added a read command to test this functionality. I have not tested the write function yet. There is still no scrolling. I decided not to use STDCALL with all that crap about that stack. Instead I am using something like the FASTCALL convention. The first param in eax, then edx, ecx, ebx, esi,edi. But string function still use esi or edi. Check it out at: http://www.tomasm.tk/
Thomas Antony :U