Software:IncludeOS
From HandWiki
This article needs additional citations for verification. (October 2022) (Learn how and when to remove this template message) |
Developer | IncludeOS AS[1] |
---|---|
Written in | C++ |
Source model | Open source |
Initial release | August 18, 2014 |
Marketing target | Cloud computing |
Platforms | x86, x86-64 |
Kernel type | Unikernel |
Userland | POSIX subset, custom |
License | Apache License 2.0 |
Official website | www |
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
- ↑ 1.0 1.1 Stig Øyvann (November 12, 2018). "IoT security and Linux: Why IncludeOS thinks it has the edge". https://www.zdnet.com/article/iot-security-and-linux-why-includeos-thinks-it-has-the-edge/.
- ↑ Yegulalp, Serdar (2 December 2015). "IncludeOS: Run cloud applications with less". https://www.infoworld.com/article/3011086/cloud-computing/includeos-run-cloud-applications-with-less.html. Retrieved 2 January 2018.
- ↑ 3.0 3.1 3.2 Hussein, Nur (25 July 2017). "IncludeOS: a unikernel for C++ applications". https://lwn.net/Articles/728682/. Retrieved 2 January 2018.
External links
- IncludeOS on GitHub
- IncludeOS blog
- Alfred Bratterud: Deconstructing the OS: The devil’s In the side effects, CppCon 2017 presentation
- C++ Weekly – Ep 31 – IncludeOS
Original source: https://en.wikipedia.org/wiki/IncludeOS.
Read more |