Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 714 Bytes

root.md

File metadata and controls

13 lines (9 loc) · 714 Bytes

RVM Documentation

RVM is a micro-VM wroten in rust language.

RVM handle (in part) dynamic linking.

There are three sides:

Part/path Job
loader create an image process from the given executable file
mem memory handling, component and operation on memory with virtual address translation
arch target-specific objects as: processor, scheduler, instructions, ....