π | .gitmodules |
π | .travis.yml |
π | README.md |
π | docs |
π | index.js |
π | kernel.js |
π | package.json |
π | port.js |
π | portManager.js |
π | tests |
README.md
SYNOPSIS - WIP
A JavaScript Implementation of Primea HyperVisor
INSTALL
clone and run npm install
TESTS
npm test
API
todo
LICENSE
NOTES
The Kernel enforces IPC and starts the VM
The hypervisor start and stops kernels
the VM acts as a sandbox for some given code and expose and interface to the kernel
Built with git-ssb-web