efi icon indicating copy to clipboard operation
efi copied to clipboard

Ergonomic Rust framework for writing UEFI applications.

Results 29 efi issues
Sort by recently updated
recently updated
newest added

The goal is surface three objects, `StdIn`, `StdOut` and `StdErr` like in the Rust std lib instead of `Console`. Console could still be retained possibly for things like changing console...

Add a module called `boot` which exposes PXE and DHCP functions in an ergonomic way. It should provide the following functionality: - Running DHCP - Running PXE - Accessing stored...

stdin() and stdout() Now create new instances of io objects on each call. See if we can return a reference and it's ergonomic enough.