The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: thomasantony on January 22, 2005, 03:39:09 PM

Title: RooOs v1.1!!
Post by: thomasantony on January 22, 2005, 03:39:09 PM
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