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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Thunder

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

Post 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
adeelmahmood1

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

Post 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
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

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

Post by Pype.Clicker »

for the multitasking, i suggest you the reading of "implementing multitasking for a beginner" which holds a lot of valuable info ...
Post Reply