aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
AgeCommit message (Expand)AuthorFilesLines
2024-10-26Create for loops to construct base level 3 page tableMatteo Gmür1-3/+12
2024-10-26use linker variableFabian Imhof1-1/+3
2024-10-26Adjust to toolchain updatesMatteo Gmür2-5/+3
2024-10-26wipFabian Imhof3-15/+28
2024-10-26Use construct at to zero memory before using it.Matteo Gmür2-13/+13
2024-10-26fix mmap type, adjust linker, use std::arrayFabian Imhof1-2/+5
2024-10-23Replace uint64_t with size_tMatteo Gmür1-2/+2
2024-10-23Add todo comment on why code crashesMatteo Gmür1-0/+1
2024-10-23Use virtual level 4 address againMatteo Gmür2-3/+7
2024-10-23Revert "Initalize page table on first call"Matteo Gmür1-2/+6
2024-10-23Initalize page table on first callMatteo Gmür1-6/+2
2024-10-23Ensure page table is staticMatteo Gmür1-1/+1
2024-10-23Extract next_table_or_create into page_tableMatteo Gmür1-2/+0
2024-10-22Remove default initalization of member variablesMatteo Gmür1-3/+2
2024-10-22add todosFabian Imhof1-2/+3
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof2-8/+4
2024-10-22use actual page_table addressFabian Imhof4-15/+14
2024-10-22Implement precrement insteadMatteo Gmür2-8/+4
2024-10-22add previous state to commentFabian Imhof1-0/+1
2024-10-22fix page level -- operatorFabian Imhof1-4/+9
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof3-10/+9
2024-10-22change table level 4 addressFabian Imhof1-11/+4
2024-10-22Adjust all briefsMatteo Gmür3-10/+9
2024-10-22update commentsFabian Imhof1-9/+12
2024-10-21Fix linker error using friend method 👬Matteo Gmür3-16/+41
2024-10-21Adding more mapping methodsMatteo Gmür1-0/+5
2024-10-21Use forward declaration to hide actual page_tableMatteo Gmür3-21/+65
2024-10-21Fix weird linker errorMatteo Gmür1-4/+3
2024-10-21Use handle struct to ensure next_table is not called on page table level 1Matteo Gmür4-34/+47
2024-10-21Ensure only one instance of global page table can existMatteo Gmür4-76/+66
2024-10-20Fix active page table cppMatteo Gmür1-22/+12
2024-10-20create active_page_tableFabian Imhof1-0/+31
2024-10-20Make map_page_to_frame use conceptMatteo Gmür1-29/+0
2024-10-20Fix set_entry flags usageMatteo Gmür2-4/+4
2024-10-20Fix useless copy by referenceMatteo Gmür1-2/+2
2024-10-20Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof3-11/+18
2024-10-20document page mapping and entryFabian Imhof1-2/+2
2024-10-20Revert assert with printf functionality, requires malloc 😭Matteo Gmür3-11/+18
2024-10-20Add printf like behaviour to assertMatteo Gmür7-41/+33
2024-10-20fix logicFabian Imhof1-5/+5
2024-10-20fix syntaxFabian Imhof1-3/+3
2024-10-20finalize map_page_to_frameFabian Imhof1-3/+6
2024-10-20implement map_page_to_frameFabian Imhof2-12/+24
2024-10-20Add translate huge page methodMatteo Gmür1-4/+40
2024-10-20create page_mapperFabian Imhof1-0/+57
2024-10-20Implement translate page in a big brain way 🤯Matteo Gmür1-0/+8
2024-10-20Make next table return booleanMatteo Gmür1-3/+7
2024-10-20implement translate_pageFabian Imhof1-1/+1
2024-10-20translateFabian Imhof3-2/+2
2024-10-20Add get level index method to virtual pageMatteo Gmür2-6/+7