waitid WALL and build script convolution removal
[muinit.git] / README
blob12c193cd81b5a6d4961a15ed449467e27cec5f47
1 This a minimal init process for linux. By default, it maintains 2 clones/forks
2 of /sbin/agetty, but can just "wait" on orphan processes (--no-tty option).
3 _Before_ that, it will execve|run /sbin/sysstart to start the operating system
4 and wait for its completion.
6 No libc dependency (Oh... Yeaah!). Only a super thin wrapper layer, ulinux (more
7 recent and "cleaner" ulinux-es are available in other projects).
9 See make_x86_64.sh for an example on how to build it.
11 Please use a build directory different than the source directory.