Implement thread#t_yield()

This commit is contained in:
Quentin Legot
2023-03-11 14:48:56 +01:00
parent e1283c9c42
commit 1f54ed35db
5 changed files with 18 additions and 12 deletions

View File

@ -4,7 +4,6 @@ pub mod utility;
use kernel::system::System;
use simulator::machine::Machine;
use simulator::mem_cmp;
fn main() {
let machine = Machine::_init_machine();