aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-21Use enum struct instead of class for uniformityMatteo Gmür3-3/+3
2024-10-21Fix linker error using friend method 👬Matteo Gmür4-8/+20
2024-10-21Adding more mapping methodsMatteo Gmür1-0/+60
2024-10-21Use forward declaration to hide actual page_tableMatteo Gmür3-61/+22
2024-10-21Use handle struct to ensure next_table is not called on page table level 1Matteo Gmür5-37/+67
2024-10-21Ensure only one instance of global page table can existMatteo Gmür3-63/+38
2024-10-20Fix active page table cppMatteo Gmür1-1/+2
2024-10-20create active_page_tableFabian Imhof2-1/+31
2024-10-20Make map_page_to_frame use conceptMatteo Gmür2-7/+42
2024-10-20Fix set_entry flags usageMatteo Gmür2-4/+4
2024-10-20Fix useless copy by referenceMatteo Gmür1-4/+3
2024-10-20Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-41/+3
2024-10-20document page mapping and entryFabian Imhof2-6/+9
2024-10-20Revert assert with printf functionality, requires malloc 😭Matteo Gmür1-41/+3
2024-10-20Add printf like behaviour to assertMatteo Gmür1-6/+46
2024-10-20fix syntaxFabian Imhof1-2/+2
2024-10-20finalize map_page_to_frameFabian Imhof1-1/+1
2024-10-20implement map_page_to_frameFabian Imhof2-3/+12
2024-10-20Add translate huge page methodMatteo Gmür1-6/+15
2024-10-20create page_mapperFabian Imhof2-51/+30
2024-10-20Implement translate page in a big brain way 🤯Matteo Gmür2-19/+15
2024-10-20remove faulty if statementFabian Imhof1-4/+1
2024-10-20add typesFabian Imhof1-2/+2
2024-10-20implement translate_pageFabian Imhof2-60/+63
2024-10-20translateFabian Imhof1-1/+62
2024-10-20Add get level index method to virtual pageMatteo Gmür3-11/+12
2024-10-20Add helper methods to phyisca frameMatteo Gmür2-6/+31
2024-10-20Fix next_table_addressMatteo Gmür1-1/+1
2024-10-20Fix typo in file nameMatteo Gmür3-4/+4
2024-10-19Seperate allocation and paging code into multiple files as wellMatteo Gmür6-278/+276
2024-10-19Move compelte multiboot2 code into seperate files and behaviour into seperate...Matteo Gmür6-180/+235
2024-10-19Adjust memory_area structure to grub2 codeMatteo Gmür1-3/+13
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner4-1/+33
2024-10-16Attempt to implement page table checks using templatesMatteo Gmür1-16/+67
2024-10-16Adjust table accessing code to make it safer (always out of bounds checked)Matteo Gmür2-16/+31
2024-10-16Fix compilation issues with assigning values to page_map_variable addressMatteo Gmür2-23/+10
2024-10-16Adjust typesMatteo Gmür1-5/+5
2024-10-15add 4th level page tableFabian Imhof1-3/+23
2024-10-15rename contains_flags parameterFabian Imhof2-4/+4
2024-10-15add assert importFabian Imhof1-0/+2
2024-10-15Fix problems with calculations inside enum (uses int32_t by default)Matteo Gmür2-32/+33
2024-10-15Adding enum flagsMatteo Gmür2-126/+67
2024-10-15implement page table membersFabian Imhof2-4/+21
2024-10-15continue implementing pagingFabian Imhof3-74/+43
2024-10-14Start developing pagingMatteo Gmür5-80/+229
2024-10-14Add more info on which elf flag means which objdump flagMatteo Gmür1-3/+5
2024-10-14Use scoped switch statements to extract calculations to variablesMatteo Gmür1-3/+5
2024-10-14Fix typos, implementation in header and missing doxygenMatteo Gmür1-52/+70
2024-10-13continue implementing frame allocatorFabian Imhof1-2/+43
2024-10-13Add missing cpp files to cmake and fix elf alignment issuesMatteo Gmür3-10/+10