|
|
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 - metrics - downloadIndex: T V
Length: 1004 (0x3ec)
Types: TextFile
Names: »V«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS
└─⟦91c658230⟧ »DATA«
└─⟦458657fb6⟧
└─⟦this⟧
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
└─⟦fc9b38f02⟧ »DATA«
└─⟦9b46a407a⟧
└─⟦this⟧
procedure Install_Machine_Initialize
(Release_World : String := "$$"; Options : String := "");
pragma Loaded_Main;
--
-- This procedure updates a pre Delta 2.2 machine to the new initialization
-- scheme that was introduced in Delta 2.2 (D_12_5_0).
-- After running this procedure, the user should look at three files
-- in the Lists directory in the release world.
-- These files are:
-- Init_Procs_To_Delete - this file lists initialization routines which
-- are identical to those provided by Rational. These files
-- will be deleted when Install_Subsystems is run.
-- Init_Procs_To_Change - this file lists initialization routines which
-- have been modified from those provided by Rational.
-- Init_Proc_Differences - this file lists the differences of the files
-- listed in Init_Procs_To_Change
--
-- Please see the release note for a more detailed description of how to
-- upgrade to the new initialization scheme.