sidebar_position | description |
---|---|
8 |
Violet's kernel is called Nova. As a microkernel, Nova takes a minimalist approach, providing only the essential functions needed for safe and efficient operation. |
Violet's kernel is called Nova. As a microkernel, Nova takes a minimalist approach, providing only the essential functions needed for safe and efficient operation.
:::caution This document is in its very early stages. Major changes might be made to related documents. :::
- Kernel-Process communication — how the processes communicate with kernel
- System calls — how to communicate with kernel through CPU interruptions
- Signals — how kernel communicates with processes