banan-os/kernel
Bananymous af854ec9e1 Kernel: Thread creation now takes void(*)() as entry and void* as data
This simplifies threading for the future and gets rid of (undefined?)
cast of member function pointer to address
2023-03-09 15:33:42 +02:00
..
arch Kernel: Thread creation now takes void(*)() as entry and void* as data 2023-03-09 15:33:42 +02:00
font Kernel: Add prefs font for terminal output before file system 2023-02-23 01:22:50 +02:00
include/kernel Kernel: Thread creation now takes void(*)() as entry and void* as data 2023-03-09 15:33:42 +02:00
kernel Kernel: Thread creation now takes void(*)() as entry and void* as data 2023-03-09 15:33:42 +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