banan-os/kernel
Bananymous c660df14ec BuildSystem: Fix header copying to sysroot
We used to copy all headers everytime to sysroot which caused
rebuild of the whole os. Now we use the cmake command
'copy_directory_if_different' which seemed to fix this issue :)
2023-04-10 21:07:25 +03:00
..
arch Kernel: Threads can now be terminated mid execution 2023-04-10 21:07:25 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Threads can now be terminated mid execution 2023-04-10 21:07:25 +03:00
kernel Kernel: Threads can now be terminated mid execution 2023-04-10 21:07:25 +03:00
userspace Kernel/Userspace: Start initial work on userspace and syscalls 2023-03-13 15:32:46 +02:00
CMakeLists.txt BuildSystem: Fix header copying to sysroot 2023-04-10 21:07:25 +03: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