acadia/zion/scheduler
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
..
context_switch.s Scheduler with working threads. 2023-05-18 13:24:02 -07:00
jump_user_space.s Jump to user mode. 2023-05-29 13:06:08 -07:00
process.cpp Add the ability to copy memory to non resident process. 2023-05-30 01:27:47 -07:00
process.h Add the ability to copy memory to non resident process. 2023-05-30 01:27:47 -07:00
process_manager.cpp Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00
process_manager.h Add a ProcessManager class to store Process objects. 2023-05-29 23:35:44 -07:00
scheduler.cpp Move scheduler to new global class format. 2023-05-29 23:48:32 -07:00
scheduler.h Move scheduler to new global class format. 2023-05-29 23:48:32 -07:00
thread.cpp Add the ability to copy memory to non resident process. 2023-05-30 01:27:47 -07:00
thread.h Add the ability to copy memory to non resident process. 2023-05-30 01:27:47 -07:00