Difference between revisions of "User:Jnc/Online"
From Computer History Wiki
< User:Jnc
(Annotate entries) |
(Add TAR files, with description of contents) |
||
Line 16: | Line 16: | ||
* [http://ana-3.lcs.mit.edu/~jnc/tech/unix/teco teco] - the [[TECO]] editor for the PDP-11 under [[UNIX Sixth Edition|V6 Unix]] | * [http://ana-3.lcs.mit.edu/~jnc/tech/unix/teco teco] - the [[TECO]] editor for the PDP-11 under [[UNIX Sixth Edition|V6 Unix]] | ||
− | * [http://ana-3.lcs.mit.edu/~jnc/tech/unix/emacs emacs] - [[Emacs editors|Montgomery EMACS]] for | + | * [http://ana-3.lcs.mit.edu/~jnc/tech/unix/emacs emacs] - [[Emacs editors|Montgomery EMACS]] for V6 Unix |
* [http://ana-3.lcs.mit.edu/~jnc/tech/unix/net net] - MIT UNIX V6 [[TCP/IP]] networking code | * [http://ana-3.lcs.mit.edu/~jnc/tech/unix/net net] - MIT UNIX V6 [[TCP/IP]] networking code | ||
** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/net/stelnet/ stelnet] - [[server]] [[Telnet]], including high bandwidth [[Transmission Control Protocol|TCP]] | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/net/stelnet/ stelnet] - [[server]] [[Telnet]], including high bandwidth [[Transmission Control Protocol|TCP]] | ||
Line 24: | Line 24: | ||
* [http://ana-3.lcs.mit.edu/~jnc/tech/nu/a68/ a68] - [[assembly language|assembler]] for the MC68000 | * [http://ana-3.lcs.mit.edu/~jnc/tech/nu/a68/ a68] - [[assembly language|assembler]] for the MC68000 | ||
* [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/ dload] - TAR files of various things | * [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/ dload] - TAR files of various things | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/basic.tar basic.tar] - [[BASIC]] in [[MACRO-11]] for V6 Unix | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/bbn.tar bbn.tar] - [https://www.tuhs.org/cgi-bin/utree.pl?file=BBN-V6 BBN-V6 UNIX] | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/chaos.tar chaos.tar] - [[Chaosnet]] for the [[C Gateway]] | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/c.tar c.tar] - [[Typesetter C]] [[compiler]] for V6 Unix | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/macro.tar macro.tar] - MACRO-11 for V6 Unix | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/nosc.tar nosc.tar] - [https://www.tuhs.org/cgi-bin/utree.pl?file=SRI-NOSC SRI-NOSC UNIX] | ||
+ | ** [http://ana-3.lcs.mit.edu/~jnc/tech/unix/dload/sys.tar sys.tar] - MIT [[PWB/UNIX|PWB1]] Unix with MIT TCP/IP |
Latest revision as of 01:48, 22 September 2023
Things I have put online:
MOS:
- mos - MOS operating system
- tiu - Terminal Interface Unit
- dsp - source code for the 'Station to PRU Protocol' for the Packet Radio Network
- pe - source code for the MACRO-11 version of the Port Expander
DDT:
- ndbg - portable DDT (includes support for the PDP-11 and MC68000)
- ddt - DDT for the MC68000 from the Nu (TI Explorer) project
UNIX:
- teco - the TECO editor for the PDP-11 under V6 Unix
- emacs - Montgomery EMACS for V6 Unix
- net - MIT UNIX V6 TCP/IP networking code
Other: