Categories
Applications
Bootables
Operating System
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

Zen Build Status

Experimental operating system written in Zig.

NOTE: A rewrite using modern Zig is currently in progress in the reboot branch.

Build and test

To build the kernel, simply type:

zig build

You can run and debug the kernel straight away with Qemu:

# Run the kernel inside the emulator.
zig build qemu

# Wait for a GDB connection first (for debugging).
zig build qemu-debug
gdb

You can also generate a bootable ISO and try it on Bochs (or on real hardware if you feel like it):

./iso.sh    # Generate run/zen.iso
./bochs.sh
About
Experimental operating system written in Zig
Owner
Last Commit
2024-12-01
Latest Release
Latest Release Date
Created
2017-04-04