burritos/src/kernel
2023-04-05 13:07:10 +02:00
..
elf.rs dataTypes definition 2023-03-10 19:03:51 +01:00
exception.rs Add Exit Exception 2023-04-05 12:01:31 +02:00
mgerror.rs Updated docs 2023-03-22 16:03:36 +01:00
mod.rs Merge branch 'thread_scheduler' into bin-loader 2023-04-04 15:28:24 +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 Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-03-22 16:22:28 +01:00
system.rs remove machine from system 2023-03-22 15:48:29 +01:00
thread_manager.rs Fix list::remove when trying to remove first element of the list (SIGSEGV) 2023-04-05 13:07:10 +02:00
thread.rs Initialize sp value for each threads (temporary workaround) 2023-04-02 19:55:06 +02:00
ucontext.rs Implement thread#t_yield() 2023-03-11 14:48:56 +01:00