1
0
forked from Rativel/BurritOS
Commit Graph

10 Commits

Author SHA1 Message Date
François Autin 6b95969c4b Added partialeq trait to List struct 2023-03-10 19:04:22 +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 c140830faa Adding some content to thread 2023-03-10 19:01:22 +01:00
Quentin Legot 99fc514720 Change var name to fit with rust conventions 2023-03-10 19:01:22 +01:00
Quentin Legot cf1c7aad5a Fix global var 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 958407ab77 Improve list by adding iterator trait 2023-03-10 19:01:21 +01:00
Quentin Legot 407480bcd4 Add double linked list 2023-03-10 19:01:21 +01:00