Hobby Operating System
Go to file
Drew Galbraith 80d2bf1aaa Move Processes and Threads to be stored in SharedPtr
Reference counting lets us pass these around a bit more easily.

SharedPtr was lightly tested using uint64_t in the main zion funcion.

Also add a sleep functionality instead of panicking. Functionally the
same right now since we don't preempt.
2023-05-29 15:50:38 -07:00
scripts Add a kernel ELF module and load it in a new process. 2023-05-29 00:32:54 -07:00
sys Add a kernel ELF module and load it in a new process. 2023-05-29 00:32:54 -07:00
zion Move Processes and Threads to be stored in SharedPtr 2023-05-29 15:50:38 -07:00
.clang-format Add a clang format spec 2023-05-17 20:30:15 -07:00
.gdbinit Add a kernel ELF module and load it in a new process. 2023-05-29 00:32:54 -07:00
.gitignore Add compile_commands.json to .gitignore 2023-05-17 20:42:21 -07:00
CMakeLists.txt Add thread and process states. 2023-05-29 13:51:03 -07:00
init-dbg.sh Load our own GDT. 2023-05-17 21:41:08 -07:00