You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add install_ram_disk(bytes) -> DevicePathBuf helper built on the RAM disk protocol binding. Produces a device path that can be passed to boot_from_device_path.
Add
install_ram_disk(bytes) -> DevicePathBufhelper built on the RAM disk protocol binding. Produces a device path that can be passed toboot_from_device_path.Part of #51.