mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 15:27:50 +00:00
Use volatile operations for accessing the VGA buffer
(cherry picked from commit d7a445b1bb)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate rlibc;
|
||||
extern crate volatile;
|
||||
extern crate spin;
|
||||
extern crate multiboot2;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user