1
0
forked from Rativel/BurritOS

Add kernel mod

This commit is contained in:
Quentin Legot
2023-02-15 14:56:11 +01:00
committed by François Autin
parent b44b9d2b67
commit a38251c111
4 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
mod thread;
mod scheduler;
View File
View File
+1
View File
@@ -1,4 +1,5 @@
mod simulator;
mod kernel;
use simulator::machine::Machine;
use simulator::mem_cmp;