Switch to EFI boot and use official release for QEMU and GDB

This commit is contained in:
Zhang Junyang
2023-10-08 17:38:24 +08:00
committed by Tate, Hongliang Tian
parent aea8f38dc1
commit cdc2b960dc
26 changed files with 433 additions and 315 deletions

View File

@ -199,7 +199,7 @@ fn calculate_priority(
}
fn metadata() -> json::JsonValue {
let mut cmd = Command::new(std::env::var("CARGO").unwrap());
let mut cmd = Command::new(env!("CARGO"));
cmd.arg("metadata");
cmd.arg("--format-version").arg("1");
let output = cmd.output().unwrap();