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

https://github.com/rafaelbreno/zig-os

A simple OS written in Zig following Philipp Oppermann's posts "Writing an OS in Rust"
https://github.com/rafaelbreno/zig-os

os zig

Last synced: 3 days ago
JSON representation

A simple OS written in Zig following Philipp Oppermann's posts "Writing an OS in Rust"

Awesome Lists containing this project

README

        

# zig-os
A simple OS written in Zig following Philipp Oppermann's posts ["Writing an OS in Rust"](https://os.phil-opp.com/)

## Tools
1. `zig 0.13.0`
2. `qemu`

## Summary
1. [Introduction](./docs/01_introduction.md)
2. [Hello World](./docs/02_hello_world.md)
3. [Terminal Improvements](./docs/03_terminal_improvements.md)