aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel
AgeCommit message (Collapse)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ür2-10/+44
2025-04-10add register validation and assertsFabian Imhof1-1/+22
2025-04-10move context_switch function and environment into different directoryFabian Imhof2-54/+11
2025-04-10move context_switch function into cpp codeFabian Imhof2-33/+44
2025-04-10Replace iret with iretq (64-bit)Matteo Gmür1-2/+2
2025-04-07Fix naming from jmp to call for Far CallMatteo Gmür3-15/+9
2025-04-06wip context switch in asmFabian Imhof1-11/+20
2025-04-05add wip context switch to user modeFabian Imhof3-16/+69
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
This reverts commit 9ddfcd02413a93718e8cde53f9ba5a96a5b29b8f.
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
method
2025-03-25Implement idtr structure and document possible flags.Matteo Gmür1-23/+6
2025-03-25Adjust file structure and fix compilation issuesMatteo Gmür3-13/+11
2025-03-20begin implementation of IDTFabian Imhof4-4/+46
2025-03-17Debug and adjust load task register assembly call. WIPMatteo Gmür1-1/+7
2025-03-17Fix issue in vectorMatteo Gmür2-3/+3
2025-03-16add commentFabian Imhof1-1/+0
2025-03-16start implementing TSSFabian Imhof3-2/+18
2025-03-15implement loading of gdtr registerMatteo Gmür3-19/+15
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 Imhof5-40/+156
2025-03-13create GDT and fix segment descriptor bit orderFabian Imhof1-0/+50
2025-02-23Adjust linked list allocator to allow for deallocation without passing size ↵Matteo Gmür1-0/+3
parameter and with arbitrary size
2025-02-21Add documentation to new componentsMatteo Gmür1-1/+1
2025-02-21Update factory method codeMatteo Gmür1-1/+0
2025-02-20add heap_allocator base classFabian Imhof1-1/+3
2025-02-20Fix compilation issuesMatteo Gmür1-24/+4
2025-02-20Create global heap allocator attemptMatteo Gmür1-17/+28
2025-02-20added new and delete overrideFabian Imhof1-21/+16
2024-12-17Fix typoMatteo Gmür1-1/+1
2024-12-17Improve log messagesMatteo Gmür1-1/+2
2024-12-03add additional tests to heap_testFabian Imhof1-0/+3
2024-12-02Finish testing (dealloc recombines correctly)Matteo Gmür1-2/+2
2024-12-02Add check to detect double free in linked list allocatorMatteo Gmür1-1/+2
2024-12-02Fix algorithm issues with linked list allocatorMatteo Gmür1-1/+10
2024-12-01implement clear_memory_block_headerFabian Imhof1-3/+5
2024-12-01enable heap testFabian Imhof1-3/+4
2024-12-01Fix guard page and ensure it crashes even if guard page is skipped altogetherMatteo Gmür1-11/+24
2024-12-01Move heap virtual location and allocate multiple variables to test heap.Matteo Gmür1-4/+9
2024-11-26Make bump allocator atomic and therefore thread safeMatteo Gmür1-5/+4
2024-11-24Adjust bump allocator commentMatteo Gmür1-0/+2
2024-11-24Read and write in allocated memory areaMatteo Gmür1-3/+3
2024-11-24Add comments and rename fileMatteo Gmür1-7/+11
2024-11-24implement basic heap and remap itFabian Imhof1-58/+10
2024-11-24Add notes on missing features for kernel remappingMatteo Gmür1-5/+4