DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦899dbc235⟧ TextFile

    Length: 705 (0x2c1)
    Types: TextFile
    Names: »B«

Derivation

└─⟦bdeee703f⟧ Bits:30000538 8mm tape, Rational 1000, RWI 10_1_1
    └─ ⟦545705153⟧ »DATA« 
        └─⟦f9289093d⟧ 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦f9289093d⟧ 
            └─⟦this⟧ 

TextFile

separate (Release)
package body Pc86 is
begin

    Keyboard :=  
       (Name       => Hs ("Pc86"),  
        Id         => Hs ("pc86"),  
        Comment1   => Hs ("IBM PC; 86 keyboard"),
        Comment2   => null,
        Source_Dir => Hs ("Src_Pc86"),
        Lines      => 40,  
        Columns    => 80,  
        Tt_Extra   => null,  
        Has_Source => True);

    Source :=  
       new File_Info_Array'  
              (

               (File_Type                 => Text,  
               Master_File | Install_File => Hs ("RMCommand.c")),

               (File_Type                  => Text,  
                Master_File | Install_File => Hs ("RMCommand.h"))  
               );

end Pc86;