Ecosyste.ms: Awesome
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: 29 days ago
JSON representation
A simple OS written in Zig following Philipp Oppermann's posts "Writing an OS in Rust"
- Host: GitHub
- URL: https://github.com/rafaelbreno/zig-os
- Owner: rafaelbreno
- License: mit
- Created: 2023-02-06T22:08:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T02:11:03.000Z (over 1 year ago)
- Last Synced: 2024-08-03T23:22:46.491Z (4 months ago)
- Topics: os, zig
- Language: Zig
- Homepage:
- Size: 59.6 KB
- Stars: 31
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - rafaelbreno/zig-os - opp.com/). (General Operating System / Utility)
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)