Page 2 of 2

Posted: Thu May 29, 2008 4:52 pm
by Omega
That's exactly what I did for the IDT, GDT, ISR, IRQ, PIC, and PIT... I think most people do all that in their loaders, but as for me using BIN for the loader I force myself to do this stuff in the Kernel. It may sound "unconventional" perhaps; yet, after all it really doesn't suck that bad. It only sucks when you have to start hacking to make it work.

Posted: Sat May 31, 2008 12:04 pm
by Fergo
Does anyone have an example of reading sectors in floppy using C/C++ (with inline asm I guess)?

Thanks!

Fergo

Posted: Sat May 31, 2008 6:14 pm
by Dex

Posted: Mon Jun 02, 2008 8:42 pm
by Fergo
Thanks a lot Dex! I really appreciate.

Fergo