acadia/zion/memory
Drew Galbraith b9b45c5e45 Add the ability to copy memory to non resident process.
Use/Test this by loading the user space elf from the kernel process
before it starts rather than as a part of the first thread.

This simplifies thread start a fair bit.
2023-05-30 01:27:47 -07:00
..
kernel_heap.cpp Scheduler with working threads. 2023-05-18 13:24:02 -07:00
kernel_heap.h Add a basic kernel heap object. 2023-05-18 10:59:39 -07:00
paging_util.cpp Add the ability to copy memory to non resident process. 2023-05-30 01:27:47 -07:00
paging_util.h Add the ability to copy memory to non resident process. 2023-05-30 01:27:47 -07:00
physical_memory.cpp Added a PhysicalMemoryManager class. 2023-05-18 11:34:45 -07:00
physical_memory.h Add a bootstrap physical memory manager. 2023-05-18 11:00:05 -07:00