banan-os/kernel
Bananymous 5b5e620d8a Kernel: Improve multithreading support
We can now use arbitary BAN::function<void(...)> as the Thread.
I also implemented multithreading for i386 since it was not done
on the initial multithreading commit.
2023-02-02 23:24:12 +02:00
..
arch Kernel: Improve multithreading support 2023-02-02 23:24:12 +02:00
include/kernel Kernel: Improve multithreading support 2023-02-02 23:24:12 +02:00
kernel Kernel: Improve multithreading support 2023-02-02 23:24:12 +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