banan-os/kernel
Bananymous 7458f68c38 BAN: Error can now be constructed from c_string or format string
If the resulting string would overflow, we just truncate it to fit
the error message buffer (128) bytes
2023-03-08 17:05:37 +02:00
..
arch Kernel: Fix spinlock unlocking in x86_64 2023-03-08 02:41:44 +02:00
font Kernel: Add prefs font for terminal output before file system 2023-02-23 01:22:50 +02:00
include/kernel BAN: Error can now be constructed from c_string or format string 2023-03-08 17:05:37 +02:00
kernel BAN: Error can now be constructed from c_string or format string 2023-03-08 17:05:37 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Add ubsan 2023-03-06 23:38:05 +02:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00
ubsan.cpp Kernel: Add ubsan 2023-03-06 23:38:05 +02:00