start of Disk

This commit is contained in:
Baptiste
2023-03-15 17:53:10 +01:00
parent 38004e0bc4
commit 66eaa8a64f
2 changed files with 53 additions and 0 deletions

View File

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