I have system based on 8086 without OS and BIOS (just empty memory). I want to do applications in C language for this system. I want to know wether I can write all the application in C language or I need to write some routines in assemler (memory managing, interrupt services,boot sequence,... but no video services managing, because there is no display) and what all I need to do for succesfull run of C application. Please write to me if you know some good about this problem.
Thanks
Thanks