aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Collapse)AuthorFilesLines
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
CMake used to generate object files with a .obj extension. This appears to no longer be the case. As a fallback, we now match on 'o*' for the CRT code in the linker script. As of now, it is unclear when this change happened.
2024-09-17build: migrate away from conanFelix Morgner14-0/+1000