We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcb3a9 commit 2b45e46Copy full SHA for 2b45e46
uefi/src/boot.rs
@@ -248,8 +248,10 @@ pub(crate) fn memory_map_size() -> MemoryMapMeta {
248
/// and returns a [`MemoryMapOwned`].
249
///
250
/// The implementation tries to mitigate some UEFI pitfalls, such as getting
251
-/// the right allocation size for the memory map. Therefore, a return value of
252
-/// [`Status::BUFFER_TOO_SMALL`] should be treated as unrecoverable error.
+/// the right allocation size for the memory map to prevent
+/// [`Status::BUFFER_TOO_SMALL`]. If [`Status::BUFFER_TOO_SMALL`] is returned,
253
+/// further calls are likely to fail as well. If so, the situation may be
254
+/// considered as unrecoverable error.
255
256
/// # Parameters
257
0 commit comments