aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-05Remove the addition of USER_ACCESSIBLE flag to every entry createdMatteo Gmür1-1/+2
2025-04-19Remove dequeMatteo Gmür1-9/+1
2025-04-14Add stack frame allocator. Fix stl vector bug and create stl stack implementa...Matteo Gmür1-2/+18
2025-03-13fixup typing and continue adding gdtFabian Imhof1-2/+2
2025-03-13IN_PROGRESS implement gdt initializationFabian Imhof1-2/+2
2025-03-09Adjust comments and implement remaining interface for STL classes.Matteo Gmür1-4/+1
2025-03-09add doxygen comments to shared and unique pointerFabian Imhof1-7/+1
2025-03-04Add more methods to vector to mimic stl interface partially.Matteo Gmür1-0/+9
2025-02-21Update factory method codeMatteo Gmür1-1/+1
2024-12-17Fix typoMatteo Gmür1-2/+2
2024-12-17Improve log messagesMatteo Gmür1-1/+3
2024-12-09Fix method writing to wrong CR register and improve doxygen comments.Matteo Gmür1-1/+1
2024-11-24Add comments and rename fileMatteo Gmür1-1/+1
2024-11-24Use container helper classes for heap remappingMatteo Gmür1-6/+10
2024-11-24implement basic heap and remap itFabian Imhof1-0/+47