Use volatile operations for accessing the VGA buffer

This commit is contained in:
Philipp Oppermann
2016-10-06 19:53:16 +02:00
parent cd93924159
commit d7a445b1bb
3 changed files with 21 additions and 11 deletions

View File

@@ -16,6 +16,7 @@
#![no_std]
extern crate rlibc;
extern crate volatile;
extern crate spin;
extern crate multiboot2;
#[macro_use]