diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-16 23:22:36 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-16 23:22:36 -0400 |
commit | 929c34a4a233bbc466489c675b1493428082cdf0 (patch) | |
tree | ae1fe15ab7cb696380652ccab1dd02752913b992 /src | |
parent | 8ae23738c78f58bea882dba11080d7052453e71d (diff) |
kern/amd64: mdcpu: Document GDT fields in mdcore
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/include/arch/amd64/mdcpu.h | 2 |
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; |