virtio-gpu: start working on the scheme

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2023-07-03 17:12:59 +10:00
parent 4bbda21f0b
commit 7cc2f4eff7
15 changed files with 394 additions and 25 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ fn daemon(daemon: redox_daemon::Daemon) -> ! {
let input = OpenOptions::new()
.write(true)
.open("display:input")
.open("display/vesa:input")
.expect("ps2d: failed to open display:input");
let mut event_file = OpenOptions::new()