Add a qemu-uefi executable to start the UEFI disk image in QEMU

This commit is contained in:
Philipp Oppermann
2023-05-01 14:34:05 +02:00
parent ba8b0392b8
commit 2a49491fc7
3 changed files with 21 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ default-run = "blog_os"
members = ["kernel"]
[dependencies]
ovmf-prebuilt = "0.1.0-alpha"
[build-dependencies]
kernel = { path = "kernel", artifact = "bin", target = "x86_64-unknown-none" }