Simple Virtual Machine
A simple but flexible virtual machine
|
This module contains API functions to handle SVM kernels. More...
Modules | |
SVM kernel getters | |
This module contains API functions to get SVM kernels. | |
SVM kernel status | |
This module contains API functions to handle SVM kernel status. | |
SVM kernel execution | |
This module contains API functions to handle SVM kernel execution. | |
SVM kernel operations | |
This module contains API functions to handle SVM kernel operations. | |
This module contains API functions to handle SVM kernels.
A kernel is an atomic execution context within the virtual machine composed mainly of a processor and a memory.
Kernels are included in processes to manage concurrent executions.