banan-os/kernel/include
Bananymous b048630e5b Kernel: Improve locking in Process, VFS and ATAController
We used to block on all process access. This meant that shell
reading the keyboard input would block all VFS access making disk
accesses practically impossible. We now block only when it is
necessary :)
2023-03-30 22:02:16 +03:00
..
kernel Kernel: Improve locking in Process, VFS and ATAController 2023-03-30 22:02:16 +03:00