Unikernel
Sign in to savethumb|Comparison of a traditional OS stack and a MirageOS unikernel
~4 min read
Encyclopedic overview
4 sectionsContents
- Design
- See also
- References
- External links
thumb|Comparison of a traditional OS stack and a MirageOS unikernel
A unikernel is a type of computer program that is statically linked with the operating system code on which it depends. Unikernels are built with a specialized compiler that identifies the operating system services that a program uses and links it with one or more library operating systems that provide them. Such a program requires no separate operating system and can run instead as the guest of a hypervisor.
Excerpted from Wikipedia’s “Unikernel” article, available under the CC BY-SA 4.0 licence.