https://github.com/junka/uevm
userspace embedded vm
https://github.com/junka/uevm
Last synced: over 1 year ago
JSON representation
userspace embedded vm
- Host: GitHub
- URL: https://github.com/junka/uevm
- Owner: junka
- Created: 2022-12-03T09:36:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T14:26:52.000Z (over 3 years ago)
- Last Synced: 2025-02-01T14:19:21.103Z (over 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`