Very small Linux init system that just does some LED stuff and then hands over control to systemd
| .gitignore | ||
| led.c | ||
| led.h | ||
| main.c | ||
| README.md | ||
InfinitD init system
Very small Linux init system that just does some LED stuff and then hands over control to systemd.
Created during my studies (computer science (M.Sc.) in the lecture "Advanced Embedded Linux").
compile for arm
arm-linux-gnueabihf-gcc main.c -o init
move to nfs
sudo mv ./init /home/student/work/nfs-root/sbin/init