refactored for architectures and added riscv support

This commit is contained in:
Bryan McShea
2024-01-24 00:41:51 -05:00
parent e5a6b6073f
commit 461269ed32
30 changed files with 683 additions and 425 deletions

10
runner/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "runner"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.4.16", features = ["derive"] }
ovmf-prebuilt = "0.1.0-alpha.1"
bootloader = { version = "0.11.5" }