aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-07-24x86_64: move files out of the wayFelix Morgner1-77/+0
2025-05-12Fix crashes because of are frame allocator copyMatteo Gmür1-5/+6
2025-05-12Adjust user heap to lazy allocate heapMatteo Gmür1-4/+0
2025-05-11make frame_allocator and active_page_table statically availableFabian Imhof1-23/+36
2025-05-08wip allocating heap memory in user modeFabian Imhof1-6/+12
2025-05-07wip custom heap allocation functions for user modeFabian Imhof1-3/+3
2025-05-06Remove user Mode Access to VGA / Heap and Kernel Methods.Matteo Gmür1-2/+1
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 ↵Matteo Gmür1-2/+18
implementation
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