compiles!

This commit is contained in:
fekhesk 2022-11-03 03:42:51 -07:00
parent 7319725700
commit 6405017b88
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
24 changed files with 764 additions and 629 deletions

View file

@ -28,7 +28,7 @@ fn main() {
return;
}
let mut run_cmd = Command::new("qemu-system-x86_64");
let mut run_cmd = Command::new("qemu-system-apic");
run_cmd
.arg("-drive")
.arg(format!("format=raw,file={}", bios.display()));