mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Update image and Rust toolchain
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
97323f612b
commit
12d01ca1e4
@ -64,7 +64,9 @@ pub const IOMMU_DEVICE_ARGS: &[&str] = &[
|
||||
"ioh3420,id=pcie.0,chassis=1",
|
||||
];
|
||||
|
||||
pub const GRUB_PREFIX: &str = "/usr/local/grub";
|
||||
// To test legacy boot, use the following:
|
||||
// pub const GRUB_PREFIX: &str = "/usr/local/grub";
|
||||
pub const GRUB_PREFIX: &str = "/usr";
|
||||
pub const GRUB_VERSION: &str = "x86_64-efi";
|
||||
|
||||
pub fn create_bootdev_image(
|
||||
|
Reference in New Issue
Block a user