Skip to content

Commit

Permalink
More precise comments in TaskStateSegment
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Dohrmann <[email protected]>
  • Loading branch information
mrjbom and Freax13 authored Oct 21, 2024
1 parent b6a068c commit b225c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/tss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct TaskStateSegment {
pub privilege_stack_table: [VirtAddr; 3],
reserved_2: u64,
/// The full 64-bit canonical forms of the interrupt stack table (IST) pointers.
/// The stack pointers used to load the stack when an entry in the Interrupt Descriptor Table has an IST value other than 0.
/// The stack pointers used when an entry in the Interrupt Descriptor Table has an IST value other than 0.
pub interrupt_stack_table: [VirtAddr; 7],
reserved_3: u64,
reserved_4: u16,
Expand Down

0 comments on commit b225c2f

Please sign in to comment.