Skip to content

Instantly share code, notes, and snippets.

View kaiakz's full-sized avatar
🎯
Focusing

Kai kaiakz

🎯
Focusing
View GitHub Profile
@kaiakz
kaiakz / checklinuxbuildminimalrequirement.sh
Last active May 16, 2020 06:31
A simple shell script that checks minimal requirement to compile Linux kernel
#!/bin/bash
programs=(
"GNU C 4.6 "
"GNU make 3.81 "
"binutils 2.23 "
"flex 2.5.35 "
"bison 2.0 "
"util-linux 2.10o "
"kmod 13 "
"e2fsprogs 1.41.4 "