9 ms·
There are essentially three ways to put together a unikernel: 1. Minimizing an existing general-purpose OS 2. By-passing the OS 3. Starting from scratch You
by nderjung 3y ago
There are essentially three ways to put together a unikernel:
1. Minimizing an existing general-purpose OS
2. By-passing the OS
3. Starting from scratch
You can read more in detail about this here from Unikraft's documentation[0].
[0]: https://unikraft.org/docs/concepts/design-principles#approaches-to-building-a-unikernel https://unikraft.org/docs/concepts/design-principles#approac...