Create a memory module with a Frame struct and FrameAllocator trait

This commit is contained in:
Philipp Oppermann
2017-04-13 17:59:12 +02:00
parent 98d97703f4
commit 84c337e6f0
2 changed files with 18 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ extern crate multiboot2;
#[macro_use]
mod vga_buffer;
mod memory;
#[no_mangle]
pub extern fn rust_main(multiboot_information_address: usize) {