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

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

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
```