Name
Date
Size
#Lines
LOC

..--

AIX/power/H--567436

DragonFly/386/H--583445

FreeBSD/386/H--584445

Inferno/H--696612

Irix/mips/H--480363

Linux/H--2,1691,645

MacOSX/H--1,200884

NetBSD/H--1,6201,228

Nt/386/H--522382

OpenBSD/386/include/H--619475

Plan9/H--19891

Solaris/H--987737

acme/H--121106

appl/H--502,196465,342

dis/H--1,4831,373

doc/H--37,28736,930

emu/H--64,87954,347

fonts/H--175,052172,658

icons/H--12,12611,996

include/H--28,93910,030

keydb/H--

lib/H--105,426101,639

lib9/H--7,9426,584

libbio/H--865692

libdraw/H--4,3693,817

libdynld/H--558490

libfreetype/H--99,81262,138

libinterp/H--34,81330,722

libkern/H--13,72811,087

libkeyring/H--803645

liblogfs/H--5,8725,063

libmath/H--9,7656,375

libmemdraw/H--6,7255,570

libmemlayer/H--1,3291,056

libmp/H--5,3083,775

libnandfs/H--1,3631,167

libprefab/H--1,8981,716

libsec/H--10,2938,507

libtk/H--29,73425,019

limbo/H--25,41022,526

locale/H--1,3031,226

man/H--159,599157,861

mkfiles/H--1,7741,282

module/H--9,9678,498

opt/H--32

os/H--309,870251,196

services/H--199190

tools/H--4,3043,646

usr/inferno/H--6353

utils/H--243,503213,500

.dockerignoreH A D19-Sep-20191 KiB7268

.gitignoreH A D01-Jan-20201.6 KiB9783

CHANGESH A D25-May-201441.1 KiB957956

DockerfileH A D19-Sep-2019835 3728

INSTALLH A D30-Sep-20213.3 KiB7761

NOTICEH A D23-Mar-20212.3 KiB4537

README.mdH A D29-Apr-20191.5 KiB84

bitbucket-pipelines.ymlH A D16-Aug-2017305 119

makemk-AIX.shH A D21-Dec-20182.6 KiB7947

makemk.shH A D03-Feb-20212.5 KiB7947

mkconfigH A D21-Dec-20181.1 KiB3427

mkfileH A D26-Jun-20153.5 KiB184150

README.md

1Inferno® 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.
2
3Inferno represents services and resources in a file-like name hierarchy.  Programs access them using only the file operations open, read/write, and close.  `Files' are not just stored data, but represent 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').
4
5Inferno can run 'native' on various ARM, PowerPC, SPARC and x86 platforms but also 'hosted', under an existing operating system (including AIX, FreeBSD, IRIX, Linux, MacOS X, Plan 9, and Solaris), again on various processor types.
6
7This 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.
8