Skip to content

Simple linux distribution based on musl, busybox and quickInit.

License

Notifications You must be signed in to change notification settings

bwisn/nullLinux

Repository files navigation

nullLinux

Simple linux distribution based on musl, busybox and quickInit

Introduction

nullLinux is a simple linux distribution based on musl, busybox and quickInit which you can build on your computer using provided scripts.

Features

* 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.

Building

If you want to build nullLinux x86_64 image:

  1. Build x86_64 toolchain
cd toolchain
./build_toolchain x86_64_config

x86_64_config is the file from toolchain/config directory.

  1. Build nullLinux
cd ..
./make_img build
  1. Run nullLinux
./run_qemu_x86_64

Default login is root without password.

MIT license Open Source Love svg2

About

Simple linux distribution based on musl, busybox and quickInit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages