Skip to content

Commit d8fc42a

Browse files
More broken links
1 parent ece3c87 commit d8fc42a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Although based on a [fully fledged CPU emulator](https://github.com/cnlohr/mini-
2525

2626
## Example
2727

28-
A simple VM host from [apps/host-mini](apps/host-mini)
28+
A simple VM host from [host-mini](hosts/host-mini)
2929

3030
```c
3131
#include <stdio.h>
@@ -85,10 +85,10 @@ int main(int argc, char *argv[]) {
8585
8686
## Samples
8787
88-
* [hosts/host](host) vm host which loads a binary and runs to completion, handling multiple syscall types
89-
* [hosts/host-mini](host-mini) minimal vm host (shown above), with baked in bytecode
90-
* [hosts/host-parallel](host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
91-
* [hosts/host-arduino](host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu)
88+
* [host](hosts/host) vm host which loads a binary and runs to completion, handling multiple syscall types
89+
* [host-mini](hosts/host-mini) minimal vm host (shown above), with baked in bytecode
90+
* [host-parallel](hosts/host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
91+
* [host-arduino](hosts/host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu)
9292
* [apps/helloworld](apps/helloworld) C hello world program
9393
* [apps/conio](apps/conio) C console IO demo
9494
* [apps/lissajous](apps/lissajous) C console lissajous curve (showing softfp, floating point)

0 commit comments

Comments
 (0)