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 88See [ Deprecating SystemTable/BootServices/RuntimeServices] [ funcmigrate ] for
99details of the new ` system ` /` boot ` /` runtime ` modules, and upcoming deprecations.
1010
11+ Further, we added documentation to ` lib.rs ` and the [ uefi-rs book] about how
12+ ` uefi ` compares to standard Rust binaries for UEFI (those using ` std ` ), and how
13+ to integrate the ` uefi ` crate into them.
14+
1115## Added
1216- ` uefi::system ` is a new module that provides freestanding functions for
1317 accessing fields of the global system table.
@@ -605,3 +609,6 @@ Rust 1.68 or higher.
605609 truncated and could result in out-of-bounds reads.
606610- Fixed size check for file info types so that alignment padding is
607611 taken into account. This fixes potential out-of-bounds writes.
612+
613+
614+ [ uefi-rs book ] : https://rust-osdev.github.io/uefi-rs/HEAD
You can’t perform that action at this time.
0 commit comments