JPH02224122A - Dynamic link system for memory patch data - Google Patents
Dynamic link system for memory patch dataInfo
- Publication number
- JPH02224122A JPH02224122A JP1045746A JP4574689A JPH02224122A JP H02224122 A JPH02224122 A JP H02224122A JP 1045746 A JP1045746 A JP 1045746A JP 4574689 A JP4574689 A JP 4574689A JP H02224122 A JPH02224122 A JP H02224122A
- Authority
- JP
- Japan
- Prior art keywords
- patch data
- patch
- program
- data
- area
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 230000006870 function Effects 0.000 claims abstract description 35
- 238000000034 method Methods 0.000 claims description 21
- 238000012545 processing Methods 0.000 claims description 16
- 238000012546 transfer Methods 0.000 claims description 4
- 230000015572 biosynthetic process Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 9
- 238000012937 correction Methods 0.000 description 3
- 238000013507 mapping Methods 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
Description
【発明の詳細な説明】
(産業上の利用分野)
本発明はメモリバッチデータのダイナミックリンク方式
に関し、特に電子計算機システム内のオペレーティング
システム(O8)プログラムにおいて、処理の誤りが発
見された場合に行われるプログラム修正のためのメモリ
バッチ手順において、無駄なパッチエリアの生成を防止
するメモリバッチデータのダイナミックリンク方式に関
するものである。DETAILED DESCRIPTION OF THE INVENTION (Industrial Application Field) The present invention relates to a dynamic link method for memory batch data, and in particular to a method for dynamically linking memory batch data, particularly when a processing error is discovered in an operating system (O8) program in a computer system. The present invention relates to a dynamic linking method for memory batch data that prevents the generation of useless patch areas in memory batch procedures for program modification.
(従来の技術)
従来、電子計算機システム内のOSプログラムにおいて
、処理の誤りが発見された場合には、OSプログラムは
容易に修正し入れ換えることができないため、暫定的な
修正方法として、パッチデータを作成し、あらかじめ用
意されているパッチデータエリアに書き込み、さらにO
Sプログラム内の処理誤り発見箇所にバッチデータエリ
アへ分岐するための分岐命令とバッチデータエリアのア
ドレスとを書き込んでいる。こうすることによりOSプ
ログラムの走行時に分岐命令により、バッチデータエリ
アに制御が移行し、パッチデータを実行した後に再びO
Sプログラムに制御を戻し、OSプログラムの処理誤り
を修正している。このとき作成されるパッチデータはパ
ッチデータエリア内に直接書き込まれるのでパッチデー
タ作成時点にパッチデータのアドレスが決定されており
、したがってOSプログラムの処理誤り発見箇所に分岐
命令とともにバッチデータエリアのアドレスを書き込む
ことができる。(Prior Art) Conventionally, when a processing error is discovered in an OS program in a computer system, the OS program cannot be easily corrected or replaced, so patch data has been used as a temporary correction method. create it, write it in the patch data area prepared in advance, and then
A branch instruction for branching to the batch data area and the address of the batch data area are written at the location in the S program where a processing error is detected. By doing this, when the OS program is running, control is transferred to the batch data area by a branch instruction, and after executing the patch data, the OS program is executed again.
Control is returned to the S program and the processing error in the OS program is corrected. The patch data created at this time is written directly into the patch data area, so the address of the patch data is determined at the time of creating the patch data. Therefore, the address of the batch data area is written along with a branch instruction to the location where a processing error is found in the OS program. Can be written.
(発明が解決しようとする課題)
上述した従来のメモリバッチ手順によるOSプログラム
の処理誤りの修正方法には以下に示すように、結果的に
無駄なメモリを生成することになってしまうという問題
点があった。(Problem to be Solved by the Invention) The conventional method of correcting processing errors in an OS program using the memory batch procedure described above has the problem that it ends up generating unnecessary memory, as shown below. was there.
この問題点を第5図(a)〜(c)を用いて説明する。This problem will be explained using FIGS. 5(a) to 5(c).
あるOSプログラム内に処理誤りが発見されたとすると
、前述したメモリパッチ手順により正しい処理を行うよ
うにOSプログラムを修正することができるが、このと
きに使用されるバッチデータエリアはO8内に一つだけ
存在しこのエリアを電子計算機システム内の全てのOS
プログラムが共用して使用している(メモリ削減の目的
でこのようになっている)。If a processing error is discovered in an OS program, the OS program can be corrected to perform the correct processing using the memory patch procedure described above, but the batch data area used at this time is only one in the O8. This area exists only for all OSs in the computer system.
It is shared by programs (this is done to save memory).
今、第5図(a>に示すように複数のOSプログラム(
OSプログラムA、B、C)がバッチデータエリアを使
用しているとき、バッチデータエリアに各々のOSプロ
グラムのバッチデータが混在することになる。この状態
で、OSプログラムB、Cを、処理誤りを修正したプロ
グラム(OSプログラムB’ 、C’ )と入れ換える
ことにより、パッチデータエリア内のバッチデータが不
要となったとき、第5図(b)のように不要となったバ
ッチデータが占めていた領域が空きエリアとして残って
しまう。Now, as shown in Figure 5 (a), there are multiple OS programs (
When OS programs A, B, and C) use the batch data area, the batch data of each OS program will be mixed in the batch data area. In this state, when the batch data in the patch data area becomes unnecessary by replacing OS programs B and C with programs that have corrected processing errors (OS programs B' and C'), ), the area occupied by batch data that is no longer needed remains as an empty area.
この空きエリアは新たに作成されたパッチデータ用のエ
リアとして再使用可能ではあるが、その空きエリアの前
後の使用エリアを潰すことはできないため、新たに作成
されたバッチデータの長さが空きエリアの長さより大き
いときには、新たなパッチデータを二つに分けて作成す
ることが必要になる。Although this free area can be reused as an area for newly created patch data, the used areas before and after the free area cannot be destroyed, so the length of the newly created batch data is the free area. If the length is larger than the length of , it is necessary to create new patch data by dividing it into two parts.
しかし、バッチデータを二つに分けて作成するとミスが
発生する可能性が増大するので、通常は第5図(C)の
ように、その空きエリアを使用不可とし後ろの未使用エ
リアを使用している。このような手順を繰り返していく
と使用不可の空きエリアがパッチデータエリア内に虫食
い状態で散在することになり無駄なメモリが増えてしま
うという問題が発生ずる。これは従来のメモリバッチ手
順は、OSプログラム内にバッチデータエリアへの制御
移行のための分岐命令とともに、バッチデータエリアの
アドレスを直接書き込む方法であったため、パッチデー
タエリア内に空きエリアが発生しても、パッチデータを
移動することができないために発生する問題点である。However, creating batch data in two parts increases the possibility of mistakes, so normally, as shown in Figure 5 (C), the empty area is made unusable and the unused area at the back is used. ing. If such a procedure is repeated, a problem arises in that unusable free areas are scattered in the patch data area in a moth-eaten state, resulting in an increase in wasted memory. This is because the conventional memory batch procedure directly writes the address of the batch data area in the OS program along with a branch instruction to transfer control to the batch data area, which creates an empty area in the patch data area. This is a problem that occurs because patch data cannot be moved even if the patch data is not moved.
このように、従来の電子計算機システムにおけるメモリ
バッチ手順によるOSプログラムの処理誤りの修正方式
では、前述したように、パッチデータエリア内のパッチ
データのアドレスをOSプログラム内に持ち込んでいる
ため、パッチデータエリア内に、未使用となった領域が
、虫食いの状態で散在してもバッチデータを移動するこ
とができないため、そのバッチデータエリアが使用不可
になりメモリの無駄が増大するという問題点かあった。In this way, in the conventional method for correcting processing errors in OS programs using memory batch procedures in computer systems, as described above, the addresses of patch data in the patch data area are brought into the OS program. Even if unused areas are scattered throughout the area, the batch data cannot be moved, so there is a problem that the batch data area becomes unusable and memory waste increases. Ta.
(課題を解決するための手段)
本発明によるメモリバッチデータのダイナミックリンク
方式は、処理の誤りが発見された場合に、その誤りを修
正するために行われるメモリパッチ手順において、正し
い処理の命令群であるパッチデータをパッチデータファ
イルに登録すると同時にオペレーティングシステム(O
8)10グラムの指定された場所に、パッチデータのロ
ード機能へ制御移行するための切り口命令とパッチデー
タに付与されたパッチデータIDを埋め込むパッチデー
タ登録機能を含み、このパッチデータ登録機能により、
前記OSプログラムに埋め込まれた切り口命令を実行し
たときに、これをパッチデータのロードの要求として意
識し、前記切り口命令の後ろに指定されている前記パッ
チデータIDに対応するパッチデータをパッチデータフ
ァイル内から前記パッチデータIDをキーとしてサーチ
し、見つかったパッチデータをパッチデータ書き込み専
用のメモリ領域であるバッチデータエリアヘロードする
パッチデータのロード機能を含み、二回目以降そのOS
プログラムを実行したときには前記OSプログラム内の
切り口命令を通常の分岐命令に書き換えると同時に、前
記パッチデータIDの代わりにロードしたパッチデータ
のローディングアドレスを設定することにより直接パッ
チデータエリアへ制御移行せしめるパッチデータアドレ
スの解決機能を含む。(Means for Solving the Problems) The dynamic linking method for memory batch data according to the present invention provides a memory patching procedure that is performed to correct a processing error when a processing error is discovered. When registering patch data in the patch data file, the operating system (O
8) Includes a patch data registration function that embeds a cut command to transfer control to the patch data load function and a patch data ID given to the patch data in a specified location of the 10g, and this patch data registration function allows
When the cut command embedded in the OS program is executed, this is recognized as a request to load patch data, and the patch data corresponding to the patch data ID specified after the cut command is loaded into a patch data file. It includes a patch data loading function that searches for the patch data ID from within the system using the patch data ID as a key, and loads the found patch data into the batch data area, which is a memory area dedicated to writing patch data.
When the program is executed, the cut instruction in the OS program is rewritten to a normal branch instruction, and at the same time, the loading address of the loaded patch data is set in place of the patch data ID, so that the control is directly transferred to the patch data area. Contains data address resolution functionality.
(実施例) 以下図面を参照しつつ、実施例に従って説明する。(Example) Embodiments will be described below with reference to the drawings.
第1図は本発明の一実施例を示す全体構成図である。FIG. 1 is an overall configuration diagram showing an embodiment of the present invention.
第1図を参照すると、パッチデータのダイナミックリン
ク方式はパッチデータの登録機能10、パッチデータの
ロード機能20およびパッチデータのアドレス解決機能
30とから構成される。Referring to FIG. 1, the patch data dynamic link system is comprised of a patch data registration function 10, a patch data load function 20, and a patch data address resolution function 30.
第2図はパッチデータの登録機能10の詳細な説明図で
ある。FIG. 2 is a detailed explanatory diagram of the patch data registration function 10.
利用者が入力装置90から入力するパッチデータ群80
は、パッチデータ81、システム内で一意なパッチデー
タID82、OSプログラム50に設定する切り口のア
ドレス83から構成される。Patch data group 80 input by the user from the input device 90
is composed of patch data 81, a patch data ID 82 unique within the system, and an address 83 of a cut point set in the OS program 50.
パッチデータ登録機能10では、入力されたパッチデー
タ81をパッチデータファイル40に登録する0次に、
パッチデータ登録機能10は、登録されたパッチデータ
81のパッチデータファイル40内のアドレス41と、
パッチデータID82の組を、主記憶メモリ内に作成す
るマツピングテーブル70内に設定する。In the patch data registration function 10, the input patch data 81 is registered in the patch data file 40.
The patch data registration function 10 stores the address 41 in the patch data file 40 of the registered patch data 81,
A set of patch data IDs 82 is set in a mapping table 70 created in the main memory.
最後に、パッチデータ登録機能10では、指定された切
りロアドレス83に対応するOSプログラム50内の位
置に切り口命令51とパッチデータID82を埋め込む
。Finally, the patch data registration function 10 embeds the cut command 51 and patch data ID 82 in the position in the OS program 50 that corresponds to the specified cut lower address 83.
第3図はパッチデータのロード機能20についての詳細
な説明図である。FIG. 3 is a detailed explanatory diagram of the patch data loading function 20.
前述したパッチデータ登録機能10の処理が終わった後
、実際にOSプログラム50の実行時にパッチデータ登
録機能10により組み込まれた切り口命令51を実行し
た結果、パッチデータのロード要求が検出されバッチデ
ータロード機能20に制御が移される。パッチデータロ
ード機能20では、OSプログラム50中の切り口命令
51の後ろに設定されたパッチデータID82を読み、
そのパッチデータID82をキーとして主記憶メモリ内
に作成されているマツピングテーブル70をサーチし、
パッチデータID82に対応するパッチデータ81が登
録されている、パッチデータファイル40内アドレス4
1を求めることができる。After the processing of the patch data registration function 10 described above is completed, as a result of executing the cut command 51 incorporated by the patch data registration function 10 when actually executing the OS program 50, a patch data load request is detected and batch data loading is performed. Control is transferred to function 20. The patch data load function 20 reads the patch data ID 82 set after the cut command 51 in the OS program 50,
Search the mapping table 70 created in the main memory using the patch data ID 82 as a key,
Address 4 in patch data file 40 where patch data 81 corresponding to patch data ID 82 is registered
1 can be found.
そして、対象となるパッチデータ81を主記憶上にあら
かじめ用意されているパッチデータエリア60の、次の
空きエリアにパッチデータファイルから転送する。この
時、パッチデータ81がロードされたパッチデータエリ
ア60内のアドレス61がパッチアドレス解決機能30
に通知される。Then, the target patch data 81 is transferred from the patch data file to the next free area in the patch data area 60 prepared in advance on the main memory. At this time, the address 61 in the patch data area 60 loaded with the patch data 81 is determined by the patch address resolution function 30.
will be notified.
第4図はパッチデータ81とOSプログラム50との間
のアドレスを解決するための、アドレス解決機能30に
ついての詳細な説明図である。FIG. 4 is a detailed explanatory diagram of the address resolution function 30 for resolving the address between the patch data 81 and the OS program 50.
バッチデータロード機能20からこのアドレス解決機能
30ヘロードされたパッチデータ81のパッチデータエ
リア60内のロードアドレス61およびOSプログラム
50内の切り口命令の存在するアドレス83が通知され
る。アドレス解決機能30では、OSプログラム50に
設けられた切り口命令5工を、従来から存在する通常の
分岐命令52に変更するとともにバッチデータID82
の書き込まれている箇所にパッチデータエリア20内の
ロードアドレス61の書き込みを行う。The batch data load function 20 notifies the address resolution function 30 of the load address 61 in the patch data area 60 of the patch data 81 loaded and the address 83 in the OS program 50 where the cut instruction exists. The address resolution function 30 changes the cutting instruction 5 provided in the OS program 50 to a conventional branch instruction 52, and also changes the batch data ID 82.
The load address 61 in the patch data area 20 is written to the location where is written.
こうすることにより二回目以降、本OSグロダラム50
の実行時にはパッチデータのロード要求は検出されずO
Sグロダラム50から直接パッチデータエリア60に制
御が移行し、そこにロードされているパッチデータ81
に実行することができる。By doing this, from the second time onwards, this OS Grodarum 50
When executing the patch data load request is not detected and O
Control is transferred directly from the S Grodarum 50 to the patch data area 60, and the patch data 81 loaded there
can be executed.
以上のように、実施例を説明してきたが、本方式のよう
に、パッチデータをダイナミックにロードし、その都度
パッチデータエリアとOSプログラムの間のアドレス解
決を行うことにより、パッチデータエリアを先頭から順
に使用することができるため、従来のメモリバッチ手順
による0810グラム修正方式におけるパッチデータエ
リアの無駄な空きエリアの発生という問題点が解決され
る。As mentioned above, the embodiment has been explained, but as in this method, by dynamically loading patch data and resolving the address between the patch data area and the OS program each time, the patch data area is placed at the beginning. Since it can be used sequentially from the beginning, the problem of generation of wasteful empty areas in the patch data area in the conventional 0810 gram correction method using the memory batch procedure is solved.
(発明の効果)
以上説明したように、本発明はOSプログラムの処理誤
りを修正するためのメモリパッチ手順による修正方式に
おいて、あらかじめパッチデータを用意されたパッチデ
ータファイルに登録しておき、必要時にそのファイルか
らパッチデータをパッチデータエリア上にロードするこ
とによりパッチデータエリアに従来発生していたメモリ
の無駄な空きエリアを発生しないようにするとともに、
バッチデータをメモリ上にロードすると同時にOSプロ
グラム内にパッチデータエリアのアドレスの書き込むこ
とにより、二回目以降のOSプログラムの実行時には直
接パッチデータエリア内のパ・yチデータに制御を移行
することが可能となるという優れた効果がある。(Effects of the Invention) As explained above, the present invention is a correction method using a memory patch procedure for correcting processing errors in an OS program, in which patch data is registered in advance in a prepared patch data file, and patch data is registered in advance when necessary. By loading the patch data from that file onto the patch data area, it is possible to avoid the wasteful empty area of memory that conventionally occurred in the patch data area, and
By writing the address of the patch data area in the OS program at the same time as loading the batch data into memory, it is possible to transfer control directly to the patch data in the patch data area when the OS program is executed for the second time or later. This has an excellent effect.
第1図は本発明によるメモリバッチデータのダイナミッ
クリンク方式の一実施例を示す全体構成図、第2図は本
実施例におけるパッチデータ登録機能の詳細な説明図、
第3図は本実施例のパッチデータロード機能の詳細な説
明図、第4図は本実施例のパッチアドレス解決機能の詳
細な説明図、第5図は従来のメモリバッチ手順における
問題点の説明図である。
10・・・バッチデータ登録機能、20・・・パッチデ
ータロード機能、30・・・パッチアドレス解決機能、
40・・・パッチデータ登録ファイル、41・・・ファ
イル内アドレス、50・・・OSプログラム、51・・
・切り口命令、52・・・分岐命令、60・・・パッチ
データエリア、61・・・パッチデータロードアドレス
、70・・・マツピングテーブル、80・・・パッチデ
ータ群、81・・・バッチデータ、82・・・バッチデ
ータID、83・・・OSプログラム内アドレス、90
・・・入力装置。FIG. 1 is an overall configuration diagram showing an embodiment of the memory batch data dynamic link method according to the present invention, and FIG. 2 is a detailed explanatory diagram of the patch data registration function in this embodiment.
Fig. 3 is a detailed explanatory diagram of the patch data loading function of this embodiment, Fig. 4 is a detailed explanatory diagram of the patch address resolution function of this embodiment, and Fig. 5 is an explanation of problems in the conventional memory batch procedure. It is a diagram. 10...Batch data registration function, 20...Patch data load function, 30...Patch address resolution function,
40...Patch data registration file, 41...Address within the file, 50...OS program, 51...
・Cut instruction, 52... Branch instruction, 60... Patch data area, 61... Patch data load address, 70... Mapping table, 80... Patch data group, 81... Batch data , 82...Batch data ID, 83...Address within the OS program, 90
...Input device.
Claims (1)
めに行われるメモリパッチ手順において、正しい処理の
命令群であるパッチデータをパッチデータファイルに登
録すると同時にオペレーティングシステム(OS)プロ
グラムの指定された場所に、パッチデータのロード機能
へ制御移行するための切り口命令とパッチデータに付与
されたパッチデータIDを埋め込むパッチデータ登録機
能を含み、このパッチデータ登録機能により、前記OS
プログラムに埋め込まれた切り口命令を実行したときに
、これをパッチデータのロードの要求として意識し、前
記切り口命令の後ろに指定されている前記パッチデータ
IDに対応するパッチデータをパッチデータファイル内
から前記パッチデータIDをキーとしてサーチし、見つ
かつたパッチデータをパッチデータ書き込み専用のメモ
リ領域であるパッチデータエリアへロードするパッチデ
ータのロード機能を含み、二回目以降そのOSプログラ
ムを実行したときには前記OSプログラム内の切り口命
令を通常の分岐命令に書き換えると同時に、前記パッチ
データIDの代わりにロードしたパッチデータのローデ
ィングアドレスを設定することにより直接パッチデータ
エリアへ制御移行せしめるパッチデータアドレスの解決
機能を含むことを特徴とするメモリバッチデータのダイ
ナミックリンク方式。When a processing error is discovered, in the memory patch procedure performed to correct the error, patch data, which is a group of correct processing instructions, is registered in the patch data file, and at the same time, the specified operating system (OS) program The patch data registration function includes a cut command for transferring control to the patch data load function and a patch data registration function that embeds the patch data ID given to the patch data.
When a cut command embedded in a program is executed, this is recognized as a request to load patch data, and the patch data corresponding to the patch data ID specified after the cut command is loaded from within the patch data file. It includes a patch data loading function that searches using the patch data ID as a key and loads the found patch data into a patch data area that is a memory area dedicated to writing patch data, and when the OS program is executed for the second time or later, the OS Includes a patch data address resolution function that rewrites the cut instruction in the program to a normal branch instruction and at the same time sets the loading address of the loaded patch data instead of the patch data ID to directly transfer control to the patch data area. A dynamic link method for memory batch data characterized by the following.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1045746A JPH02224122A (en) | 1989-02-27 | 1989-02-27 | Dynamic link system for memory patch data |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1045746A JPH02224122A (en) | 1989-02-27 | 1989-02-27 | Dynamic link system for memory patch data |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH02224122A true JPH02224122A (en) | 1990-09-06 |
Family
ID=12727880
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1045746A Pending JPH02224122A (en) | 1989-02-27 | 1989-02-27 | Dynamic link system for memory patch data |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH02224122A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000322251A (en) * | 1999-04-23 | 2000-11-24 | Internatl Business Mach Corp <Ibm> | Application managing method |
JP2005182775A (en) * | 2003-12-10 | 2005-07-07 | Microsoft Corp | Driver-specific context for kernel mode shimming |
-
1989
- 1989-02-27 JP JP1045746A patent/JPH02224122A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000322251A (en) * | 1999-04-23 | 2000-11-24 | Internatl Business Mach Corp <Ibm> | Application managing method |
KR100403983B1 (en) * | 1999-04-23 | 2003-11-03 | 인터내셔널 비지네스 머신즈 코포레이션 | Application management |
US6718546B1 (en) | 1999-04-23 | 2004-04-06 | International Business Machines Corporation | Application management |
JP2005182775A (en) * | 2003-12-10 | 2005-07-07 | Microsoft Corp | Driver-specific context for kernel mode shimming |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5603020A (en) | Method for detecting file names by informing the task of the identification of the directory antecedent to the file | |
EP0444544B1 (en) | Updating or restoring method for stored data groups and system executing same | |
US20020120601A1 (en) | Dynamic seamless reconfiguration of executing parallel software | |
JPH03278126A (en) | Computer system starting system | |
JP2002507020A (en) | Technology that updates data without causing any obstacles | |
US6256751B1 (en) | Restoring checkpointed processes without restoring attributes of external data referenced by the processes | |
JP3764405B2 (en) | Debugging apparatus and debugging method | |
JPH02224122A (en) | Dynamic link system for memory patch data | |
JPH1091405A (en) | Software maintenance method | |
JPH08129492A (en) | Resource exclusion checking system and resource exclusion checking method | |
JP6726136B2 (en) | Data access device and access error notification method | |
JPH0546378A (en) | Correction processing method for program | |
JPH0256666A (en) | System for dynamically updating job network unitary control system generating information | |
JP2002024037A (en) | Method for updating dynamic link library file | |
KR100308251B1 (en) | Integrated management method of runtime backup information and its system | |
JPH06222916A (en) | On-line real-time processor | |
JP2004005113A (en) | Virtual computer system operated on a plurality of actual computers, and control method thereof | |
KR20230032654A (en) | Interated management method of runtime backup information and system therof | |
JPH02226350A (en) | Data control method for computer system | |
JPH03255533A (en) | Symbol managing system in programming language processing system | |
JPH03257531A (en) | Patch system | |
JPH04363721A (en) | Program switching system | |
JPH0644129A (en) | Information processor | |
JPH01201728A (en) | Program correcting system | |
JPH02249026A (en) | High speed patch executing method |