On 26 Jul 2010 at 19:57, Brent Hilpert wrote:
Thanks, Brent! This may, in fact be the direct descendant of the FST-
1 (perhaps done in bit-slice?).
There's a mention of the FST-1 in connection with the origins of the
TENET 210 timesharing system:
http://www.certes.com/Tenet/
And Ed Thelen has a little bit more on the FST-1 on his site:
http://ed-thelen.org/comp-hist/Computer-Industry-Annual-71.html
From the little blurb on Factor, the sample I have (and
one other
scan of a listing page that the customer sent me) is certainly right.
So, right now, I'm trying to figure out the DOPSY filesystem. It
appears to be based on a 512 byte block, regardless of the actual
physical medium block size. Here's an excerpt of a directory:
000400 00 00 00 00 00 00 00 00-42 00 00 00 00 00 00 00
000410 49 44 49 41 47 20 20 20-43 00 22 02 00 9F 10 09
000420 4C 55 31 32 54 45 53 54-53 00 22 04 00 00 12 5D
000430 45 55 31 36 54 45 53 54-44 00 00 50 41 9F 10 11
000440 41 50 4F 57 45 52 20 20-45 00 22 03 43 9F 10 61
000450 38 41 54 41 42 41 53 45-46 00 02 02 44 9F 10 6D
000460 45 4C 44 43 20 20 20 20-47 00 00 52 45 9F 10 6F
000470 45 55 32 32 54 45 53 54-48 00 00 64 46 9F 10 C1
The layout seems to be 1 character, file type; 7 characters, file
name, 2 bytes ??, 2 bytes, starting block?, 4 bytes ??
The interesting thing is that all of the samples I have contain
nothing but compiled code--the small snippet of source code that I
found was obviously left over from something else.
Well, it's a start...
Many thanks,
Chuck