Start syscall

This commit is contained in:
Samy Solhi
2023-03-29 16:13:57 +02:00
parent 2e41758a52
commit 15f3608b63
3 changed files with 100 additions and 4 deletions

View File

@ -4,4 +4,5 @@ pub mod mgerror;
pub mod system;
mod ucontext;
mod synch;
mod thread_manager;
mod thread_manager;
pub mod exception;