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!
DOS Functions in Kernel
Re:DOS Functions in Kernel
Look at FreeDOS !! It?s on sourceforge.net , if I remember me right .