blob: 5361f5fd99d1e8f7ffc9a1ea2797b4727c9296a9 (
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.14.1`
```console
$ zig build
```
builds the kernel and sets up the `zig-out/boot` directory for network booting.
|