Use volatile operations for accessing the VGA buffer

(cherry picked from commit d7a445b1bb)
This commit is contained in:
Philipp Oppermann
2016-10-06 19:53:16 +02:00
parent 7f80db6fb4
commit e09df45b9b
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]