All Projects → AndreaOrru → Zen

AndreaOrru / Zen

Licence: bsd-3-clause
Experimental operating system written in Zig

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to Zen

Serenity
SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.
Stars: ✭ 16,842 (+9415.25%)
Mutual labels:  kernel, operating-system, os
Reactos
A free Windows-compatible Operating System
Stars: ✭ 10,216 (+5671.75%)
Mutual labels:  kernel, operating-system, os
Qword
Operating system for x86_64 based around a "keep it simple and make it work" philosophy.
Stars: ✭ 367 (+107.34%)
Mutual labels:  kernel, operating-system, os
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+2548.02%)
Mutual labels:  kernel, operating-system, os
Toaru Nih
NOTICE: The ToaruOS-NIH Project has been MERGED UPSTREAM. This repository is now archived.
Stars: ✭ 66 (-62.71%)
Mutual labels:  kernel, operating-system, os
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+4010.17%)
Mutual labels:  kernel, operating-system, os
Tofita
🍬 All-new kernel for @GreenteaOS
Stars: ✭ 112 (-36.72%)
Mutual labels:  kernel, operating-system, os
LudOS
A toy monolithic kernel written in C++
Stars: ✭ 38 (-78.53%)
Mutual labels:  kernel, os, operating-system
Mbp Fedora
Stars: ✭ 129 (-27.12%)
Mutual labels:  kernel, operating-system, os
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (-70.06%)
Mutual labels:  kernel, operating-system, os
Harmonyos
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
Stars: ✭ 18,385 (+10287.01%)
Mutual labels:  kernel, operating-system, os
Harmonyos
鸿蒙系统资料。Docs about HarmonyOS.
Stars: ✭ 1,191 (+572.88%)
Mutual labels:  kernel, operating-system, os
Lemonos
The Lemon Operating System https://lemonos.org
Stars: ✭ 260 (+46.89%)
Mutual labels:  kernel, operating-system, os
Wingos
a little 64bit operating system written in c++ with smp support
Stars: ✭ 361 (+103.95%)
Mutual labels:  kernel, operating-system, os
fpos
Free Pascal Operating System (FPOS) is a operating system consists of a minimal kernel built on FreePascal. It contains a Scheme implementation of a hard drive (ATA) driver, keyboard (PS2), serial (8250 UART), FAT32 filesystem and a small real time clock manager. The project was built to experiment with developement of operating system using a h…
Stars: ✭ 36 (-79.66%)
Mutual labels:  kernel, os, operating-system
Aquila
AquilaOS: UNIX-like Operating System
Stars: ✭ 413 (+133.33%)
Mutual labels:  kernel, operating-system, os
ByteOS
A simple hobby operating system for the x86-64 architecture, written in C.
Stars: ✭ 47 (-73.45%)
Mutual labels:  kernel, os, operating-system
oneiric
A small kernel + OS based on how dreams work
Stars: ✭ 11 (-93.79%)
Mutual labels:  kernel, os, operating-system
Fiwix
A UNIX-like kernel for the i386 architecture
Stars: ✭ 38 (-78.53%)
Mutual labels:  kernel, operating-system, os
Sparrow
My Operating System.
Stars: ✭ 71 (-59.89%)
Mutual labels:  kernel, operating-system, os

Zen Build Status

Experimental operating system written in Zig.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].