Luna/kernel
apio 586ca19b62
All checks were successful
continuous-integration/drone/push Build is passing
Add a VERY BASIC and hacky way of allocating memory from userspace
Only supports one-page allocations and doesn't have libc wrappers, which means it has to be invoked using syscall().
2023-01-11 23:02:42 +01:00
..
src Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
CMakeLists.txt Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
debug.cmake Bitmap: Introduce a new method 'find' and use it in MM and KernelVM 2023-01-09 17:59:52 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00