An open API service indexing awesome lists of open source software.

https://github.com/junka/uevm

userspace embedded vm
https://github.com/junka/uevm

Last synced: over 1 year ago
JSON representation

userspace embedded vm

Awesome Lists containing this project

README

          

# learning VM (WIP)

This project aims to help learning vm and ebpf.

Both lc3 and ebpf vm were provided.

Try to use ebpf running a prog with term interactive like lc3.

READ[https://docs.kernel.org/bpf/llvm_reloc.html]

`clang --target=bpf -O2 -c test.c`