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
0f339dd936
burritos
/
src
/
kernel
History
François Autin
0f339dd936
Changed constructor to allow any string slice as parameter + started writing unit tests
2023-03-09 12:44:03 +01:00
..
elf.rs
dataTypes definition
2023-03-08 14:38:02 +01:00
mgerror.rs
Implement Thread::start and join
2023-03-01 16:55:17 +01:00
mod.rs
Added thread manager
2023-03-08 21:10:51 +01:00
process.rs
Adding some content to thread
2023-03-01 15:45:49 +01:00
scheduler.rs
Remove old static vars in scheduler, doesn't work
2023-03-08 16:05:05 +01:00
synch.rs
synch.rs implemented
2023-03-08 16:39:00 +01:00
system.rs
Add thread save and restore processor context
2023-03-09 12:08:33 +01:00
thread_manager.rs
Add thread save and restore processor context
2023-03-09 12:08:33 +01:00
thread.rs
Changed constructor to allow any string slice as parameter + started writing unit tests
2023-03-09 12:44:03 +01:00
ucontext.rs
Add thread save and restore processor context
2023-03-09 12:08:33 +01:00