diff options
| author | wires <wires@noreply.wires.systems> | 2025-03-19 17:09:41 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-03-19 17:09:41 -0400 |
| commit | 8466e9b4d2fbca85d53d8dadc87914b4766c43de (patch) | |
| tree | 99a0d7a23e805f4ad3e30814ee9a09ebb00ae08b /README.md | |
| download | zosimos-8466e9b4d2fbca85d53d8dadc87914b4766c43de.tar.gz | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..30913f2 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Zosimos + +experimenting with embedded Zig programming + +## Building + +This project has been tested with Zig version `0.15.0-dev.64+2a4e06bcb` + +```bash +$ 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. |