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