impl translation table + debut impl mmu

This commit is contained in:
Moysan Gabriel
2023-03-13 22:52:27 +01:00
parent 7de7f2e007
commit 3391d3cb65
4 changed files with 184 additions and 15 deletions

View File

@ -4,6 +4,8 @@ pub mod print;
pub mod mem_cmp;
pub mod loader;
pub mod interrupt;
pub mod translationtable;
pub mod mmu;
pub mod global {