aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2025-03-25Implement idtr structure and document possible flags.Matteo Gmür1-23/+6
2025-03-25Adjust file structure and fix compilation issuesMatteo Gmür2-11/+9
2025-03-20begin implementation of IDTFabian Imhof3-0/+40
2025-03-17Debug and adjust load task register assembly call. WIPMatteo Gmür1-1/+7
2025-03-17Fix issue in vectorMatteo Gmür1-2/+2
2025-03-16add commentFabian Imhof1-1/+0
2025-03-16start implementing TSSFabian Imhof2-1/+18
2025-03-15implement loading of gdtr registerMatteo Gmür2-9/+12
2025-03-14Fix header recursion problemMatteo Gmür1-4/+7
2025-03-13fixup typing and continue adding gdtFabian Imhof5-11/+25
2025-03-13IN_PROGRESS implement gdt initializationFabian Imhof4-0/+152