Difference between revisions of "TENEX file system layout"

From Computer History Wiki
Jump to: navigation, search
(It's kinda storta a file format?)
(Extracted TENEX-4 memo from the collection.)
Line 3: Line 3:
 
==External links==
 
==External links==
  
* [http://www.bitsavers.org/pdf/bbn/tenex/TENEX_Memos_Mar72.pdf TENEX memo collection] - TENEX-4 describes some aspects of the file system.
+
* [https://github.com/PDP-10/tenex/blob/master/pdf/tenex-4.pdf TENEX-4: File System] - BBN memo describing some aspects of the file system.
 
* [https://github.com/PDP-10/tenex/blob/master/doc/disk-format.doc <DOC>DISK-FORMAT.DOC] - Documents the file system, in particular the SUMEX-AIM implementation.
 
* [https://github.com/PDP-10/tenex/blob/master/doc/disk-format.doc <DOC>DISK-FORMAT.DOC] - Documents the file system, in particular the SUMEX-AIM implementation.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler/blob/lars/checkdsk/checkdsk.c checkdsk.c] - Random ad-hoc examination of SUMEX-AIM disk images.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler/blob/lars/checkdsk/checkdsk.c checkdsk.c] - Random ad-hoc examination of SUMEX-AIM disk images.
  
 
[[Category:PDP-10 File Formats]]
 
[[Category:PDP-10 File Formats]]

Revision as of 18:09, 12 May 2022

To be filled in soon.

External links