Skip to main content

Crate wakatiwai_udive

Crate wakatiwai_udive 

Source

Modules§

boot
disk
driver
fs
io
wakatiwai

Macros§

boot_prelude
This macro sets up an EFI program to be used as a wakatiwai boot driver.
fs_prelude
This macro sets up an EFI program to be used as a wakatiwai file system driver.

Structs§

BootDriver
Encapsulates a boot driver.
FSDriver
Encapsulates a file system driver.

Enums§

DriverType
The different types of drivers supported by the crate.

Constants§

BOOT_DRIVER_IO_MEMTYPE
The memory type used to store arguments and return values for boot drivers.
FSYS_DRIVER_IO_MEMTYPE
The memory type used to store arguments and return values for file system drivers.