summaryrefslogtreecommitdiff
path: root/src/sys/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-16 23:22:36 -0400
committerIan Moffett <ian@osmora.org>2025-09-16 23:22:36 -0400
commit929c34a4a233bbc466489c675b1493428082cdf0 (patch)
treeae1fe15ab7cb696380652ccab1dd02752913b992 /src/sys/include
parent8ae23738c78f58bea882dba11080d7052453e71d (diff)
kern/amd64: mdcpu: Document GDT fields in mdcore
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/include')
-rw-r--r--src/sys/include/arch/amd64/mdcpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/arch/amd64/mdcpu.h b/src/sys/include/arch/amd64/mdcpu.h
index d72836a..b9d5e72 100644
--- a/src/sys/include/arch/amd64/mdcpu.h
+++ b/src/sys/include/arch/amd64/mdcpu.h
@@ -50,6 +50,8 @@
* @x2apic: Has the x2APIC? Is 1 if true
* @tss: Task state segment for this core
* @lapic_tmr_freq: Local APIC timer frequency
+ * @gdt: Global descriptor table instance
+ * @gdtr: GDT descriptor
*/
struct mdcore {
uint32_t apic_id;