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 35bcae6 commit 5578f36Copy full SHA for 5578f36
common/src/lib.rs
@@ -81,8 +81,9 @@ pub struct SystemInfo {
81
pub ramdisk_addr: Option<u64>,
82
pub ramdisk_len: u64,
83
84
- /// UEFI runtime table address (on a UEFI system)
85
- // #[cfg(target_os = "uefi")]
+ /// UEFI runtime table address (if running on UEFI).
+ ///
86
+ /// Use a raw pointer from your kernel to this address to access UEFI Runtime Services.
87
pub rt_table_addr: Option<u64>,
88
}
89
0 commit comments