| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-06 | pretty massive virtual memory rewrite | Kimplul | |
| + The system is now a bit simpler and hopefully easier to understand, while also extending the shared memory to be 1:N, where there is one owner who may become a zombie while waiting for the N to die. | |||
| 2024-07-05 | implement bkl | Kimplul | |
| + 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. | |||
