aboutsummaryrefslogtreecommitdiff
path: root/src/bkl.c
AgeCommit message (Collapse)Author
2024-07-05implement bklKimplul
+ Start out using big kernel lock, apparently seL4 thinks its good enough. I might have a go at using a more fair lock, and possibly moving to more fine-grained locks if I really feel the need to get scalability up.