Very small Linux init system that just does some LED stuff and then hands over control to systemd
This repository has been archived on 2025-12-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-07-17 13:30:23 +02:00
.gitignore Initial commit 2024-07-17 13:30:23 +02:00
led.c Initial commit 2024-07-17 13:30:23 +02:00
led.h Initial commit 2024-07-17 13:30:23 +02:00
main.c Initial commit 2024-07-17 13:30:23 +02:00
README.md Initial commit 2024-07-17 13:30:23 +02:00

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