The Wayback Machine - https://web.archive.org/web/20200608082317/https://github.com/topics/microkernel
Skip to content
#

microkernel

Here are 90 public repositories matching this topic...

jackpot51
jackpot51 commented Nov 4, 2016

For every scheme a fully running kernel has, the following functions need to be documented, if implemented. In addition, the Scheme and SchemeMut traits should be documented with usage and the default operation.

Documentation should include usage, what access restrictions there are, what paths and dup arguments are valid, and what errors may be returned.

Path Operations

  • open
laokz
laokz commented Mar 5, 2020

https://github.com/seL4/seL4/blob/master/manual/parts/cspace.tex#L430 gives a good example to explain CSpace addressing. It is clear enough to introduce the addressing concept, but with coding practice it's better to make them more precise.

When passing address arguments in multi-level CNodes, the index field, i.e. its address, must right aligned the significant bits according its depth. In a

Improve this page

Add a description, image, and links to the microkernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microkernel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.