aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/allocator
AgeCommit message (Expand)AuthorFilesLines
2024-10-27Add typedef for virtual / physical addressesMatteo Gmür1-1/+1
2024-10-27Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-52/+43
2024-10-27add correct optional handlingFabian Imhof1-6/+11
2024-10-27Use container and C++20 range algorithms for allocator.Matteo Gmür1-48/+38
2024-10-27Attempt to start using C++20 algorithm calls.Matteo Gmür1-9/+15
2024-10-20Add helper methods to phyisca frameMatteo Gmür2-7/+2
2024-10-19Seperate allocation and paging code into multiple files as wellMatteo Gmür2-0/+119