acadia/zion
Drew Galbraith b0c2a6732b Always create threads in CREATED state.
Simplify the process class to have threads marked as runnable
separately.
2023-06-06 16:27:25 -07:00
..
boot Add a second process to be loaded by the bootloader. 2023-05-30 20:54:37 -07:00
capability Add a threading syscall API. 2023-06-06 16:24:03 -07:00
common Jump to user mode. 2023-05-29 13:06:08 -07:00
debug Fix formatting on panic 2023-05-30 23:52:50 -07:00
include Add a threading syscall API. 2023-06-06 16:24:03 -07:00
interrupt Move scheduler to new global class format. 2023-05-29 23:48:32 -07:00
lib Add validity check in shared ptr 2023-05-30 01:05:50 -07:00
loader Always create threads in CREATED state. 2023-06-06 16:27:25 -07:00
memory Add a threading syscall API. 2023-06-06 16:24:03 -07:00
scheduler Always create threads in CREATED state. 2023-06-06 16:27:25 -07:00
syscall Always create threads in CREATED state. 2023-06-06 16:27:25 -07:00
usr Add a threading syscall API. 2023-06-06 16:24:03 -07:00
CMakeLists.txt Add a threading syscall API. 2023-06-06 16:24:03 -07:00
linker.ld Barebones Kernel Commit 2023-05-17 20:20:53 -07:00
zion.cpp Manage KernelStacks separately rather than just allocing bytes. 2023-05-30 21:28:44 -07:00