forked from AbleOS/ableos
SERIOUSLY this time
This commit is contained in:
parent
c50b722fca
commit
c6da72f393
|
@ -411,7 +411,7 @@ fn run(release: bool, target: Target, do_accel: bool) -> Result<(), Error> {
|
|||
};
|
||||
let (mut com, mut com2) = (Command::new(target_str), Command::new(target_str));
|
||||
let ovmf_path = fetch_ovmf(target);
|
||||
let cpu = "max";
|
||||
let mut cpu = "max";
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
let accel = if do_accel {
|
||||
let supported = String::from_utf8(
|
||||
|
|
Loading…
Reference in a new issue