For those who might be interested, we can run the Xvisor hypervisor (open source, GPL) on the pcduino board.
A hypervisor is a piece of low level software allowing you to run several virtual machines on the same hardware. See here for a quick explanation.
Each virtual machine can in turn run a complete OS/application.
It is for example possible to run on the same pcduino board
- 2 linux side by side
- one linux and one real time OS
- …
You can get more information on Xvisor by following this link.
To run Xvisor on the pcduino board, you should just follow the hackberry instructions you will find in the source code.
It’s all JUST FOR FUN..
The documentation is included in the source code (in the docs/arm directory).
If you want to have a direct peek, you can use the following link.
Leave a Reply
You must be logged in to post a comment.