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: 752 (0x2f0) Types: TextFile Names: »V«
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦9b46a407a⟧ └─⟦eec0a994f⟧ └─⟦this⟧
procedure Change_Boot_Microcode (To_Version : String); -- This procedure is used to change the name of the microcode file -- specified in the boot configuration file. -- -- Using this procedure allows the configation to be updated while the machine -- is up. The change will take affect on the next reboot. -- -- The parameter TO_VERSION should be the simple name of the microcode file, -- -- (ie. M207_41) -- The procedure will varify that the name is legal, and then check that the -- microcode specified exists in the DFS. The procedure will not update the -- configuration if the microcode does not in the DFS file system. -- This procedure requires OPERATOR privileges be enabled. -- Note: This procedure does not support series 100 systems.