Linux
Linux is the kernel of many operation systems. The latest version v5.0 released in 2019.
make
#!/bin/sh apt-get --yes install libelf-dev git init . git remote add origin git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch origin v5.0 --depth=1 make config <&- make