- Inferno (operating system)
Infobox OS
name = Inferno
caption = Inferno 4th Edition
developer =Bell Labs /Vita Nuova Holdings
source_model =Open source
kernel_type =Virtual machine
supported_platforms = x86, MIPS,XScale , ARM,PowerPC ,SPARC
ui =
family = "Unix successor"
latest_release_version = Fourth Edition
latest_release_date = February 2, 2007
marketing_target =
programmed_in =
prog_language =
language =
updatemodel =
package_manager =
working_state = Current
license = GPL / LGPL / MIT
website = [http://www.vitanuova.com/inferno/ Vita Nuova]Inferno is an
operating system for creating and supporting distributed services. The name of the operating system and of its associated programs, as well as of the companyVita Nuova Holdings that produces it, were inspired by the literary works ofDante Alighieri , particularly the "Divine Comedy ".Inferno runs in hosted mode under several different operating systems or natively on a range of hardware architectures. In each configuration the operating system presents the same standard interfaces to its applications.A communications protocol called Styx is applied uniformly to access both local and remote resources. As of the fourth edition of Inferno, Styx is identical to Plan 9's newer version of its hallmark
9P protocol,9P2000 .Applications are written in the type-safe
Limbo programming language , whose binary representation is identical over all platforms, and may be executed usingjust-in-time compilation techniques in avirtual machine .Design principles
Inferno was first made in 1995 by members of
Bell Labs ' Computer Science Research division to bring some principles ofPlan 9 from Bell Labs over to other systems. Inferno is adistributed operating system based on three basic principles borrowed from Plan 9:
* Resources as files: all resources are represented as files within ahierarchical file system
* Namespaces: the application view of the network is a single, coherentnamespace that appears as a hierarchical file system but may represent physically separated (locally or remotely) resources
* Standard communication protocol: a standard protocol, called Styx, is used to access all resources, both local and remotePlan 9 ancestry
Inferno and Plan 9 share a common ancestor, the working version of Plan 9 from about 1996. They share the same design principles, though there are differences:
Inferno is somewhat similar to
Java Virtual Machine .Networking
IEEE Internet Computing , March-April 1997 included an ad for Inferno networking software. It claimed that various devices could now communicate over "any network" including the Internet, telecommunications and LANs. The ad stated that video games could talk to computers (aPlayStation was pictured), cell phones could access email and there was voice mail via TV.Ports
Inferno runs directly on native hardware and also as an application providing a virtual operating system which runs on other platforms. Applications can be developed and run on all Inferno platforms without modification or recompilation.
Native ports include: x86, MIPS,
XScale , ARM,PowerPC ,SPARC .Hosted or Virtual OS ports include:
Microsoft Windows ,Linux ,FreeBSD , Plan 9,Mac OS X , Solaris,IRIX ,UnixWare .Inferno can also be hosted by a
plugin toInternet Explorer . According to Vita Nuova plugins for others browsers are underway. [http://www.vitanuova.com/inferno/pidoc/index.html Plugins] , Vita Nuova.]License
Inferno 4th edition was released in early 2005 as
free software . Specifically, it wasdual-licensed under two sets of licences. Users could either obtain it under a set offree software licences , or they could obtain it under a more traditional commercial licence. In the case of the free software licence scheme, different parts of the system were covered by different licences, including theGNU General Public License , theGNU Lesser General Public License , theLucent Public License , and theMIT License . Subsequently Vita Nuova has made it possible to acquire the entire system (excluding the fonts, which are sub-licenced fromBigelow and Holmes ) under the GPLv2. All three licence options are currently available.Books
The textbook "Inferno Programming with Limbo" ISBN 0470843527 (Chichester: John Wiley & Sons, 2003), by
Phillip Stanley-Marbell , describes the 3rd edition of the Inferno operating system, though it focuses more on the Limbo language and its interfaces to the Inferno system, than on the Inferno system itself. For example, it provides little information on Inferno's versatilecommand shell , which is understandable since it is a programming language textbook. Another book "The Inferno Programming Book: An Introduction to Programming for the Inferno Distributed System", by Martin Atkins, Charles Forsyth,Rob Pike and Howard Trickey, was intended to provide the operating-system-centric point of view, but was unfortunately never completed/released by its authors.References
See also
*
List of Inferno applications
*Plan 9 from Bell Labs
*Unix
*Language-based system
*JNode
*Singularity (operating system) Similar experimental operating system from Microsoft ResearchExternal links
* [http://code.google.com/p/inferno-os/ Inferno Project on Google Code]
* [http://www.vitanuova.com/inferno/net_download4T.html Inferno Fourth Edition Download, including source code]
* [http://doc.cat-v.org/inferno/4th_edition/ Documentation papers] for the latest inferno release.
* [http://doc.cat-v.org/inferno/ Other documents of interest] .
* [http://www.vitanuova.com/inferno/design.html Inferno design principles]
* [http://www.vitanuova.com/news/newsgroup.html Mailing list and other resources]
* [http://www.vitanuova.com/inferno/screenshots.html Screenshots]
* [http://inferno-os.blogspot.com/ Developing with Inferno Blog]
* [http://www.vitanuova.com/inferno/pidoc/index.html Inferno browser plugin]
* [http://gsoc.cat-v.org Inferno projects at the GSoC] .
* [http://wiki.laptop.org/go/inferno Inferno on OLPC]Other links
* [http://ninetimes.cat-v.org Ninetimes: News and articles about Inferno, Plan 9 and related technologies]
* [http://ftp.bme.hu/OS/inferno/faq.html Unofficial FAQ]
* [http://caerwyn.com/ipn/ Inferno programmer's notebook] - A journal made by an Inferno user
* [http://www.resc.rdg.ac.uk/twiki/bin/view/Resc/InfernoTutorial Inferno tutorial] at theUniversity of Reading e-Science Centre
* [http://doc.cat-v.org/inferno/historical_documents/website/ Copy of the original Lucent Inferno website]
* [http://doc.cat-v.org/inferno/historical_documents/mailing_lists/interstice/ Archives of the original Inferno mailing list]
Wikimedia Foundation. 2010.