No history found.

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.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/muinit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/muinit

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/muinit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main