sp1/amd64: idt: Document idtr structure
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -39,7 +39,10 @@ struct idt_gate {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Points to
|
* Points to the IDT base
|
||||||
|
*
|
||||||
|
* @limit: IDT limit
|
||||||
|
* @base: IDT base address
|
||||||
*/
|
*/
|
||||||
struct __packed idtr {
|
struct __packed idtr {
|
||||||
uint16_t limit;
|
uint16_t limit;
|
||||||
|
|||||||
Reference in New Issue
Block a user