1
0
Fork 0
forked from AbleOS/ableos

SERIOUSLY this time

This commit is contained in:
koniifer 2025-01-31 00:42:21 +00:00
parent c50b722fca
commit c6da72f393

View file

@ -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(