mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:00:20 +00:00
implement loading of initramfs via the linux media initrd protocol
This commit is contained in:
@@ -6,6 +6,7 @@ use uefi::proto::device_path::{DevicePath, PoolDevicePath};
|
||||
use uefi::proto::media::fs::SimpleFileSystem;
|
||||
|
||||
pub mod framebuffer;
|
||||
pub mod linux_media_initrd;
|
||||
|
||||
pub fn text_to_device_path(path: &str) -> Result<PoolDevicePath> {
|
||||
let path = CString16::try_from(path).context("unable to convert path to CString16")?;
|
||||
|
||||
Reference in New Issue
Block a user