Fix links

This commit is contained in:
Toby Jaffey 2025-12-11 15:46:43 +00:00
parent 67e8fe13c0
commit ece3c8766f

View file

@ -85,10 +85,10 @@ int main(int argc, char *argv[]) {
## Samples ## Samples
* [host](host) vm host which loads a binary and runs to completion, handling multiple syscall types * [hosts/host](host) vm host which loads a binary and runs to completion, handling multiple syscall types
* [host-mini](host-mini) minimal vm host (shown above), with baked in bytecode * [hosts/host-mini](host-mini) minimal vm host (shown above), with baked in bytecode
* [host-parallel](host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode * [hosts/host-parallel](host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
* [host-arduino](host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu) * [hosts/host-arduino](host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu)
* [apps/helloworld](apps/helloworld) C hello world program * [apps/helloworld](apps/helloworld) C hello world program
* [apps/conio](apps/conio) C console IO demo * [apps/conio](apps/conio) C console IO demo
* [apps/lissajous](apps/lissajous) C console lissajous curve (showing softfp, floating point) * [apps/lissajous](apps/lissajous) C console lissajous curve (showing softfp, floating point)