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 8
8
See [ Deprecating SystemTable/BootServices/RuntimeServices] [ funcmigrate ] for
9
9
details of the new ` system ` /` boot ` /` runtime ` modules, and upcoming deprecations.
10
10
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
+
11
15
## Added
12
16
- ` uefi::system ` is a new module that provides freestanding functions for
13
17
accessing fields of the global system table.
@@ -605,3 +609,6 @@ Rust 1.68 or higher.
605
609
truncated and could result in out-of-bounds reads.
606
610
- Fixed size check for file info types so that alignment padding is
607
611
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