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 5578f36 commit 20dbee7Copy full SHA for 20dbee7
common/src/lib.rs
@@ -82,7 +82,7 @@ pub struct SystemInfo {
82
pub ramdisk_len: u64,
83
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.
87
pub rt_table_addr: Option<u64>,
88
}
0 commit comments