aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64
AgeCommit message (Expand)AuthorFilesLines
2024-11-03fix assertFabian Imhof1-1/+1
2024-11-03Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof3-5/+13
2024-11-03rename member and use correct addressFabian Imhof5-21/+28
2024-11-03Make member variables private again.Matteo Gmür3-4/+13
2024-11-03Move possible implementation into cppMatteo Gmür3-20/+25
2024-11-03Use passed allocator in inactive page instead of tiny.Matteo Gmür5-22/+25
2024-11-02Attempt to fix crashesMatteo Gmür6-63/+75
2024-11-02Add comments and improve multiboot information struct usability.Matteo Gmür7-49/+94
2024-11-02Add physical frame iterator and continue implementing kernel mapping.Matteo Gmür15-67/+353
2024-11-01Fix typoMatteo Gmür2-2/+2
2024-11-01add spacingFabian Imhof1-0/+1
2024-11-01Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-2/+1
2024-11-01extract tlb methods and finish implementation of withFabian Imhof5-18/+51
2024-11-01Make page table handle publicMatteo Gmür1-2/+1
2024-11-01Resolve compilation issuesMatteo Gmür4-25/+36
2024-11-01Fix circular dependency issueMatteo Gmür7-16/+28
2024-11-01implement temporary_page and update active/inactive page tablesFabian Imhof5-10/+42
2024-11-01Remove static page mapper and replace with unique active and inactive page ta...Matteo Gmür9-18/+30
2024-11-01add doxygen commentsFabian Imhof2-14/+21
2024-11-01Adjust temporary page to changesMatteo Gmür3-17/+21
2024-11-01Move methods into seperate class.Matteo Gmür2-151/+184
2024-11-01Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-1/+6
2024-11-01create temporary page implementationFabian Imhof7-39/+156
2024-11-01Fix commentMatteo Gmür1-1/+6
2024-11-01Extract contract into seperate file and create tinyallocator constructorMatteo Gmür5-10/+26
2024-10-29Create tiny frame allocator which holds only 3 framesMatteo Gmür4-3/+84
2024-10-29Remove not required methodsMatteo Gmür3-35/+0
2024-10-29Unmap all empty page tables in unmap function.Matteo Gmür3-15/+22
2024-10-29implement page_table unmappingFabian Imhof3-9/+44
2024-10-29Use more virtual and physical address typedef where usefulMatteo Gmür5-9/+13
2024-10-28Add is empty check method for page tableMatteo Gmür4-40/+41
2024-10-28Remove not required includesMatteo Gmür3-5/+0
2024-10-28Fix lost updates, because of writing into copies instead of referencesMatteo Gmür5-8/+17
2024-10-28Adjust constant and make all possible variables constMatteo Gmür12-70/+71
2024-10-28Convert bitset to uint64_t instead of uint64_t to bitsetMatteo Gmür2-3/+3
2024-10-28Fix invalid assertionMatteo Gmür3-3/+1
2024-10-28Move iterator and container into generic template classes. Use algorithms ins...Matteo Gmür9-291/+300
2024-10-27revert p4 address updateFabian Imhof3-5/+9
2024-10-27Add typedef for virtual / physical addressesMatteo Gmür6-32/+36
2024-10-27update gasFabian Imhof3-32/+8
2024-10-27Fix typosMatteo Gmür3-14/+12
2024-10-27Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof6-93/+242
2024-10-27add correct optional handlingFabian Imhof4-15/+20
2024-10-27Fix typoMatteo Gmür1-1/+1
2024-10-27Remove redundant codeMatteo Gmür1-8/+0
2024-10-27Use container and C++20 range algorithms for allocator.Matteo Gmür3-65/+178
2024-10-27Attempt to start using C++20 algorithm calls.Matteo Gmür5-38/+87
2024-10-26Update boot.s comments and comment initalize page tables outMatteo Gmür2-4/+7
2024-10-26Attempt to fix initalize_page_tables, crashes on n = 1, m = 507Matteo Gmür1-1/+1
2024-10-26Fix missing default constructor.Matteo Gmür2-2/+6