aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/context_switching/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-02fix interrupt handler and idtFabian Imhof1-2/+0
2025-03-31Improve create_segment readabilityMatteo Gmür1-2/+0
2025-03-31Clean up global descriptor table initalizationMatteo Gmür1-14/+9
2025-03-29remove empty lineFabian Imhof1-1/+0
2025-03-29fix gdt segments, improve idt and trial&error for triple faultFabian Imhof1-12/+18
2025-03-28gdt: fix reload of GDTFelix Morgner1-13/+12
2025-03-28Attempt to fix ljmp. Might not be possible in Long modeMatteo Gmür1-1/+1
2025-03-28Revert "update long jump handling"Matteo Gmür1-2/+4
2025-03-27update long jump handlingFabian Imhof1-4/+2
2025-03-27Attempt to fix crash in far jump. WIP does not return from call to assembler ...Matteo Gmür1-1/+4
2025-03-25Implement idtr structure and document possible flags.Matteo Gmür1-5/+2
2025-03-25Adjust file structure and fix compilation issuesMatteo Gmür1-0/+36