Page 1 of 1

IRQ's, multitasking,Timer,PIC...

Posted: Wed Apr 02, 2003 7:11 am
by Thunder
Hello again,

I'm ready to create such things like IRQ's, multitasking,Timer,PIC and device drivers creating...

Could you turn me on the right way, I would be glad. ;)

And can I create device drivers in pmode "port to port"?

Thanks ;D

Re:IRQ's, multitasking,Timer,PIC...

Posted: Wed Apr 02, 2003 10:07 pm
by adeelmahmood1
oh yeah u can do almost anything while u r in pmode.
for irq's u need to setup ur IDT for that u need to remap ur PIC.. so it all comes together
these links might help u
http://osdev.neopages.net/tutorials/irqs.php
http://osdev.neopages.net/tutorials/pic.php
http://osdev.neopages.net/tutorials/interrupts.1.php
hope it helps

Re:IRQ's, multitasking,Timer,PIC...

Posted: Thu Apr 03, 2003 2:52 am
by Pype.Clicker
for the multitasking, i suggest you the reading of "implementing multitasking for a beginner" which holds a lot of valuable info ...