aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/scripts
AgeCommit message (Collapse)AuthorFilesLines
2024-10-26fix mmap type, adjust linker, use std::arrayFabian Imhof1-0/+3
2024-10-06Remove high memory kernel and needless printsMatteo Gmür1-12/+10
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 Morgner1-0/+139