git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 317d79e49cb56dd81cb9c94072cd24ad6a825757

Files: 317d79e49cb56dd81cb9c94072cd24ad6a825757 / docs / kernel.md

3232 bytesRaw

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

Table of Contents

constructor

kernel.js:15-28

the ExoInterface manages the varous message passing functions and provides an interface for the containers to use

Parameters

queue

kernel.js:35-48

adds a message to this containers message queue

Parameters

run

kernel.js:78-98

run the kernels code with a given enviroment The Kernel Stores all of its state in the Environment. The Interface is used to by the VM to retrive infromation from the Environment.

Parameters

Returns Promise

incrementTicks

kernel.js:104-107

updates the number of ticks that the container has run

Parameters

createMessage

kernel.js:113-121

creates a new message

Parameters

send

kernel.js:128-145

sends a message to a given port

Parameters

Built with git-ssb-web