Software:IncludeOS

From HandWiki
IncludeOS
DeveloperIncludeOS AS[1]
Written inC++
Source modelOpen source
Initial releaseAugust 18, 2014; 9 years ago (2014-08-18)
Marketing targetCloud computing
Platformsx86, x86-64
Kernel typeUnikernel
UserlandPOSIX subset, custom
LicenseApache License 2.0
Official websitewww.includeos.org

IncludeOS is a minimal, open source, unikernel operating system for cloud services and IoT.[1][2] IncludeOS allows users to run C++ applications in the cloud without any operating system. IncludeOS adds operating system functionality to an application allowing oneself to create a 'virtual machine' for an application.[3]

IncludeOS applications boot in tens of milliseconds and require only a few megabytes of disk and memory.[3]

Architecture

The minimalist architecture of IncludeOS means that it does not have any virtual memory space. In turn, therefore, there is no concept of system calls nor user space.[3]

References

External links