implement loading of initramfs via the linux media initrd protocol

This commit is contained in:
2025-10-12 20:22:24 -07:00
parent 9a52fa1d1c
commit 87944067d1
6 changed files with 204 additions and 12 deletions

View File

@@ -22,6 +22,9 @@ features = ["derive"]
version = "0.35.0"
features = ["alloc", "logger"]
[dependencies.uefi-raw]
version = "0.11.0"
[profile.release]
lto = "thin"
strip = "symbols"