]> 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)
commita862b3d2d78bdf65bed9d4f5bfdab8330a112eba
tree932ef27bcbbab6fb8746d3471531db0fbf37bb2c
parent379ad475da01cddc032d47762a07fe65b0c160f7
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