Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.08 KB

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