aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel
AgeCommit message (Collapse)AuthorFilesLines
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ür1-18/+23
2024-10-13continue implementing frame allocatorFabian Imhof1-32/+67
2024-10-13Add missing cpp files to cmake and fix elf alignment issuesMatteo Gmür1-9/+6
2024-10-08Add additional sanity checks to elf parsingMatteo Gmür1-2/+15
2024-10-08Added doxygen comments to all fields and structsMatteo Gmür1-0/+3
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ür1-85/+35
2024-10-06Renaming schemeMatteo Gmür1-12/+12
2024-10-02Improve naming, add enums and move into namespaceMatteo Gmür1-14/+19
2024-10-02Creating base frame allocation codeMatteo Gmür1-0/+6
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ür1-9/+44
2024-09-29create write_number functionTheSoeren1-4/+6
2024-09-29read basic mem infoTheSoeren1-8/+26
2024-09-29use multiboot_information_pointer public variableTheSoeren1-5/+11
2024-09-29Pass multiboot to main from edi registerMatteo Gmür1-5/+4
2024-09-29Pass multiboot info to main functionMatteo Gmür1-1/+6
2024-09-17build: migrate away from conanFelix Morgner1-0/+15