zerovm / zerovm-cli

ZeroVM command line utilities
Apache License 2.0
6 stars 7 forks source link

add support for `/dev/self` #41

Closed pkit closed 10 years ago

pkit commented 10 years ago

ZRT and other libraries can use the nexe image binary file for some of their features for example, to know the addresses of functions or to load some functions dynamically we map the binary to a special device /dev/self, can be considered a ZeroVM ABI the patch adds support for /dev/self channel into zvsh-generated manifests