Simple Virtual Machine
A simple but flexible virtual machine
SVM kernels

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.
 

Detailed Description

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.

Note
A kernel is a common entry point in this API to get access to various elements linked to it.

Kernels are included in processes to manage concurrent executions.

See also
SVM processes
SVM processors
SVM memories