Luna/kernel
apio 36179155e1
All checks were successful
continuous-integration/drone/push Build is passing
Add UTF-8 support to TextConsole!!
Not much support, since the font only covers codepoints from U+0000 to U+00FF,
(Basic Latin & Latin Extended-A), but unprintable code-points are rendered as ONE box per code-point,
instead of multiple garbage characters.
So it's Unicode-aware, even if it can't print most characters.
2022-12-18 13:09:37 +01:00
..
src Add UTF-8 support to TextConsole!! 2022-12-18 13:09:37 +01:00
CMakeLists.txt Split off arch/x86_64/CPU.cpp into various files 2022-12-17 15:45:06 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00