1
0
forked from Rativel/BurritOS

♻️ Simplified imports and moved Register struct to own file

This commit is contained in:
François Autin
2023-03-24 17:44:24 +01:00
parent c74c99499e
commit 03cc8e17c6
3 changed files with 64 additions and 60 deletions

View File

@@ -7,6 +7,7 @@ pub mod loader;
pub mod interrupt;
pub mod translationtable;
pub mod mmu;
pub mod register;
pub mod global {