Add feature for write on VGA Buffer

This commit is contained in:
Fabio Scotto di Santolo
2024-06-21 13:48:18 +02:00
parent 66e9877056
commit 57481e6acd
3 changed files with 158 additions and 10 deletions

View File

@@ -9,3 +9,9 @@ run-command = ["qemu-system-x86_64", "-drive", "format=raw,file={}"]
[dependencies]
bootloader = "0.9"
volatile = "0.2.6"
spin = "0.5.2"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]