Add a threading syscall API.

This commit is contained in:
Drew Galbraith 2023-06-06 16:24:03 -07:00
parent e2aad55a8a
commit ef8eb5d993
14 changed files with 235 additions and 30 deletions

View file

@ -1,5 +1,6 @@
add_executable(zion
boot/boot_info.cpp
capability/capability.cpp
common/gdt.cpp
common/load_gdt.s
debug/debug.cpp