Fix redundant extra VGA device

This commit is contained in:
pjht 2024-09-06 15:44:32 -05:00
parent 661ea6d3b9
commit 4f341e920c
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

@ -17,7 +17,6 @@ fn main() {
"driver=raw,node-name=disk,file.driver=file,file.filename={disk_path}"
));
cmd.arg("-device").arg("ide-hd,drive=disk,bus=ahci.0");
cmd.arg("-vga").arg("std");
//cmd.arg("-device")
// .arg("isa-debug-exit,iobase=0xf4,iosize=0x04");
let mut child = cmd.spawn().unwrap();