sp1/amd64: idt: Document idtr structure

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-04-17 22:10:40 -04:00
parent 8b8d48aab4
commit 18d88ef80c
+4 -1
View File
@@ -39,7 +39,10 @@ struct idt_gate {
};
/*
* Points to
* Points to the IDT base
*
* @limit: IDT limit
* @base: IDT base address
*/
struct __packed idtr {
uint16_t limit;