Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
OSv
Operating system for virtual machines

OSv (stylized OSv) is a cloud computing focused computer operating system released on September 16, 2013. It is a special-purpose operating system built to run as a guest on top of a virtual machine, thus it does not include drivers for bare-metal hardware.

It is a unikernel, designed to run a single Linux executable or an application written in one of the supported runtime environments (such as Java). For this reason, it does not support a notion of users (it's not a multiuser system) or processes - everything runs in a single address space, there is no difference between users address space and kernel address space. Using a single address space removes some of the time-consuming operations associated with context switching.

It uses large amounts of code from the FreeBSD operating system, in particular the network stack and the ZFS file system. OSv can be managed using a REST Management API and an optional command-line interface written in Lua.

We don't have any images related to OSv yet.
We don't have any YouTube videos related to OSv yet.
We don't have any PDF documents related to OSv yet.
We don't have any Books related to OSv yet.
We don't have any archived web articles related to OSv yet.
  • Free and open-source software portal

References

  1. Kurth, Lars (3 December 2013). "Are Cloud Operating Systems the Next Big Thing?". linux.com. Archived from the original on 2014-08-01. Retrieved 5 December 2013. https://web.archive.org/web/20140801202943/http://www.linux.com/news/enterprise/cloud-computing/751156-are-cloud-operating-systems-the-next-big-thing-

  2. Madhavapeddy, Anil & Scott, David J. (12 January 2014). "Unikernels: Rise of the Virtual Library Operating System". ACM Queue. Retrieved 20 May 2014. http://queue.acm.org/detail.cfm?id=2566628

  3. Buys, Jon (18 September 2013). "Cloudius Systems Announced OSv, an Operating System for the Cloud". OStatic. Archived from the original on 27 November 2013. Retrieved 11 March 2014. https://web.archive.org/web/20131127174128/http://ostatic.com/blog/cloudius-systems-announced-osv-an-operating-system-for-the-cloud

  4. Corbet, Jonathan (18 September 2013). "Rethinking the guest operating system". LWN.net. Retrieved 28 September 2013. //lwn.net/Articles/567222/