acadia/zion
Drew Galbraith 7fe6c24aa5 Add a ProcessManager class to store Process objects.
Trying out a new method for exposing global objects directly via a
variable.
2023-05-29 23:35:44 -07:00
..
boot Add a kernel ELF module and load it in a new process. 2023-05-29 00:32:54 -07:00
common Jump to user mode. 2023-05-29 13:06:08 -07:00
debug Dump the memory map from limine. 2023-05-18 01:16:53 -07:00
include Add thread and process states. 2023-05-29 13:51:03 -07:00
interrupt Split Yield and Preempt into separate scheduling functions. 2023-05-29 23:09:39 -07:00
lib Rework scheduler to store the current thread separately. 2023-05-29 22:54:22 -07:00
loader Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00
memory Map user pages in the proper mode. 2023-05-29 13:06:08 -07:00
scheduler Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00
syscall Add thread and process states. 2023-05-29 13:51:03 -07:00
usr Add a kernel ELF module and load it in a new process. 2023-05-29 00:32:54 -07:00
CMakeLists.txt Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00
linker.ld Barebones Kernel Commit 2023-05-17 20:20:53 -07:00
zion.cpp Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00