Add host-sdl info

This commit is contained in:
Toby Jaffey 2025-12-16 19:30:14 +00:00
parent d0407c074f
commit 4d3b393205

View file

@ -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-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-sdl](hosts/host-sdl) vm host providing framebuffer and audio support (see [apps/zigdoom])
* C sample apps
* [apps/helloworld](apps/helloworld) C hello world program
* [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C