Luna/kernel
apio 96b32f5a93
Please use make<T> and destroy<T> instead of new and delete
Those are there only for common stuff (in the Luna library) that needs an environment-agnostic way of allocating memory.
new and delete are standard, thus we should use those.
2022-12-04 12:55:32 +01:00
..
src Please use make<T> and destroy<T> instead of new and delete 2022-12-04 12:55:32 +01:00
CMakeLists.txt Add descriptions in CMakeLists 2022-12-04 12:47:08 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00