Difference between revisions of "ELF operating system"

From Computer History Wiki
Jump to: navigation, search
(Further reading: Link to "Structure of the ELF operating system".)
m (Further reading: Oops it was already linked.)
Line 16: Line 16:
  
 
* D. L. Retz, ''ELF System Development'' - this apparently [https://stacks.stanford.edu/file/druid:jg594pg0466/jg594pg0466.pdf online] at Stanford, but access to it seems to currently be restricted
 
* D. L. Retz, ''ELF System Development'' - this apparently [https://stacks.stanford.edu/file/druid:jg594pg0466/jg594pg0466.pdf online] at Stanford, but access to it seems to currently be restricted
* D. L. Retz, B. W. Shafer, [https://dl.acm.org/doi/pdf/10.1145/1499799.1499939 ''Structure of the ELF operating system'']
 
  
 
==External links==
 
==External links==

Revision as of 06:08, 26 October 2021

ELF was a real-time multi-programming operating system for the PDP-11 (hence the name - 'elf' is German for 'eleven); generally, those with PDP-11 Memory Management (both kinds). It allowed processes to be created and terminated, and allowed them access to inter-process communication and timers; allocation and freeing of main memory was also provided. It was written in assembly language; applications could also be written in BCPL and BLISS-11.

It was originally intended to allow users at terminals to simultaneously utilize time-sharing systems on the ARPANET, using NCP (use of which was a standard capability under ELF). It was a successor to ANTS in this role. It also allowed users to save files on local mass storage.

Work on it started in early 1973; it went into experimental service in early 1974, and by 1976 about 30 sites on the ARPANET were using it. It was later used by researchers at BBN to support the first routers on the experimental Internet.

See also

Further reading

  • D. L. Retz, ELF System Development - this apparently online at Stanford, but access to it seems to currently be restricted

External links