Luna/kernel
apio 11df5a2ec3
All checks were successful
continuous-integration/drone/push Build is passing
kernel: Use pid_t internally for process IDs
This removes a bunch of casts between pid_t and u64, and makes more sense since pid_t is literally the data type for process IDs.
2023-07-26 21:32:00 +02:00
..
src kernel: Use pid_t internally for process IDs 2023-07-26 21:32:00 +02:00
CMakeLists.txt tests+kernel+init: Run tests automatically in a headless way 2023-07-21 14:09:37 +02:00
config.cmake.template kernel: Reenable userspace stack tracing, but hidden behind a config flag 2023-07-25 17:02:09 +02:00
debug.cmake kernel: Add the MOUNT_DEBUG flag 2023-07-10 13:04:34 +02:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00