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: 10 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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T20:42:35.000Z (12 months ago)
- Last Synced: 2025-05-06T20:40:37.612Z (9 months ago)
- Topics: os, zig
- Language: Zig
- Homepage:
- Size: 88.9 KB
- Stars: 44
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - rafaelbreno/zig-os - A simple OS written in Zig following Philipp Oppermann's posts [Writing an OS in Rust](https://os.phil-opp.com/). (General Operating System / Linker)
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)