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

⟦8cb0bd36a⟧ TextFile

    Length: 964 (0x3c4)
    Types: TextFile
    Names: »KEPREFIX.H«

Derivation

└─⟦8c095a7f3⟧ Bits:30005798 CR80 Disc Pack ( Vol ILS systemdisk XAMOS TOS 10:01 hard boot #43c 19-7-87/JFJ )
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!C.D!KEPREFIX.H« 
└─⟦c2e810e96⟧ Bits:30005799 CR80 Disc Pack ( XAMOS 841129 ILS TOS 10-01 System Disk Tilhører ILS/MSG hard boot boot entry #43c )
    └─ ⟦this⟧ »PREFIXES.D!XAMOS.D!C.D!KEPREFIX.H« 

TextFile

   typedef struct
           {
              int name[3];
              int name_ident;
           }process_name;

   #define SIGNAL_TYPE          0x1
   #define MESSAGE_TYPE         0x2
   #define ANSWER_TYPE          0x4
   #define SYSTEM_MESSAGE_TYPE  0x8
   #define SYSTEM_ANSWER_TYPE  0x10
   #define PATH_MESSAGE_TYPE   0x20
   #define PATH_ANSWER_TYPE    0x40
   #define INTERRUPT_TYPE     0x100
   #define DELAY_TYPE          0x80
   #define PARENT_SIGNAL_TYPE 0x200

   #define SIGNAL                 0
   #define MESSAGE                1
   #define ANSWER                 2
   #define SYSTEM_MESSAGE         3
   #define SYSTEM_ANSWER          4
   #define PATH_MESSAGE           5
   #define PATH_ANSWER            6
   #define INTERRUPT              7
   #define TIME_OUT               8
   #define PARENT_SIGNAL          9

   typedef struct
          {
             BYTES mmss;
             BYTES ddhh;
             BYTES yymm;
          }rtc_time; «nul»