Page 1 of 1

Interrupt Controller

Posted: Sat Jun 12, 2010 10:56 pm
by BASICFreak
well I searched high and low on osdever.net and osdev.org and I cannot find for the life of me a tutorial for an interrupt controller.
I am no good with ASM but would be able to do this with some code snippets and explanation. I am using NASM and GCC to compile my kernel, I know the extream basics of interrupts but do not know where to start to implement it, any help is appreciated.

Re: Interrupt Controller

Posted: Sat Jun 12, 2010 11:12 pm
by gerryg400
Like this, this and this?