Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/48cf/zigux

Zigux is an attempt to write a UNIX-like kernel in Zig
https://github.com/48cf/zigux

Last synced: about 2 months ago
JSON representation

Zigux is an attempt to write a UNIX-like kernel in Zig

Awesome Lists containing this project

README

        

Zigux is an attempt to write a UNIX-like kernel in Zig.
In order to build Zigux you need an x86_64 based Linux system and following dependencies:

- GNU coreutils
- GNU make
- wget
- xorriso
- qemu

Running `make all` will generate an ISO file in the current directory. You can emulate
Zigux by running `make run` (or `make run-kvm` if your host supports KVM).

Building packages and kernel itself is handled by Jinx (https://github.com/mintsuki/jinx),
the recipes were greatly inspired by Lyre (https://github.com/lyre-os/lyre).