This website requires JavaScript.
Explore
Help
Sign In
quentinlegot
/
burritos
Watch
1
Star
0
Fork
0
You've already forked burritos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b104bcc6da
burritos
/
src
/
kernel
History
Quentin Legot
b104bcc6da
Fix memory leak
2023-03-22 14:33:56 +01:00
..
elf.rs
dataTypes definition
2023-03-10 19:03:51 +01:00
mgerror.rs
Changed all reference to thread with an RefCell to enforce mutability
2023-03-10 19:11:16 +01:00
mod.rs
kernel now build
2023-03-16 14:52:53 +01:00
process.rs
Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
2023-03-10 19:11:15 +01:00
synch.rs
Added 2 tests to list.rs, improve semantic and using Default trait instant of function new
2023-03-21 22:40:49 +01:00
system.rs
kernel now build
2023-03-16 14:52:53 +01:00
thread_manager.rs
Fix memory leak
2023-03-22 14:33:56 +01:00
thread.rs
Merge branch 'thread_scheduler' of
https://gitlab.istic.univ-rennes1.fr/simpleos/burritos
into thread_scheduler
2023-03-15 11:09:41 +01:00
ucontext.rs
Implement thread#t_yield()
2023-03-11 14:48:56 +01:00