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
01ac29160b
burritos
/
src
/
kernel
History
Quentin Legot
01ac29160b
Fix test
2023-04-05 16:57:37 +02:00
..
exception.rs
Fix loader test, only use one bin file in test_thread_context
2023-04-05 16:51:32 +02:00
mgerror.rs
Updated docs
2023-03-22 16:03:36 +01:00
mod.rs
Remove useless libc, elf and ucontext, add comments to exceptions
2023-04-05 16:02:54 +02: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 trait SynchObj to relevant structs
2023-04-05 16:12:15 +02:00
system.rs
implemented getter for objaddr
2023-04-05 16:43:09 +02:00
thread_manager.rs
Fix test
2023-04-05 16:57:37 +02:00
thread.rs
Initialize sp value for each threads (temporary workaround)
2023-04-02 19:55:06 +02:00