aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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ür13-71/+72
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
2024-10-26Write P3 table into P4 table at index 0Matteo Gmür3-0/+16
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-26Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof0-0/+0
2024-10-26use linker variableFabian Imhof2-3/+3
2024-10-26Fix debug taskMatteo Gmür1-2/+0
2024-10-26Fix wrong args order in taksMatteo Gmür1-2/+2
2024-10-26Add automatic fetching of newest image to devcontainer rebuildMatteo Gmür1-1/+2
2024-10-26Adjust to toolchain updatesMatteo Gmür5-9/+9
2024-10-26Commit TLB flushMatteo Gmür1-1/+12
2024-10-26wipFabian Imhof6-20/+38
2024-10-26Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof2-13/+13
2024-10-26move paging alignmentFabian Imhof1-3/+3
2024-10-26Use construct at to zero memory before using it.Matteo Gmür2-13/+13
2024-10-26Use alignas instead of reserved keywordMatteo Gmür1-7/+4
2024-10-26fix mmap type, adjust linker, use std::arrayFabian Imhof3-3/+9
2024-10-23Replace uint64_t with size_tMatteo Gmür2-4/+4
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ür3-20/+33
2024-10-22Remove default initalization of member variablesMatteo Gmür3-7/+5
2024-10-22add todosFabian Imhof3-4/+7
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof4-11/+7
2024-10-22use actual page_table addressFabian Imhof8-19/+21
2024-10-22Implement precrement insteadMatteo Gmür4-11/+7