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.
I Have a question. it's a good idea to make an irq handle, Not to Handle the irq inmediatly, and handling in the multitasker?, And it's better this way? or it's better to handle inmediatly.for example
Wolftein wrote:I Have a question. it's a good idea to make an irq handle, Not to Handle the irq inmediatly, and handling in the multitasker?, And it's better this way? or it's better to handle inmediatly.for example
Its entirely up to you and your systems design goals. I personally prefer handling it as soon as it happens.
Oh, and get FF - its automatic spellchecker is great!
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}