Luna/kernel
apio 3b77ba6b04
EVERYTHING IS CONSTANT IN THIS UNIVERSE
Here's one advantage of Rust over C++:
Immutability by default. In Rust, you have to mark a variable as mutable, whereas in C++ you have to mark it as immutable.

What's the problem here? Usually, most variables don't need mutability. Thus we end up with const all over the place.
2022-12-05 12:49:01 +01:00
..
src EVERYTHING IS CONSTANT IN THIS UNIVERSE 2022-12-05 12:49:01 +01:00
CMakeLists.txt Use a friendlier way of iterating over the memory map 2022-12-04 15:45:13 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00