Interrupt Controller

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
User avatar
BASICFreak
Member
Member
Posts: 284
Joined: Fri Jan 16, 2009 8:34 pm
Location: Louisiana, USA

Interrupt Controller

Post 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.
BOS Source Thanks to GitHub
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.
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: Interrupt Controller

Post by gerryg400 »

Like this, this and this?
If a trainstation is where trains stop, what is a workstation ?
Post Reply