Hobby Operating System
Go to file
Drew Galbraith f22dd66c8d Manage KernelStacks separately rather than just allocing bytes.
Create a global KernelStackManager that will handle the relevant allocs.
2023-05-30 21:28:44 -07:00
scripts Add a second process to be loaded by the bootloader. 2023-05-30 20:54:37 -07:00
sys Add a process spawn syscall and use it to start a proc. 2023-05-30 20:55:03 -07:00
zion Manage KernelStacks separately rather than just allocing bytes. 2023-05-30 21:28:44 -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 a second process to be loaded by the bootloader. 2023-05-30 20:54:37 -07:00
init-dbg.sh Load our own GDT. 2023-05-17 21:41:08 -07:00