aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-20Add helper methods to phyisca frameMatteo Gmür6-20/+36
2024-10-20Fix next_table_addressMatteo Gmür1-11/+3
2024-10-20Fix typo in file nameMatteo Gmür1-1/+1
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ür5-25/+99
2024-10-19Move compelte multiboot2 code into seperate files and behaviour into seperate...Matteo Gmür5-184/+158
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner6-17/+77
2024-10-16Attempt to implement page table checks using templatesMatteo Gmür1-58/+0
2024-10-16Adjust table accessing code to make it safer (always out of bounds checked)Matteo Gmür1-14/+33
2024-10-16Fix compilation issues with assigning values to page_map_variable addressMatteo Gmür3-11/+26
2024-10-16Adjust typesMatteo Gmür2-7/+5
2024-10-15add 4th level page tableFabian Imhof2-0/+33
2024-10-15rename contains_flags parameterFabian Imhof2-2/+2
2024-10-15replace standalone value with enumFabian Imhof1-1/+1
2024-10-15Adding enum flagsMatteo Gmür3-50/+27
2024-10-15implement page table membersFabian Imhof1-0/+11
2024-10-15continue implementing pagingFabian Imhof4-61/+53
2024-10-14Start developing pagingMatteo Gmür4-44/+98