mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add host-sdl info
This commit is contained in:
parent
d0407c074f
commit
4d3b393205
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ int main(int argc, char *argv[]) {
|
||||||
* [host-mini](hosts/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
|
||||||
* [host-parallel](hosts/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
|
||||||
* [host-arduino](hosts/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)
|
||||||
|
* [host-sdl](hosts/host-sdl) vm host providing framebuffer and audio support (see [apps/zigdoom])
|
||||||
* C sample apps
|
* C sample apps
|
||||||
* [apps/helloworld](apps/helloworld) C hello world program
|
* [apps/helloworld](apps/helloworld) C hello world program
|
||||||
* [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C
|
* [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue