acadia/zion
Drew Galbraith 40b21d9c75 [Mammoth] Add Channel object for simple IPC messages 2023-06-07 09:37:16 -07:00
..
boot Add a second process to be loaded by the bootloader. 2023-05-30 20:54:37 -07:00
capability Add a basic IPC setup with Channel Object. 2023-06-07 08:24:10 -07:00
common Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
debug Refactor error types and error reporting 2023-06-07 08:51:23 -07:00
include [Mammoth] Add Channel object for simple IPC messages 2023-06-07 09:37:16 -07:00
interrupt Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
lib Add a basic IPC setup with Channel Object. 2023-06-07 08:24:10 -07:00
loader Get the second process elf from a MemoryObject instead of hardcoding. 2023-06-07 00:19:15 -07:00
memory Get the second process elf from a MemoryObject instead of hardcoding. 2023-06-07 00:19:15 -07:00
object Refactor error types and error reporting 2023-06-07 08:51:23 -07:00
scheduler Move Process & Thread to the object folder. 2023-06-06 20:18:53 -07:00
syscall Refactor error types and error reporting 2023-06-07 08:51:23 -07:00
usr Refactor error types and error reporting 2023-06-07 08:51:23 -07:00
CMakeLists.txt Add a basic IPC setup with Channel Object. 2023-06-07 08:24:10 -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