https://github.com/bokuweb/zig-os-in-1000-lines
https://github.com/bokuweb/zig-os-in-1000-lines
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokuweb/zig-os-in-1000-lines
- Owner: bokuweb
- License: mit
- Created: 2023-11-11T23:32:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:16:10.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:01:45.038Z (over 1 year ago)
- Language: Zig
- Size: 9.77 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-os-in-1000-lines
This repository contains attempts of the following tutorial implemented in Zig.
[https://operating-system-in-1000-lines.vercel.app/ja/welcome](https://operating-system-in-1000-lines.vercel.app/ja/welcome)
## build
```
zig build
```
## run
```
sh run.sh
```