descriptionminimal init process for linux
ownersylvain.bertrand@legeek.net
last changeFri, 10 Mar 2023 13:04:07 +0000 (10 13:04 +0000)
content tags
add:
README
This a minimal init process for linux. By default, it maintains 2 clones/forks
of /sbin/agetty, but can just "wait" on orphan processes (--no-tty option).
_Before_ that, it will execve|run /sbin/sysstart to start the operating system
and wait for its completion.

No libc dependency (Oh... Yeaah!). Only a super thin wrapper layer, ulinux (more
recent and "cleaner" ulinux-es are available in other projects).

See make_x86_64.sh for an example on how to build it.

Please use a build directory different than the source directory.
shortlog
2023-03-10 Sylvain BERTRANDwaitid WALL and build script convolution removalmaster
2021-05-27 Sylvain BERTRANDfix excessive c99
2021-05-26 Sylvain BERTRANDtidy and cosmetics
2015-02-14 Sylvain BERTRAND/sbin to /bin
2015-01-20 Sylvain BERTRANDuse a real life sysstart
2015-01-07 Sylvain BERTRANDremove some bash-ism
2014-12-08 Sylvain BERTRANDadd some examples
2014-12-08 Sylvain BERTRANDInitial commit
heads
19 months ago master