File tree 2 files changed +4
-4
lines changed
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.
@@ -1628,7 +1628,7 @@ pub struct MemoryMapSize {
1628
1628
/// map, you manually have to call [`MemoryMap::sort`] first.
1629
1629
///
1630
1630
/// ## UEFI pitfalls
1631
- /// **Please note that when working with memory maps, the `entry_size` is
1631
+ /// **Please note** that when working with memory maps, the `entry_size` is
1632
1632
/// usually larger than `size_of::<MemoryDescriptor` [[0]]. So to be safe,
1633
1633
/// always use `entry_size` as step-size when interfacing with the memory map on
1634
1634
/// a low level.
You can’t perform that action at this time.
0 commit comments