banan-os/BAN
Bananymous 8d6db168d6 Kernel: remove message from BAN::Error
We don't store the error message anymore in BAN::Error.
Instead we store a error code that can be mapped into a string.
This allows BAN::Error to only take 4 bytes instead of 128.

We should also make some kernel initialization just panic instead
of returning errors since they are required for succesfull boot
anyway.
2023-04-11 23:25:21 +03:00
..
BAN BAN: Move RefPtr to its own file and create New.h 2023-04-10 21:07:25 +03:00
include/BAN Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
.gitignore Kernel: lol 2022-12-13 12:12:15 +02:00
CMakeLists.txt BuildSystem: Fix header copying to sysroot 2023-04-10 21:07:25 +03:00