Commit Graph

4 Commits

Author SHA1 Message Date
283e641ece
Spinlock+LockedValue: Remove init() functions
Let's set the default (unlocked) value of Spinlock's underlying atomic to 0, so even if the constructor is not called it stays like that.
2022-12-18 20:36:15 +01:00
df9a13cbfb
KernelVM: Make g_used_vm atomic and g_kernelvm_bitmap a LockedValue
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-17 10:56:24 +01:00
fbd290c01b KernelVM: clean up a bit 2022-12-07 16:11:59 +00:00
d445b29477
Add a virtual memory allocator for the kernel 2022-12-05 20:36:24 +01:00