Luna/kernel/src
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
..
arch Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
boot Add a Bitmap class to provide common functionality and use that in the MemoryManager 2022-12-04 15:14:07 +01:00
memory EVERYTHING IS CONSTANT IN THIS UNIVERSE 2022-12-05 12:49:01 +01:00
video Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
Log.cpp Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
Log.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
main.cpp It's not worth it aborting when failing to determine CPU name 2022-12-04 15:55:12 +01:00