Skip to content

wildarch/minimal-linux-bazel

Repository files navigation

Minimal linux image using bazel (with Rust)

This is all very experimental and documentation is basically non-existent. Hopefully that will change one day...

Building

Only linux systems are supported as hosts for now.

You need the following dependencies:

  • Bazel
  • Python interpreter
  • (optional) qemu to run the generated disk image.

To build a bootable iso image (for x86-64 qemu):

bazel build --config=musl //application:iso

To run in qemu:

./qemu_run.sh

About

Build a minimal linux image using bazel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages