acadia/zion
Drew Galbraith f6609983d2 Move away from using recursive mapping for page tables.
Having the HHDM-based mapping allows us to more easily map data into
non-resident processes.
2023-05-30 01:06:01 -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 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 Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00
memory Move away from using recursive mapping for page tables. 2023-05-30 01:06:01 -07:00
scheduler Move scheduler to new global class format. 2023-05-29 23:48:32 -07:00
syscall Move scheduler to new global class format. 2023-05-29 23:48:32 -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 Move away from using recursive mapping for page tables. 2023-05-30 01:06:01 -07:00