File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3
3
See [ Deprecating SystemTable/BootServices/RuntimeServices] [ funcmigrate ] for
4
4
details of the new ` system ` /` boot ` /` runtime ` modules, and upcoming deprecations.
5
5
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
+
6
10
## Added
7
11
- ` uefi::system ` is a new module that provides freestanding functions for
8
12
accessing fields of the global system table.
@@ -595,3 +599,6 @@ Rust 1.68 or higher.
595
599
truncated and could result in out-of-bounds reads.
596
600
- Fixed size check for file info types so that alignment padding is
597
601
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