banan-os/kernel
Bananymous f0093ed2fd Kernel: kmalloc_eternal now updates the used/free values
I also improved the kmalloc_dump_info() formatting. We format the
values as 8-digit hex numbers since (atleast for now) the kmalloc
will always be under 4 GiB address and size :)
2023-01-26 03:04:19 +02:00
..
arch Kernel: Improve MMU 2023-01-26 02:57:14 +02:00
include/kernel Kernel: Move dump_stacktrace from panic -> debug 2023-01-26 02:57:14 +02:00
kernel Kernel: kmalloc_eternal now updates the used/free values 2023-01-26 03:04:19 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: add gcc option to make sure we have (r/e)bp saved on stack 2023-01-26 02:57:14 +02:00
icxxabi.cpp Kernel: We can now use destructors in global objects 2022-12-13 00:52:32 +02:00