File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments