aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/paging
AgeCommit message (Expand)AuthorFilesLines
2024-10-20Add printf like behaviour to assertMatteo Gmür3-15/+13
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 Imhof2-2/+1
2024-10-20Add get level index method to virtual pageMatteo Gmür2-6/+7
2024-10-20Add helper methods to phyisca frameMatteo Gmür3-5/+27
2024-10-20Fix next_table_addressMatteo Gmür1-11/+3
2024-10-19Seperate allocation and paging code into multiple files as wellMatteo Gmür2-0/+107