Modules§
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§
- Boot
Driver - Encapsulates a boot driver.
- FSDriver
- Encapsulates a file system driver.
Enums§
- Driver
Type - 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.