aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/multiboot
AgeCommit message (Expand)AuthorFilesLines
2024-11-11Improve calculation of kernel end and start address.Matteo Gmür1-2/+7
2024-11-04Use more concepts and seperate iterator implementationsMatteo Gmür1-9/+8
2024-11-04WIP attempt to fix crashesMatteo Gmür1-13/+12
2024-11-03rename member and use correct addressFabian Imhof2-11/+11
2024-11-02Add comments and improve multiboot information struct usability.Matteo Gmür1-22/+20
2024-11-02Add physical frame iterator and continue implementing kernel mapping.Matteo Gmür1-7/+11
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