1
0
forked from Rativel/BurritOS
Commit Graph

9 Commits

Author SHA1 Message Date
Quentin Legot
977cb2bf96 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
2023-03-16 14:52:53 +01:00
Quentin Legot
6820086579 Added thread manager 2023-03-10 19:04:23 +01:00
Rémi Rativel
5465267f3c Sarting synch.rs implementation 2023-03-10 19:04:22 +01:00
Quentin Legot
3457f67a7c Add ucontext_t 2023-03-10 19:02:38 +01:00
Quentin Legot
621b0568b0 Move system to the right location 2023-03-10 19:01:22 +01:00
Quentin Legot
83df053dc6 Implement Thread::start and join 2023-03-10 19:01:22 +01:00
Quentin Legot
e3e217c57f scheduler done 2023-03-10 19:01:22 +01:00
Quentin Legot
336ccd1425 Add thread structure 2023-03-10 19:01:21 +01:00
Quentin Legot
a38251c111 Add kernel mod 2023-03-10 19:01:20 +01:00