I need to boot into the pc with a floppy drive and then execute a scheduler sort of a C function containing my own functions, which need to be scheduled and executed. It is a sort of a mini os one can say. I have the necessery C code, but I need assembly boot writer code along with code that would allow me to call my C function and display a few results on screen.
↧