File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 33See [ Deprecating SystemTable/BootServices/RuntimeServices] [ funcmigrate ] for
44details of the new ` system ` /` boot ` /` runtime ` modules, and upcoming deprecations.
55
6+ Further, we added documentation to ` lib.rs ` and the [ uefi-rs book] about how
7+ ` uefi ` compares to standard Rust binaries for UEFI (those using ` std ` ), and how
8+ to integrate the ` uefi ` crate into them.
9+
610## Added
711- ` uefi::system ` is a new module that provides freestanding functions for
812 accessing fields of the global system table.
@@ -595,3 +599,6 @@ Rust 1.68 or higher.
595599 truncated and could result in out-of-bounds reads.
596600- Fixed size check for file info types so that alignment padding is
597601 taken into account. This fixes potential out-of-bounds writes.
602+
603+
604+ [ uefi-rs book ] : https://rust-osdev.github.io/uefi-rs/HEAD
You can’t perform that action at this time.
0 commit comments