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

@@ -10,6 +10,7 @@ multiboot2 = "0.1.0"
once = "0.3.2"
rlibc = "0.1.4"
spin = "0.3.4"
volatile = "0.1.0"
[dependencies.hole_list_allocator]
path = "libs/hole_list_allocator"