From 18d88ef80c2b8cdc257ae29b39f4e67780020617 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 17 Apr 2026 22:10:40 -0400 Subject: [PATCH] sp1/amd64: idt: Document idtr structure Signed-off-by: Ian Moffett --- usr/src/sp1/head/amd64/idt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;