Kernel Development Learning Pipeline
Lecture 03: 17 September 2024
- Linux build tooling (15m)
./configure
and make
- autotools & friends (e.g. cmake)
1. c.f. Kbuild
- Minimal distro (1h)
- Demonstrate what Linux is made of
- Dispel illusions regarding magic
- Just a bunch of open source software
- Extra time:
- initramfs
- C library
- software licensing
- CLI tips
TODO put together minimal distro build thing in one place