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.
Interrupt Controller
- BASICFreak
- Member
- Posts: 284
- Joined: Fri Jan 16, 2009 8:34 pm
- Location: Louisiana, USA
Interrupt Controller
BOS Source Thanks to GitHub
BOS Expanded Commentary
Both under active development!
BOS Expanded Commentary
Both under active development!
Sortie wrote:
- Don't play the role of an operating systems developer, be one.
- Be truly afraid of undefined [behavior].
- Your operating system should be itself, not fight what it is.