kernel now build

I commented out semaphore code too cause it need to be updated
and having some error cause the compiler to not check for borrow errors
This commit is contained in:
Quentin Legot
2023-03-16 14:52:53 +01:00
parent fa64d4314d
commit 977cb2bf96
5 changed files with 206 additions and 241 deletions

View File

@ -1,6 +1,5 @@
mod process;
pub mod thread;
pub mod scheduler;
pub mod mgerror;
pub mod system;
mod ucontext;