]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
x86: add flat GDT and minimal TSS; wire esp0 updates
authorTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 21:48:18 +0000 (18:48 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 21:48:18 +0000 (18:48 -0300)
commit2d84280e501bbac7d80c20099bc4a2109e28f5a2
tree87ce6e9b1882259ed73e5d006c405c6ccabaa417
parentf5a5813f7f88ed88206949822a278df10a66fb65
x86: add flat GDT and minimal TSS; wire esp0 updates
include/arch/x86/gdt.h [new file with mode: 0644]
include/gdt.h [new file with mode: 0644]
src/arch/x86/gdt.c [new file with mode: 0644]
src/arch/x86/gdt_flush.S [new file with mode: 0644]
src/arch/x86/tss_flush.S [new file with mode: 0644]
src/kernel/main.c
src/kernel/scheduler.c