My personal inferno-os repository

RISCi_ATOM 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
DragonFly 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
FreeBSD 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
Inferno 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
Irix 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
Linux 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
MacOSX 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
NetBSD 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
Nt 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
OpenBSD 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
Plan9 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
Solaris 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
acme 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
appl 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
dis 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
doc 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
emu 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
fonts 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
icons 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
include 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
keydb 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
lib 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
lib9 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libbio 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libdraw 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libdynld 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libfreetype 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libinterp 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libkern 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libkeyring 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
liblogfs 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libmath 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libmemdraw 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libmemlayer 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libmp 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libnandfs 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libprefab 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libsec 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
libtk 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
limbo 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
locale 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
man 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
mkfiles 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
module 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
opt 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
os 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
services 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
tools 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
usr 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
utils 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
CHANGES 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
INSTALL 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
NOTICE 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
README.md 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
makemk.sh 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
mkconfig 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ
mkfile 886e736bff First pull from upstream 12/17/16 7 gadi atpakaļ

README.md

Inferno® is a distributed operating system, originally developed at Bell Labs, but now developed and maintained by Vita Nuova® as Free Software. Applications written in Inferno's concurrent programming language, Limbo, are compiled to its portable virtual machine code (Dis), to run anywhere on a network in the portable environment that Inferno provides. Unusually, that environment looks and acts like a complete operating system.

The use of a high-level language and virtual machine is sensible but mundane. The interesting thing is the system's representation of services and resources. They are represented in a file-like name hiearchy. Programs access them using only the file operations open, read/write, and close. The 'files' may of course represent stored data, but may also be devices, network and protocol interfaces, dynamic data sources, and services. The approach unifies and provides basic naming, structuring, and access control mechanisms for all system resources. A single file-service protocol (the same as Plan 9's 9P) makes all those resources available for import or export throughout the network in a uniform way, independent of location. An application simply attaches the resources it needs to its own per-process name hierarchy ('name space').

The system can be used to build portable client and server applications. It makes it straightforward to build lean applications that share all manner of resources over a network, without the cruft of much of the 'Grid' software one sees.

Inferno can run 'native' on various ARM, PowerPC, SPARC and x86 platforms but also 'hosted', under an existing operating system (including FreeBSD, Irix, Linux, MacOS X, Plan 9, and Solaris), again on various processor types.

This Bitbucket project includes source for the basic applications, Inferno itself (hosted and native), all supporting software, including the native compiler suite, essential executables and supporting files.