aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/paging.cpp
AgeCommit message (Expand)AuthorFilesLines
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ür1-5/+8
2024-10-16Adjust typesMatteo Gmür1-6/+4
2024-10-15add 4th level page tableFabian Imhof1-0/+27
2024-10-15rename contains_flags parameterFabian Imhof1-1/+1
2024-10-15replace standalone value with enumFabian Imhof1-1/+1
2024-10-15Adding enum flagsMatteo Gmür1-4/+3
2024-10-15implement page table membersFabian Imhof1-0/+11
2024-10-15continue implementing pagingFabian Imhof1-23/+13
2024-10-14Start developing pagingMatteo Gmür1-0/+53