Go to file
Bananymous 814f0b215d Kernel: Create RecursiveSpinLock and add it to Process
We now lock every function within Proccess, just to be sure.
Recursive lock allows us to use lock from the same thread even if
we already have the spinlock locked
2023-03-24 01:32:35 +02:00
2023-03-23 19:24:12 +02:00
2023-03-18 03:51:10 +02:00
2023-03-18 04:05:59 +02:00

banan-os

My hobby operating system. Currently runs on x86 32 and 64 bit cpus.

Description
No description provided
Readme 3.9 MiB
Languages
C++ 77.3%
C 13.9%
Assembly 5.6%
CMake 1.8%
Shell 1.4%