mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
More broken links
This commit is contained in:
parent
ece3c8766f
commit
d8fc42a546
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -25,7 +25,7 @@ Although based on a [fully fledged CPU emulator](https://github.com/cnlohr/mini-
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
A simple VM host from [apps/host-mini](apps/host-mini)
|
A simple VM host from [host-mini](hosts/host-mini)
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
@ -85,10 +85,10 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
## Samples
|
## Samples
|
||||||
|
|
||||||
* [hosts/host](host) vm host which loads a binary and runs to completion, handling multiple syscall types
|
* [host](hosts/host) vm host which loads a binary and runs to completion, handling multiple syscall types
|
||||||
* [hosts/host-mini](host-mini) minimal vm host (shown above), with baked in bytecode
|
* [host-mini](hosts/host-mini) minimal vm host (shown above), with baked in bytecode
|
||||||
* [hosts/host-parallel](host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
|
* [host-parallel](hosts/host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
|
||||||
* [hosts/host-arduino](host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu)
|
* [host-arduino](hosts/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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue