aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2025-04-11Add rax clobbered register to all segment register write callsMatteo Gmür1-3/+6
2025-04-11Adjust variable nameMatteo Gmür1-3/+2
2025-04-11Document methods and move them into kernel cpu folderMatteo Gmür1-5/+43
2025-04-10add register validation and assertsFabian Imhof1-1/+22
2025-04-10move context_switch function and environment into different directoryFabian Imhof1-0/+9
2025-04-10move context_switch function into cpp codeFabian Imhof1-1/+0
2025-04-07Fix naming from jmp to call for Far CallMatteo Gmür2-14/+9
2025-04-05add wip context switch to user modeFabian Imhof2-16/+34
2025-03-31Clean up global descriptor table initalizationMatteo Gmür1-1/+1
2025-03-28Attempt to fix ljmp. Might not be possible in Long modeMatteo Gmür1-2/+2
2025-03-28Revert "update long jump handling"Matteo Gmür1-6/+4
2025-03-27update long jump handlingFabian Imhof1-4/+6
2025-03-27Attempt to fix crash in far jump. WIP does not return from call to assembler ...Matteo Gmür2-4/+4
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