diff --git a/usr/src/sp1/head/amd64/idt.h b/usr/src/sp1/head/amd64/idt.h index 51b2683..0849e69 100644 --- a/usr/src/sp1/head/amd64/idt.h +++ b/usr/src/sp1/head/amd64/idt.h @@ -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;