aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/multiboot
AgeCommit message (Expand)AuthorFilesLines
2024-10-28Adjust constant and make all possible variables constMatteo Gmür1-24/+23
2024-10-28Move iterator and container into generic template classes. Use algorithms ins...Matteo Gmür2-110/+42
2024-10-27Fix typosMatteo Gmür1-12/+10
2024-10-27Use container and C++20 range algorithms for allocator.Matteo Gmür1-4/+40
2024-10-27Attempt to start using C++20 algorithm calls.Matteo Gmür1-1/+14
2024-10-20Revert assert with printf functionality, requires malloc 😭Matteo Gmür1-10/+5
2024-10-20Add printf like behaviour to assertMatteo Gmür1-6/+18
2024-10-20translateFabian Imhof1-0/+1
2024-10-20Add helper methods to phyisca frameMatteo Gmür1-8/+7
2024-10-20Fix typo in file nameMatteo Gmür1-1/+1
2024-10-19Move compelte multiboot2 code into seperate files and behaviour into seperate...Matteo Gmür3-0/+154