banan-os/kernel
Bananymous 117d1de038 Kernel: panic does not need to include <kernel/kprint.h>
This allows us to not have kprint available literally everywhere
2023-02-02 15:51:15 +02:00
..
arch Kernel: fix spinlock for i386 2023-02-02 15:49:00 +02:00
include/kernel Kernel: panic does not need to include <kernel/kprint.h> 2023-02-02 15:51:15 +02:00
kernel Kernel: Add is_locked() to spinlock 2023-02-02 15:49:30 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Implement somewhat functioning multithread support 2023-02-01 01:53:35 +02:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00