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

⟦dfc85dc95⟧ TextFile

    Length: 1200 (0x4b0)
    Types: TextFile
    Names: »B«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦this⟧ 

TextFile

separate (Release)
package body Apollo3_Sr10_2_Unix is
begin

    Keyboard :=  
       (Name       => Hs ("XApollo3"),  
        Id         => Xapollo3_Id,  
        Comment1   => Hs ("Apollo; keyboard 3; model 7121"),
        Comment2   => null,
        R1000_Dir  => Hs ("X_Apollo_SR10_2"),
        Source_Dir => Hs ("Src_Sun_X11R3"), -- Shares source with the Sun.
        Lines      => 50,  
        Columns    => 80,  
        Tt_Extra   => Hs ("XAp:XApollo3 XRTERM 50 80"),  
        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.Apollo"))

               );

end Apollo3_Sr10_2_Unix;