DOS Functions in Kernel

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
drasir

DOS Functions in Kernel

Post 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!
FlashBurn

Re:DOS Functions in Kernel

Post by FlashBurn »

Look at FreeDOS !! It?s on sourceforge.net , if I remember me right .
Post Reply