Page 1 of 1

DOS Functions in Kernel

Posted: Thu Aug 01, 2002 3:02 am
by drasir
Hello,

I am writing my own OS with Turbo Pascal and Assembler. The Assembler bootloader loads the Pascal kernel and executes it. Now I have one big problem. I want to make my OS DOS compatible but I don't know how all the DOS functions work (mem alloc, FAT...)
Does anybody know here? They don't have to be in Pascal, assembler would also do. Please help!

Re:DOS Functions in Kernel

Posted: Thu Aug 01, 2002 9:06 am
by FlashBurn
Look at FreeDOS !! It?s on sourceforge.net , if I remember me right .