aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-10-06Interpret files as bitset wrapperMatteo Gmür1-10/+54
2024-10-06Added elf section type enumMatteo Gmür2-35/+43
2024-10-06Use alignas instead of seperate variable in struct for paddingMatteo Gmür1-38/+3
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ür3-118/+48
2024-10-06Renaming schemeMatteo Gmür5-47/+47
2024-10-02Improve naming, add enums and move into namespaceMatteo Gmür3-174/+193
2024-10-02Creating base frame allocation codeMatteo Gmür4-2/+63
2024-10-01add structs, clean mip codeTheSoeren2-26/+120
2024-10-01Added efl section print methodMatteo Gmür2-3/+91
2024-10-01Adjust printing of memory mapMatteo Gmür2-32/+25
2024-09-30Attempt to print memory mapMatteo Gmür8-19/+59
2024-09-29create write_number functionTheSoeren3-12/+63
2024-09-29read basic mem infoTheSoeren2-10/+62
2024-09-29use multiboot_information_pointer public variableTheSoeren5-9/+27
2024-09-29Pass multiboot to main from edi registerMatteo Gmür2-5/+6
2024-09-29Pass multiboot info to main functionMatteo Gmür2-2/+7
2024-09-17build: fix CRT code linkingFelix Morgner1-6/+6
2024-09-17build: migrate away from conanFelix Morgner14-0/+1000