banan-os/kernel
Bananymous cdbad56ed7 Kernel: Update shell thread command to run following command as thread
'thread echo "Hello World"' runs the command 'echo "Hello World"' after
5 seconds have passed. This was just my test code for threading
2023-02-02 23:26:19 +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: Update shell thread command to run following command as thread 2023-02-02 23:26:19 +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