I want to write my own tiny operation system. I want to write it in plain C. But I have no idea of how to compiler the code for complier tool always compiler it to some format like coff.
So, could anyone give me some suggestion how could I compiler my C code of operation?
Also, I want to know how can I debug it. Maybe there is some tools?