aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/paging
AgeCommit message (Expand)AuthorFilesLines
2024-11-03Move possible implementation into cppMatteo Gmür1-8/+8
2024-11-03Use passed allocator in inactive page instead of tiny.Matteo Gmür2-3/+6
2024-11-02Add comments and improve multiboot information struct usability.Matteo Gmür1-1/+0
2024-11-02Add physical frame iterator and continue implementing kernel mapping.Matteo Gmür2-32/+1
2024-11-01Fix typoMatteo Gmür1-1/+1
2024-11-01extract tlb methods and finish implementation of withFabian Imhof2-1/+19
2024-11-01Resolve compilation issuesMatteo Gmür2-10/+12
2024-11-01Fix circular dependency issueMatteo Gmür2-10/+13
2024-11-01implement temporary_page and update active/inactive page tablesFabian Imhof2-0/+20
2024-11-01Remove static page mapper and replace with unique active and inactive page ta...Matteo Gmür3-2/+7
2024-11-01Adjust temporary page to changesMatteo Gmür1-11/+14
2024-11-01Move methods into seperate class.Matteo Gmür1-7/+14
2024-11-01create temporary page implementationFabian Imhof2-12/+47
2024-10-29Remove not required methodsMatteo Gmür2-30/+0
2024-10-29implement page_table unmappingFabian Imhof1-1/+4
2024-10-29Use more virtual and physical address typedef where usefulMatteo Gmür1-1/+1
2024-10-28Add is empty check method for page tableMatteo Gmür1-32/+23
2024-10-28Remove not required includesMatteo Gmür1-2/+0
2024-10-28Fix lost updates, because of writing into copies instead of referencesMatteo Gmür2-3/+4
2024-10-28Adjust constant and make all possible variables constMatteo Gmür4-24/+28
2024-10-28Convert bitset to uint64_t instead of uint64_t to bitsetMatteo Gmür1-2/+2
2024-10-28Fix invalid assertionMatteo Gmür1-1/+0
2024-10-27revert p4 address updateFabian Imhof2-4/+9
2024-10-27Add typedef for virtual / physical addressesMatteo Gmür2-17/+17
2024-10-27update gasFabian Imhof1-15/+2
2024-10-27Fix typosMatteo Gmür2-2/+2
2024-10-27add correct optional handlingFabian Imhof2-8/+8
2024-10-26Update boot.s comments and comment initalize page tables outMatteo Gmür1-0/+3
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ür1-2/+1
2024-10-26Write P3 table into P4 table at index 0Matteo Gmür2-0/+8
2024-10-26Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-3/+12
2024-10-26add docFabian Imhof1-0/+4
2024-10-26Fix typoMatteo Gmür1-1/+1
2024-10-26Create for loops to construct base level 3 page tableMatteo Gmür1-3/+12
2024-10-26use linker variableFabian Imhof1-1/+3
2024-10-26Adjust to toolchain updatesMatteo Gmür2-5/+3
2024-10-26wipFabian Imhof2-7/+20
2024-10-26Use construct at to zero memory before using it.Matteo Gmür2-13/+13
2024-10-26fix mmap type, adjust linker, use std::arrayFabian Imhof1-2/+5
2024-10-23Replace uint64_t with size_tMatteo Gmür1-2/+2
2024-10-23Add todo comment on why code crashesMatteo Gmür1-0/+1
2024-10-23Use virtual level 4 address againMatteo Gmür2-3/+7
2024-10-23Revert "Initalize page table on first call"Matteo Gmür1-2/+6
2024-10-23Initalize page table on first callMatteo Gmür1-6/+2
2024-10-23Ensure page table is staticMatteo Gmür1-1/+1
2024-10-23Extract next_table_or_create into page_tableMatteo Gmür1-2/+0
2024-10-22Remove default initalization of member variablesMatteo Gmür1-3/+2
2024-10-22add todosFabian Imhof1-2/+3
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof2-8/+4