Rust UEFI crate (64-bit only) for bootloaders and operating systems
Find a file
2017-09-11 09:42:41 +12:00
src exposed fns: free_pages(), get_memory_map() with friendly structures 2017-09-08 17:46:17 +12:00
.gitignore Initial crate commit 2017-09-08 11:14:28 +12:00
Cargo.toml Depend on bitflags 2017-09-08 14:57:58 +12:00
LICENSE-APACHE License files and TOML fields 2017-09-08 11:20:19 +12:00
LICENSE-MIT License files and TOML fields 2017-09-08 11:20:19 +12:00
README.md Update README 2017-09-11 09:42:41 +12:00

rust-uefi64

NOTE: The author has stopped work on this crate, as it turned out, in his case, he did not need it.

This crate is for supporting UEFI applications such as bootloaders and operating systems.