File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# uefi-services
2
2
3
3
WARNING: ` uefi-services ` is deprecated. Functionality was moved to
4
- ` uefi::helpers::init ` in ` uefi ` ´ v0.28.0`.
4
+ ` uefi::helpers::init ` in ` uefi@ v0.28.0 ` .
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ impl BootServices {
216
216
///
217
217
/// The buffer must be aligned like a `MemoryDescriptor`.
218
218
///
219
- /// The returned key is a unique identifier of the current configuration of memory.
220
- /// Any allocations or such will change the memory map's key.
219
+ /// The returned key is a unique identifier of the current configuration of
220
+ /// memory. Any allocations or such will change the memory map's key.
221
221
///
222
222
/// If you want to store the resulting memory map without having to keep
223
223
/// the buffer around, you can use `.copied().collect()` on the iterator.
@@ -1624,7 +1624,7 @@ pub struct MemoryMapSize {
1624
1624
/// map, you manually have to call [`MemoryMap::sort`] first.
1625
1625
///
1626
1626
/// ## UEFI pitfalls
1627
- /// **Please note that when working with memory maps, the `entry_size` is
1627
+ /// **Please note** that when working with memory maps, the `entry_size` is
1628
1628
/// usually larger than `size_of::<MemoryDescriptor` [[0]]. So to be safe,
1629
1629
/// always use `entry_size` as step-size when interfacing with the memory map on
1630
1630
/// a low level.
You can’t perform that action at this time.
0 commit comments