Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/48cf/zigux
- Owner: 48cf
- License: 0bsd
- Created: 2022-05-13T03:16:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T00:33:58.000Z (6 months ago)
- Last Synced: 2024-07-11T02:53:14.162Z (6 months ago)
- Language: Zig
- Homepage:
- Size: 498 KB
- Stars: 24
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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
- qemuRunning `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).