aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-20fix syntaxFabian Imhof2-5/+5
2024-10-20finalize map_page_to_frameFabian Imhof2-4/+7
2024-10-20Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof0-0/+0
2024-10-20implement map_page_to_frameFabian Imhof4-15/+36
2024-10-20update page_mapperFabian Imhof4-11/+42
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-17Merge branch 'fmorgner/abort' into 'feat_memory_manager'Matteo Gmür12-19/+119
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner12-19/+119
2024-10-16Attempt to implement page table checks using templatesMatteo Gmür2-74/+67
2024-10-16Adjust table accessing code to make it safer (always out of bounds checked)Matteo Gmür3-30/+64
2024-10-16Fix compilation issues with assigning values to page_map_variable addressMatteo Gmür5-34/+36
2024-10-16Adjust typesMatteo Gmür3-12/+10
2024-10-15add 4th level page tableFabian Imhof3-3/+56
2024-10-15rename contains_flags parameterFabian Imhof4-6/+6
2024-10-15replace standalone value with enumFabian Imhof1-1/+1
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ür5-176/+94
2024-10-15implement page table membersFabian Imhof3-4/+32
2024-10-15continue implementing pagingFabian Imhof9-136/+113
2024-10-14Start developing pagingMatteo Gmür10-124/+328
2024-10-14Add more info on which elf flag means which objdump flagMatteo Gmür2-3/+28
2024-10-14Move 8 byte alignment into seperate methodMatteo Gmür1-2/+8
2024-10-14Use scoped switch statements to extract calculations to variablesMatteo Gmür2-14/+24
2024-10-14Fix typos, implementation in header and missing doxygenMatteo Gmür3-70/+125
2024-10-13continue implementing frame allocatorFabian Imhof3-41/+116
2024-10-13Add missing cpp files to cmake and fix elf alignment issuesMatteo Gmür8-52/+70
2024-10-11Ensure vscode compiles with c++20Matteo Gmür1-0/+1
2024-10-08Add additional sanity checks to elf parsingMatteo Gmür2-6/+19
2024-10-08Added doxygen comments to all fields and structsMatteo Gmür5-145/+331
2024-10-08Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof2-16/+49
2024-10-08begin implementing frame allocatorFabian Imhof2-16/+126
2024-10-08Add more asserts for elf sectionsMatteo Gmür2-16/+49
2024-10-06Improve namingMatteo Gmür2-25/+27