aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
AgeCommit message (Expand)AuthorFilesLines
2024-11-19runtime: catch pure virtual function callsFelix Morgner1-0/+6
2024-11-13Add note on possible options to enable PIC / PIEMatteo Gmür1-0/+3
2024-11-13Note that mapping seems to be workingMatteo Gmür1-11/+7
2024-11-12Remove duplicate methodMatteo Gmür1-1/+0
2024-11-12Fix next table overwriting old page handleMatteo Gmür1-2/+3
2024-11-12Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof2-2/+0
2024-11-12add debug statementsFabian Imhof1-1/+15
2024-11-12Add comment to flush all and remove now redudant todos.Matteo Gmür2-2/+0
2024-11-12Add notes on why system crashesMatteo Gmür1-1/+1
2024-11-11Improve calculation of kernel end and start address.Matteo Gmür2-3/+10
2024-11-11Mark the two methods that first work and then failMatteo Gmür1-1/+1
2024-11-11Add todos to section that cause the crashMatteo Gmür2-0/+2
2024-11-10Use |= operator where possibleMatteo Gmür1-3/+3
2024-11-10Remove fixed todoMatteo Gmür1-2/+1
2024-11-10Finish control register and adjust msrMatteo Gmür3-16/+26
2024-11-10Adjust comments and constantMatteo Gmür4-32/+82
2024-11-10implement model specific register callsFabian Imhof1-0/+29
2024-11-10Identity map memory map and vga text buffer,w hen setting up kernelMatteo Gmür2-12/+11
2024-11-09Fix flush all method and move crash.Matteo Gmür2-3/+13
2024-11-09Remove unused methodMatteo Gmür1-12/+0
2024-11-09Add switch method to kernelMatteo Gmür1-1/+7
2024-11-05Move tlb into seperate subfolder and create cr3 header for reading and writing.Matteo Gmür4-8/+32
2024-11-04Use auto where possibleMatteo Gmür1-1/+1
2024-11-04Use more concepts and seperate iterator implementationsMatteo Gmür3-39/+11
2024-11-04WIP attempt to fix crashesMatteo Gmür3-118/+32
2024-11-03remove elf flags maskFabian Imhof1-2/+1
2024-11-03Convert elf section flags to entry flagsMatteo Gmür1-1/+21
2024-11-03Make constructor constexpr for basic page and frame typesMatteo Gmür2-12/+0
2024-11-03Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-0/+2
2024-11-03rename member and use correct addressFabian Imhof2-11/+11
2024-11-03Make member variables private again.Matteo Gmür1-0/+2
2024-11-03Move possible implementation into cppMatteo Gmür2-8/+24
2024-11-03Use passed allocator in inactive page instead of tiny.Matteo Gmür3-5/+8
2024-11-02Attempt to fix crashesMatteo Gmür2-41/+39
2024-11-02Add comments and improve multiboot information struct usability.Matteo Gmür3-24/+21
2024-11-02Add physical frame iterator and continue implementing kernel mapping.Matteo Gmür6-40/+140
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ür3-11/+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ür4-3/+8
2024-11-01Adjust temporary page to changesMatteo Gmür2-12/+16
2024-11-01Move methods into seperate class.Matteo Gmür1-7/+14
2024-11-01create temporary page implementationFabian Imhof3-27/+67
2024-10-29Create tiny frame allocator which holds only 3 framesMatteo Gmür1-0/+34
2024-10-29Remove not required methodsMatteo Gmür2-30/+0
2024-10-29Unmap all empty page tables in unmap function.Matteo Gmür1-6/+1
2024-10-29implement page_table unmappingFabian Imhof1-1/+4
2024-10-29Use more virtual and physical address typedef where usefulMatteo Gmür2-2/+2