Kernel Development Learning Pipeline
Lecture 4: 19 September 2024
- C compilation deep dive (entire class)
- Work through phases of C compilation
- What is assembly vs machine code
- what are object files
- reveal all steps in makefile (.c -> .i -> .s -> .o -> executable)
https://kdlp.underground.software/articles/C_program_to_executable.html