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

⟦5e9cba681⟧ TextFile

    Length: 1153 (0x481)
    Types: TextFile
    Names: »B«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦this⟧ 

TextFile

separate (Release)
package body Ultus_Vs_Ultrix4_1 is
begin

    Keyboard :=  
       (Name       => Hs ("XUltUS"),  
        Id         => Xultus_Id,  
        Comment1   => Hs ("DECwindows; VAXstation (Ultrix), US keyboard"),  
        Comment2   => Hs (""),
        R1000_Dir  => Hs ("X_Ultrix4_1_Vs"),
        Source_Dir => Hs ("Src_Xnews2_0"),
        Lines      => 40,  
        Columns    => 80,  
        Tt_Extra   => null,
        Has_Source => True);

    Recognition :=  
       (File_Type                  => Text,  
        Master_File | Install_File => Hs ("_rcg.h"));

    Install :=  
       new File_Info_Array'  
              (

               (File_Type                 => Text,  
               Master_File | Install_File => Hs ("Makefile")),

               (File_Type                  => Binary,  
                Master_File | Install_File => Hs ("rxi-backup"))  
               );

    Source :=  
       new File_Info_Array'  
              (

               1 => (File_Type                   => Text,  
                      Master_File | Install_File => Hs ("Makefile.Ultrix_Vs"))

               );

end Ultus_Vs_Ultrix4_1;