Luna/kernel
apio 1b807a4e06
arch/Timer: Make sure ARCH_TIMER_FREQ is a power of two
(avoid division and modulo, division is slow)
Fortunately, GCC will optimize divisions by powers of two to simple bitwise shifts :)
2023-01-16 19:43:05 +01:00
..
src arch/Timer: Make sure ARCH_TIMER_FREQ is a power of two 2023-01-16 19:43:05 +01:00
CMakeLists.txt Kernel: Make a UserVM wrapper around Bitmap and use that to allocate user VM 2023-01-13 19:05:20 +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