blob: 0bce372005e4ec268c9e5ca7fd793d65571c75da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Zosimos
experimenting with embedded Zig programming
## Building
This project has been tested with Zig version `0.15.1`
```console
$ zig build
```
builds the kernel and sets up the `zig-out/boot` directory for network booting.
|