1
0
forked from Rativel/BurritOS

Merge branch 'thread_scheduler' of https://gitlab.istic.univ-rennes1.fr/simpleos/burritos into thread_scheduler

This commit is contained in:
Quentin Legot
2023-03-15 11:09:41 +01:00
3 changed files with 14 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
//! # System module
//!
//! Module containing structs and methods pertaining to the state of the operating system
use std::{cell::RefCell, rc::Rc};
use crate::simulator::machine::Machine;