aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
AgeCommit message (Collapse)AuthorFilesLines
2024-10-19Move compelte multiboot2 code into seperate files and behaviour into ↵Matteo Gmür5-184/+158
seperate static class
2024-10-17Implement support for `std::terminate` via `::abort`Felix Morgner6-17/+77
2024-10-16Attempt to implement page table checks using templatesMatteo Gmür1-58/+0
2024-10-16Adjust table accessing code to make it safer (always out of bounds checked)Matteo Gmür1-14/+33
2024-10-16Fix compilation issues with assigning values to page_map_variable addressMatteo Gmür3-11/+26
2024-10-16Adjust typesMatteo Gmür2-7/+5
2024-10-15add 4th level page tableFabian Imhof2-0/+33
2024-10-15rename contains_flags parameterFabian Imhof2-2/+2
2024-10-15replace standalone value with enumFabian Imhof1-1/+1
2024-10-15Adding enum flagsMatteo Gmür3-50/+27
2024-10-15implement page table membersFabian Imhof1-0/+11
2024-10-15continue implementing pagingFabian Imhof4-61/+53
2024-10-14Start developing pagingMatteo Gmür4-44/+98
2024-10-14Add more info on which elf flag means which objdump flagMatteo Gmür1-0/+23
2024-10-14Move 8 byte alignment into seperate methodMatteo Gmür1-2/+8
2024-10-14Use scoped switch statements to extract calculations to variablesMatteo Gmür1-11/+19
2024-10-14Fix typos, implementation in header and missing doxygenMatteo Gmür2-18/+55
2024-10-13continue implementing frame allocatorFabian Imhof2-39/+73
2024-10-13Add missing cpp files to cmake and fix elf alignment issuesMatteo Gmür3-42/+43
2024-10-08Add additional sanity checks to elf parsingMatteo Gmür1-2/+15
2024-10-08Added doxygen comments to all fields and structsMatteo Gmür2-0/+44
2024-10-08Merge branch 'feat_memory_manager' of ↵Fabian Imhof1-1/+18
ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager
2024-10-08begin implementing frame allocatorFabian Imhof1-1/+69
2024-10-08Add more asserts for elf sectionsMatteo Gmür1-1/+18
2024-10-06Improve namingMatteo Gmür1-2/+2
2024-10-06Added elf section type enumMatteo Gmür1-2/+6
2024-10-06Add assert methodMatteo Gmür1-0/+13
2024-10-06Revert 8 byte aligningMatteo Gmür1-12/+2
2024-10-06Remove unused variable declarationsMatteo Gmür1-34/+8
2024-10-06Remove high memory kernel and needless printsMatteo Gmür2-106/+38
2024-10-06Renaming schemeMatteo Gmür2-14/+14
2024-10-02Improve naming, add enums and move into namespaceMatteo Gmür1-14/+19
2024-10-02Creating base frame allocation codeMatteo Gmür2-0/+15
2024-10-01add structs, clean mip codeTheSoeren1-14/+46
2024-10-01Added efl section print methodMatteo Gmür1-0/+54
2024-10-01Adjust printing of memory mapMatteo Gmür1-30/+16
2024-09-30Attempt to print memory mapMatteo Gmür2-10/+44
2024-09-29create write_number functionTheSoeren2-12/+13
2024-09-29read basic mem infoTheSoeren1-8/+26
2024-09-29use multiboot_information_pointer public variableTheSoeren2-7/+11
2024-09-29Pass multiboot to main from edi registerMatteo Gmür2-5/+6
2024-09-29Pass multiboot info to main functionMatteo Gmür1-1/+6
2024-09-17build: migrate away from conanFelix Morgner6-0/+480