DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 813 (0x32d) Types: TextFile Names: »V«
└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2 └─ ⟦77aa8350c⟧ »DATA« └─⟦f794ecd1d⟧ └─⟦this⟧
-- The following procedure may be executed to download the modules -- and text files needed for the Mc68020_Os2000 Ada runtime to a -- target machine. procedure Move_Runtime_To_Target (Target_Machine : String := ""; Module_Directory : String := "/h0/cmds/bootobjs"; Errors_Directory : String := "/h0/sys"); -- -- It is necessary to provide a non-null string for the Target_Machine -- parameter. -- -- The strings for the directories on the target may be changed, -- however the runtime assumes that the Errors_Directory is "/h0/sys". -- -- The Startup file on the target machine must be modified to load -- and initialize the Ada_Runtime from the Module_Directory, eg. -- -- load /h0/cmds/bootobjs/Ada_Runtime; Ada_Runtime -- load /h0/cmds/bootobjs/Ada_Task --