Simple linux distribution based on musl, busybox and quickInit
nullLinux is a simple linux distribution based on musl, busybox and quickInit which you can build on your computer using provided scripts.
* own musl based toolchain
* BusyBox utilities
* quickInit
nullLinux is in constant development. There will be more features as long as I will have enough free time.
If you want to build nullLinux x86_64 image:
- Build x86_64 toolchain
cd toolchain
./build_toolchain x86_64_config
x86_64_config
is the file from toolchain/config
directory.
- Build nullLinux
cd ..
./make_img build
- Run nullLinux
./run_qemu_x86_64
Default login is root
without password.