Create a new memory module with a translate_addr function

This commit is contained in:
Philipp Oppermann
2019-01-26 12:52:47 +01:00
parent f23ee04161
commit 8b380f0692
2 changed files with 44 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
pub mod gdt;
pub mod interrupts;
pub mod memory;
pub mod serial;
pub mod vga_buffer;