MultiThreading trouble

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
910222044936

MultiThreading trouble

Post by 910222044936 »

I am creating an OS in PURE ASSEMBLY. I have a microkernel capable of working with cooperative multithreading, but I have trouble using hardware interrupts for preemptive threading. Could anyone help me with this? Ralfy's Interrupt List was not very useful at all. A tutorial would be ideal with some asm code.
Anton

RE:MultiThreading trouble

Post by Anton »

Writing an OS in pure asm, is nothing to be proud of. :)
Is your problem, that you wont to give priorities to hardware interrupts? (And make them execute preemtive, if it's priority is high enougth)
Anton.
Post Reply