Create an allocator module with a dummy allocator

This commit is contained in:
Philipp Oppermann
2019-06-17 17:49:06 +02:00
parent 48e2175bac
commit c0367074ac
2 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ extern crate alloc;
use core::panic::PanicInfo;
pub mod allocator;
pub mod gdt;
pub mod interrupts;
pub mod memory;