mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
compiles!
This commit is contained in:
parent
7319725700
commit
6405017b88
24 changed files with 764 additions and 629 deletions
|
@ -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()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue