https://github.com/zigcc/zig-os
Tutorial to write a toy OS in Zig
https://github.com/zigcc/zig-os
Last synced: 2 months ago
JSON representation
Tutorial to write a toy OS in Zig
- Host: GitHub
- URL: https://github.com/zigcc/zig-os
- Owner: zigcc
- License: mit
- Created: 2023-12-10T02:34:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T20:13:59.000Z (over 1 year ago)
- Last Synced: 2024-11-20T19:14:30.215Z (7 months ago)
- Language: Zig
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Write OS in Zig
This repository contains the source code for the Writing an OS in Zig series.
Port from [Writing an OS in Rust](https://github.com/phil-opp/blog_os).
# License
[CC BY-NC-ND 4.0 DEED](https://creativecommons.org/licenses/by-nc-nd/4.0/)