Luna/kernel
apio abbed13f27
Add a 'pure' variant of cstyle_format which is infallible
If we cannot fail to output, it doesn't make sense to propagate errors. So if you're SURE there are no errors, use pure_cstyle_format().
If, however, output can fail, use cstyle_format().

This has a drawback of adding quite a bit of code duplication to Format.cpp.
Some of it is dealt using templates, but some code still remains duplicate.
2022-12-17 12:38:22 +01:00
..
src Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
CMakeLists.txt Kernel: Add Spinlock and LockedValue<T> 2022-12-17 10:55:54 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00