PopeGregoryIX / caracal

Operating System Development
0 stars 0 forks source link

Add synchronisation primitives. #8

Open PopeGregoryIX opened 1 year ago

PopeGregoryIX commented 1 year ago

For multitasking, need spinlocks, mutex, semaphores.

PopeGregoryIX commented 1 year ago

Semaphores added. Along with adding more information to the PCB, now need to add Semaphores with associated wait queues.