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

View File

@ -1,4 +1,5 @@
mod simulator;
mod kernel;
use simulator::machine::Machine;
use simulator::mem_cmp;