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 3943178 commit f9c352bCopy full SHA for f9c352b
src/structures/mod.rs
@@ -15,7 +15,7 @@ pub mod tss;
15
#[derive(Debug, Clone, Copy)]
16
#[repr(C, packed(2))]
17
pub struct DescriptorTablePointer {
18
- /// Size of the DT.
+ /// Size of the DT in bytes - 1.
19
pub limit: u16,
20
/// Pointer to the memory region containing the DT.
21
pub base: VirtAddr,
0 commit comments