acadia/zion
Drew Galbraith 23895b5c6c Spawn Processes using memory primitives rather than and elf loader.
This allows us to remove the temporary syscall for that style of process
spawn.
2023-06-07 00:04:53 -07:00
..
boot Add a second process to be loaded by the bootloader. 2023-05-30 20:54:37 -07:00
capability Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
common Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
debug Fix formatting on panic 2023-05-30 23:52:50 -07:00
include Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
interrupt Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
lib Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
loader Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
memory Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
object Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
scheduler Move Process & Thread to the object folder. 2023-06-06 20:18:53 -07:00
syscall Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
usr Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
CMakeLists.txt Create a MemoryObject class and use it to load programs. 2023-06-06 21:44: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