diff options
| author | wires <wires@noreply.wires.systems> | 2025-10-05 14:01:39 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-10-05 14:01:39 -0400 |
| commit | 2691fb9407e2450a6d63fca4554dc6534cf1d9a0 (patch) | |
| tree | bbef0085c83f061c6ae22bc865e57fb4b3edb3c4 | |
| parent | config change (diff) | |
| download | zosimos-2691fb9407e2450a6d63fca4554dc6534cf1d9a0.tar.gz | |
update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md index 0cdf770..5361f5f 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,10 @@ experimenting with embedded Zig programming ## Building -This project has been tested with Zig version `0.15.0-dev.64+2a4e06bcb` +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. -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. |