acadia/zion/object
Drew Galbraith e246f28d9c Get the second process elf from a MemoryObject instead of hardcoding.
Allows us to delete the CopyIntoNonResidentProcess function and simply
rely on the MemoryObject copy functions.
2023-06-07 00:19:15 -07:00
..
address_space.cpp Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
address_space.h Spawn Processes using memory primitives rather than and elf loader. 2023-06-07 00:04:53 -07:00
kernel_object.h Make a KernelObject base class for all Capabilities. 2023-06-06 20:13:07 -07:00
memory_object.cpp Create a MemoryObject class and use it to load programs. 2023-06-06 21:44:10 -07:00
memory_object.h Create a MemoryObject class and use it to load programs. 2023-06-06 21:44:10 -07:00
process.cpp Get the second process elf from a MemoryObject instead of hardcoding. 2023-06-07 00:19:15 -07:00
process.h Get the second process elf from a MemoryObject instead of hardcoding. 2023-06-07 00:19:15 -07:00
thread.cpp Move elf loader into the init loader in the kernel 2023-06-07 00:08:21 -07:00
thread.h Move Process & Thread to the object folder. 2023-06-06 20:18:53 -07:00