zosimos/README.md
2025-03-20 23:15:09 -04:00

15 lines
397 B
Markdown

# Zosimos
experimenting with embedded Zig programming
## Building
This project has been tested with Zig version `0.15.0-dev.64+2a4e06bcb`
```console
$ zig build
```
builds the kernel and sets up the `zig-out/boot` directory for network booting.
The included `compose.yaml` file can then be used to start OpenOCD and a tftp
server with the correct configuration for remotely debugging the pi.