Create a memory module with a Frame struct

This commit is contained in:
Philipp Oppermann
2015-11-14 11:41:16 +01:00
parent ccaa2ed645
commit 6f8a21eba6
3 changed files with 37 additions and 1 deletions

View File

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