add efi shell so that chainloading multiple items can be tested

This commit is contained in:
2025-10-02 00:24:19 -07:00
parent b8e1d11bed
commit 6bf745946e
8 changed files with 78 additions and 31 deletions

View File

@@ -16,6 +16,8 @@ pub struct ModuleConfiguration {
#[derive(Serialize, Deserialize, Default)]
pub struct ChainloaderConfiguration {
pub path: String,
#[serde(default)]
pub options: Vec<String>,
}
pub fn load() -> RootConfiguration {