Page 1 of 1

MultiThreading trouble

Posted: Sat May 24, 2003 11:00 pm
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.

RE:MultiThreading trouble

Posted: Sun Jun 01, 2003 11:00 pm
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.