Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 29 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/)

## Summary
1. [Introduction](./docs/01_introduction.md)
2. [Hello World](./docs/02_hello_world.md)