aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-10-23Extract next_table_or_create into page_tableMatteo Gmür3-20/+33
2024-10-22Remove default initalization of member variablesMatteo Gmür3-7/+5
2024-10-22add todosFabian Imhof3-4/+7
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof4-11/+7
2024-10-22use actual page_table addressFabian Imhof8-19/+21
2024-10-22Implement precrement insteadMatteo Gmür4-11/+7
2024-10-22add previous state to commentFabian Imhof1-0/+1
2024-10-22fix page level -- operatorFabian Imhof2-6/+11
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof12-150/+171
2024-10-22change table level 4 addressFabian Imhof2-14/+6
2024-10-22Adjust all briefsMatteo Gmür12-150/+171
2024-10-22update commentsFabian Imhof2-22/+29
2024-10-21Use enum struct instead of class for uniformityMatteo Gmür3-3/+3
2024-10-21Fix linker error using friend method 👬Matteo Gmür7-24/+61
2024-10-21Adding more mapping methodsMatteo Gmür2-0/+65
2024-10-21Use forward declaration to hide actual page_tableMatteo Gmür6-82/+87
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ür9-71/+114
2024-10-21Ensure only one instance of global page table can existMatteo Gmür7-139/+104
2024-10-20Fix active page table cppMatteo Gmür2-23/+14
2024-10-20create active_page_tableFabian Imhof3-1/+62
2024-10-20Make map_page_to_frame use conceptMatteo Gmür3-36/+42
2024-10-20Fix set_entry flags usageMatteo Gmür4-8/+8
2024-10-20Fix useless copy by referenceMatteo Gmür2-6/+5
2024-10-20Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof5-52/+22
2024-10-20document page mapping and entryFabian Imhof3-8/+11
2024-10-20Revert assert with printf functionality, requires malloc 😭Matteo Gmür5-52/+22
2024-10-20Add printf like behaviour to assertMatteo Gmür9-48/+79
2024-10-20fix logicFabian Imhof1-5/+5
2024-10-20fix syntaxFabian Imhof2-5/+5
2024-10-20finalize map_page_to_frameFabian Imhof2-4/+7
2024-10-20implement map_page_to_frameFabian Imhof4-15/+36
2024-10-20Add translate huge page methodMatteo Gmür2-10/+55
2024-10-20create page_mapperFabian Imhof4-51/+88
2024-10-20Implement translate page in a big brain way 🤯Matteo Gmür3-19/+23
2024-10-20remove faulty if statementFabian Imhof1-4/+1
2024-10-20Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-3/+7
2024-10-20add typesFabian Imhof1-2/+2
2024-10-20Make next table return booleanMatteo Gmür1-3/+7
2024-10-20implement translate_pageFabian Imhof3-61/+64
2024-10-20translateFabian Imhof4-3/+64
2024-10-20Add get level index method to virtual pageMatteo Gmür5-17/+19
2024-10-20Add helper methods to phyisca frameMatteo Gmür9-26/+68
2024-10-20Fix next_table_addressMatteo Gmür2-12/+4
2024-10-20Fix typo in file nameMatteo Gmür4-5/+5
2024-10-19Fix printing of wrong allocated frameMatteo Gmür1-1/+2
2024-10-19Seperate allocation and paging code into multiple files as wellMatteo Gmür12-305/+379
2024-10-19Move compelte multiboot2 code into seperate files and behaviour into seperate...Matteo Gmür12-365/+396
2024-10-19Adjust memory_area structure to grub2 codeMatteo Gmür1-3/+13
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner11-18/+112