Use volatile writes for accessing the VGA buffer

This commit is contained in:
Philipp Oppermann
2019-01-25 13:16:44 +01:00
parent d71e6a7cb6
commit d1897af515
3 changed files with 13 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
bootloader = "0.3.12"
volatile = "0.2.3"
[profile.dev]
panic = "abort"