DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦11156ff9f⟧ TextFile

    Length: 252 (0xfc)
    Types: TextFile
    Names: »TEST10«

Derivation

└─⟦e50091e45⟧ Bits:30005562 8" CR80 Floppy CR80FD_0200 ( HOST TEST OK 96.03.20 KV )
    └─⟦051af9f8b⟧ 
        └─ ⟦this⟧ »TEST10« 
└─⟦45537a643⟧ Bits:30005161 8" CR80 Floppy CR80FD_0151 ( VOL: KNY FD1 TDX.Test OBN 880215 BACKUP TEP 2232.C MDS 2214.C )
    └─⟦11aeecbae⟧ 
        └─ ⟦this⟧ »TEST10« 
└─⟦b0c095e31⟧ Bits:30005490 8" CR80 Floppy CR80FD_0212 ( 911024 KNY SYSTEM #5 HOST/LTUX TEST FORMATTERET 911023 )
    └─⟦3ef83418c⟧ 
        └─ ⟦this⟧ »TEST10« 

TextFile

PROCEDURE RA(N)
BEGIN
   REPEAT N
   BEGIN
   INITREAD #A0A 16 EXPECT PATTERN 1
   APPEND #A0A 16 PATTERN 1
   END
END
BEGIN
   ASSIGN 124 #A
   DEFINE PATTERN 1 = #1100 #3322 #5544 #7766 #9988 #BBAA #DDCC #FFEE
   CREATE 0 #0A0A 10 32
CONSOLE IN
END _