Skip to content

Commit 5578f36

Browse files
Fix doc comments
1 parent 35bcae6 commit 5578f36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ pub struct SystemInfo {
8181
pub ramdisk_addr: Option<u64>,
8282
pub ramdisk_len: u64,
8383

84-
/// UEFI runtime table address (on a UEFI system)
85-
// #[cfg(target_os = "uefi")]
84+
/// UEFI runtime table address (if running on UEFI).
85+
///
86+
/// Use a raw pointer from your kernel to this address to access UEFI Runtime Services.
8687
pub rt_table_addr: Option<u64>,
8788
}
8889

0 commit comments

Comments
 (0)