JPH05197531A - Method for starting nonresident program - Google Patents
Method for starting nonresident programInfo
- Publication number
- JPH05197531A JPH05197531A JP628592A JP628592A JPH05197531A JP H05197531 A JPH05197531 A JP H05197531A JP 628592 A JP628592 A JP 628592A JP 628592 A JP628592 A JP 628592A JP H05197531 A JPH05197531 A JP H05197531A
- Authority
- JP
- Japan
- Prior art keywords
- bank
- program
- resident program
- memory
- loaded
- 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
- 238000000034 method Methods 0.000 title abstract description 23
- 230000015654 memory Effects 0.000 claims abstract description 74
- 230000004913 activation Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 4
- 230000003213 activating effect Effects 0.000 description 2
- 230000003111 delayed effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】この発明は、計算機システムにお
ける非常駐プログラムの起動方法に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for activating a non-resident program in a computer system.
【0002】[0002]
【従来の技術】図2は、計算機システムにおける非常駐
プログラムの起動方法の従来例を示したものである。図
中の符号1は計算機システムのCPU(中央演算処理装
置)の主メモリを示し、2はディスク装置等の外部記憶
装置を示している。2. Description of the Related Art FIG. 2 shows a conventional example of a method for starting a non-resident program in a computer system. Reference numeral 1 in the figure denotes a main memory of a CPU (central processing unit) of the computer system, and 2 denotes an external storage device such as a disk device.
【0003】この図示例では、主メモリ1の領域(メモ
リ空間)に、オペレーティング・システム(以下、OS
と略記する)3と、常駐プログラム4と、第1の非常駐
プログラム5と、第2の非常駐プログラム6とがロード
された状態を示している。In this illustrated example, an operating system (hereinafter referred to as OS) is provided in an area (memory space) of the main memory 1.
3), a resident program 4, a first non-resident program 5, and a second non-resident program 6 are loaded.
【0004】前記OS3および常駐プログラム4は、予
め前記外部記憶装置2あるいはその他の外部記憶手段に
格納されていて、CPUの起動時に前記主メモリ1上に
ロードされる。The OS 3 and the resident program 4 are stored in advance in the external storage device 2 or other external storage means, and are loaded on the main memory 1 when the CPU is activated.
【0005】また、第1の非常駐プログラム5は、前記
常駐プログラムが必要に応じて前記外部記憶装置2から
主メモリ1へロードして起動するもので、使用し得る主
メモリ1上のメモリ空間が、前記常駐プログラム4の使
用しているメモリ空間に後続する領域に定められてお
り、その定められたメモリ空間にオーバーレイ方式でロ
ードされる(図中の矢印(イ)は、外部記憶装置2から
主メモリ1への第1の非常駐プログラムのロードを示し
ている)。The first non-resident program 5 is loaded by the resident program from the external storage device 2 into the main memory 1 and activated when necessary, and a usable memory space on the main memory 1 is available. , Is defined in an area subsequent to the memory space used by the resident program 4, and is loaded in the defined memory space by the overlay method (the arrow (a) in the figure indicates the external storage device 2). Shows the loading of the first non-resident program into main memory 1).
【0006】そして起動された第1の非常駐プログラム
5が動作を終了すると、その第1の非常駐プログラムを
呼び出した常駐プログラム4に起動が戻る(図中の矢印
(ハ)は、非常駐プログラムの動作が終了して、常駐プ
ログラムへ起動が戻ることを示している)。When the activated first non-resident program 5 finishes its operation, the activation is returned to the resident program 4 that called the first non-resident program (the arrow (c) in the figure indicates that the non-resident program operates). It indicates that it is finished and the startup is returned to the resident program).
【0007】また、第2の非常駐プログラム6は、先に
起動された第1の非常駐プログラム5が必要に応じて前
記外部記憶装置2から主メモリ1へロードして起動する
もので、使用し得る主メモリ1上のメモリ空間が、前記
第1の非常駐プログラム5の使用しているメモリ空間に
後続する領域に定められており、第1の非常駐プログラ
ムの場合と同様に、その定められたメモリ空間にオーバ
ーレイ方式でロードされる(図中の矢印(ロ)は、外部
記憶装置2から主メモリ1への第2の非常駐プログラム
のロードを示している)。The second non-resident program 6 is used because the first non-resident program 5, which has been started earlier, loads it from the external storage device 2 into the main memory 1 as necessary and starts it. The memory space on the main memory 1 is defined in an area subsequent to the memory space used by the first non-resident program 5, and the defined memory space is the same as in the case of the first non-resident program. In the overlay mode (the arrow (B) in the figure indicates the loading of the second non-resident program from the external storage device 2 to the main memory 1).
【0008】そして、起動された第2の非常駐プログラ
ム6が動作を終了すると、その第2の非常駐プログラム
6を呼び出した非常駐プログラム5に起動が戻る。When the activated second non-resident program 6 finishes its operation, the activation is returned to the non-resident program 5 that called the second non-resident program 6.
【0009】[0009]
【発明が解決しようとする課題】ところが、主メモリ1
上の所定のメモリ空間にオーバーレイ方式で非常駐プロ
グラムをロードする従来の起動方式では、新たに非常駐
プログラムを起動することによって、その前にロードさ
れていた非常駐プログラムが、実行時に作り出して保持
していたデータとともに消失してしまう。However, the main memory 1
In the conventional startup method of loading a non-resident program in the above predetermined memory space by the overlay method, the non-resident program that was loaded before that was created and held at the time of execution by newly starting the non-resident program. It disappears with the data.
【0010】そのため、以前に起動した非常駐プログラ
ムの保持データが再び必要となった時、あるいは以前に
起動した非常駐プログラムを再起動したい時には、その
非常駐プログラムを最初に起動した時と同様に、その都
度、外部記憶装置2から読み出しを行なって主メモリ1
上にロードして起動させねばならず、その結果、外部記
憶装置へのアクセス回数が増え、かつ同一の非常駐プロ
グラムによるプログラム処理の繰り返しが増えて、非常
駐プログラムを使用した計算機システムの一連の処理時
間が遅延するという問題が生じていた。Therefore, when the data held by the previously started non-resident program is needed again, or when it is desired to restart the previously started non-resident program, each time it is started, the non-resident program is restarted. , The main memory 1 by reading from the external storage device 2
It has to be loaded and started up, resulting in an increase in the number of accesses to the external storage device and an increase in the repetition of program processing by the same non-resident program, resulting in a series of processing times of the computer system using the non-resident program. There was a problem of being delayed.
【0011】本発明は前記事情に鑑みてなされたもの
で、外部記憶装置へのアクセス回数を減らすと同時に、
同一の非常駐プログラムによるプログラム処理の繰り返
し回数を低減し、もって、非常駐プログラムを使用した
計算機システムの一連の処理時間を高速化することので
きる非常駐プログラムの起動方法を提供することを目的
とする。The present invention has been made in view of the above circumstances, and reduces the number of accesses to an external storage device and at the same time,
An object of the present invention is to provide a method for starting a non-resident program which can reduce the number of times of repeating the program processing by the same non-resident program and thereby speed up a series of processing time of a computer system using the non-resident program.
【0012】[0012]
【課題を解決するための手段】本発明に係る非常駐プロ
グラムの起動方法は、計算機システムの運用時、非常駐
プログラムをロードする記憶域として、オペレーティン
グ・システムの管理下にあるバンクメモリを使用し、さ
らに、バンク切替によって、起動する非常駐プログラム
を切替えることを特徴としている。A method for starting a non-resident program according to the present invention uses a bank memory under the control of an operating system as a storage area for loading the non-resident program during operation of a computer system, and The feature is that the non-resident program to be activated is switched by bank switching.
【0013】[0013]
【作用】本発明に係る非常駐プログラムの起動方法で
は、計算機システムの運用時に、必要とされる非常駐プ
ログラムは該計算機システムのオペレーティング・シス
テムによって管理されるバンクメモリにロードされて起
動され、一度バンクメモリ上にロードされた非常駐プロ
グラムはバンクメモリ上のメモリ空間が全て消費される
かリセットされるまでは、そのままロードされたバンク
上に保存される。In the method of activating a non-resident program according to the present invention, the non-resident program required when the computer system is operated is loaded into the bank memory managed by the operating system of the computer system and activated, and once the bank memory is operated. The non-resident program loaded above is stored in the loaded bank as it is until the memory space on the bank memory is completely consumed or reset.
【0014】従って、以前に使用した非常駐プログラム
を再起動する必要が生じた場合などには、バンクメモリ
のバンク切替によって容易かつ迅速に主メモリ上にロー
ドした状態にすることができ、外部記憶装置から改めて
読み込んで主メモリ上にロードするといった処理が不要
になる。Therefore, when it becomes necessary to restart the previously used non-resident program, it is possible to easily and quickly load the main memory by switching the bank memory, and the external memory device can be used. It is not necessary to read it again and load it on the main memory.
【0015】したがって、外部記憶装置へのアクセス回
数を減らすと同時に、同一の非常駐プログラムによるプ
ログラム処理の繰り返し回数を低減し、もって、非常駐
プログラムを使用した計算機システムの一連の処理時間
を高速化することができる。Therefore, it is possible to reduce the number of times the external storage device is accessed and at the same time reduce the number of times the program processing is repeated by the same non-resident program, thereby speeding up a series of processing times of the computer system using the non-resident program. You can
【実施例】図1は、本発明に係る非常駐プログラムの起
動方法の一実施例を概略的に示したもので、図中の符号
11は計算機システムのCPU(中央演算処理装置)の
主メモリを示し、12はディスク装置等の外部記憶装置
を示し、B1,B2,……Bnは前記主メモリ11上に
おかれたオペレーティング・システム(以下、OSと略
記する)13によってバンクメモリとして管理される単
位メモリ空間(バンク)である。DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 schematically shows an embodiment of a non-resident program starting method according to the present invention. Reference numeral 11 in the drawing indicates a main memory of a CPU (central processing unit) of a computer system. Reference numeral 12 denotes an external storage device such as a disk device, and B1, B2, ... Bn are managed as bank memories by an operating system (hereinafter abbreviated as OS) 13 placed on the main memory 11. It is a unit memory space (bank).
【0016】前記主メモリ11には、前記バンクメモリ
の各バンクを割り当てるための領域Bが設定されてい
る。An area B for allocating each bank of the bank memory is set in the main memory 11.
【0017】なお、図中の符号M1は前記領域Bにバン
クB1が割り当てられたときの主メモリ上の状態を示
し、符号M2は前記領域BにバンクB2が割り当てられ
たときの主メモリ上の状態を示し、符号Mnは前記領域
BにバンクBnが割り当てられたときの主メモリ上の状
態を示している。Reference numeral M1 in the drawing shows the state in the main memory when the bank B1 is assigned to the area B, and reference numeral M2 is in the main memory when the bank B2 is assigned to the area B. The state Mn indicates the state on the main memory when the bank Bn is assigned to the area B.
【0018】この一実施例の場合では、バンクB1には
第1の非常駐プログラムP1がロードされ、バンクB2
には第2の非常駐プログラムP2がロードされ、バンク
Bnには第nの非常駐プログラムPnがロードされてい
る(図中の矢印(ニ)は外部記憶装置12からバンクB
1への第1の非常駐プログラムP1のロードを示してお
り、矢印(ホ)は外部記憶装置12からバンクB2への
第2の非常駐プログラムP2のロードを示している)。In the case of this embodiment, bank B1 is loaded with the first non-resident program P1 and bank B2
Is loaded with the second non-resident program P2, and the bank Bn is loaded with the n-th non-resident program Pn (the arrow (d) in the figure indicates the bank B from the external storage device 12).
1 shows the loading of the first non-resident program P1 and the arrow (e) shows the loading of the second non-resident program P2 from the external storage device 12 to the bank B2).
【0019】この一実施例では、前記領域Bを除く主メ
モリ上のメモリ空間に、前記OS13と、第1〜第3の
常駐プログラム14,15,16とがロードし、非常駐
プログラムは全てバンクメモリにロードすることとして
いる。In this embodiment, the OS 13 and the first to third resident programs 14, 15 and 16 are loaded into the memory space on the main memory except the area B, and all the non-resident programs are stored in the bank memory. It is supposed to be loaded.
【0020】ここに、OS13および常駐プログラム1
4,15,16は、予め前記外部記憶装置12あるいは
その他の外部記憶手段に格納されていて、CPU起動時
に前記主メモリ11上にロードされる。Here, the OS 13 and the resident program 1
4, 15 and 16 are stored in advance in the external storage device 12 or other external storage means and are loaded on the main memory 11 when the CPU is activated.
【0021】また、非常駐プログラムは、前記外部記憶
装置12に格納されていて、OS13の起動後に常駐プ
ログラムが実行された場合、その常駐プログラムの必要
に応じて前記外部記憶装置12からバンクメモリの空き
バンクにロードされ(但し、空きバンクがない場合に
は、従来の主メモリ上での取り扱いの時と同様に、使用
済みのバンクの一つにオーバーレイ方式でロードされ
る)、起動される。Further, when the non-resident program is stored in the external storage device 12 and the resident program is executed after the OS 13 is booted, a bank memory is vacant from the external storage device 12 as required by the resident program. It is loaded into a bank (however, if there is no empty bank, it is loaded in one of the used banks by an overlay method as in the case of the conventional handling on the main memory) and activated.
【0022】一度ロードされた非常駐プログラムに対し
ては、CPUにリセットがかけられたり、あるいは空き
バンクがなくなった状態で新たな非常駐プログラムをオ
ーバーレイ方式でロードしたために消失するといった事
態が発生しない限り、起動アドレス(格納バンクのアド
レス)がOS13のメモリ管理プログラム(バンクマネ
ージャー)に保存される。As long as a non-resident program that has been loaded once is not lost unless the CPU is reset or a new non-resident program is loaded by the overlay method with no empty banks, The boot address (address of the storage bank) is stored in the memory management program (bank manager) of the OS 13.
【0023】新たに非常駐プログラムをバンクにロード
するには、空きバンクが存在する限り、オーバーレイと
ならないように、バンク切替が制御され、一度起動した
非常駐プログラムを再起動する場合には、OS13のメ
モリ管理プログラムに保存された起動アドレスに基づい
て、所望の非常駐プログラムがロードされているバンク
を前記領域Bに割り当てて、起動する。To newly load a non-resident program in a bank, bank switching is controlled so that overlaying does not occur as long as there is an empty bank, and when the non-resident program that has been started is restarted, the memory of the OS 13 Based on the activation address stored in the management program, the bank in which the desired non-resident program is loaded is assigned to the area B and activated.
【0024】図3は、非常駐プログラムを外部記憶装置
12からバンクメモリへ読み込むまでの一実施例におけ
る一連の処理手順を示したものである。FIG. 3 shows a series of processing steps in an embodiment until the non-resident program is read from the external storage device 12 into the bank memory.
【0025】まず、非常駐プログラムを読み込むための
バンク切替を行う(ステップ21)。次いで、切り替え
たバンクメモリへ既に非常駐プログラムを読み込んだか
を判定する(ステップ22)。既に読み込んでいた時は
ステップ25へ、まだ読み込んでいない時はステップ2
3を実行する。First, banks are switched to read the non-resident program (step 21). Next, it is determined whether the non-resident program has already been read into the switched bank memory (step 22). If it has already been read, go to step 25. If not, go to step 2
Execute 3.
【0026】ステップ23では、OS13の機能を使用
して非常駐プログラムを切り替えたバンク上に読み込ん
で起動をかける。そして、起動をかけたプログラムが終
了した時、次のステップ24へ制御を移行する。In step 23, the function of the OS 13 is used to read the non-resident program into the switched bank and activate it. Then, when the activated program is completed, control is transferred to the next step 24.
【0027】ステップ24では、非常駐プログラムから
再度起動をかける時のアドレスをもらいOS13のメモ
リ管理プログラム内にセーブしておく。これで1回目の
非常駐プログラムへの起動は終結する。In step 24, the address at the time of restarting is received from the non-resident program and saved in the memory management program of the OS 13. This completes the first startup of the non-resident program.
【0028】前述のステップ25は、以前に読み込んで
起動をかけた非常駐プログラムを再起動する場合の処理
で、前記ステップ24による処理でセーブしていたアド
レスへ制御を移行する事で、非常駐プログラムを外部記
憶装置12からは読み込まずに起動する。The above-mentioned step 25 is a process for restarting the non-resident program that was previously read and activated. By transferring control to the address saved in the process in the step 24, the non-resident program is executed. It starts without reading from the external storage device 12.
【0029】図4は、読み込み起動又は再度起動された
非常駐プログラムの実行フローを示したものである。FIG. 4 shows an execution flow of the non-resident program that is read and started or restarted.
【0030】まず、OSから起動されたか否か、即ち、
図3のステップ23にて起動されたか否かを判定し(ス
テップ31)、OSから起動された時はステップ32へ
移行し、そうでない時はステップ33に移行する。First, whether or not it has been started from the OS, that is,
It is determined in step 23 of FIG. 3 whether or not it has been started (step 31). If it is started from the OS, the process proceeds to step 32, and if not, the process proceeds to step 33.
【0031】ステップ32では、非常駐プログラムの動
作環境を整える。In step 32, the operating environment of the non-resident program is prepared.
【0032】ステップ33では、非常駐プログラムのメ
インへ移行しアプリケーションを実行する。In step 33, the main program of the non-resident program is executed and the application is executed.
【0033】ステップ34では、アプリケーションが終
了し再度起動をかけるためのアドレスを起動元へ通知し
た後に割込みリターン(IRET)にて起動元へもど
る。In step 34, the application is terminated and the address for reactivating the application is notified to the activation source, and then the interrupt return (IRET) is performed to return to the activation source.
【0034】以上に説明した一実施例の非常駐プログラ
ムの起動方法では、計算機システムの運用時に、必要と
される非常駐プログラムは該計算機システムのオペレー
ティング・システムによって管理されるバンクメモリに
ロードされて起動され、一度バンクメモリ上にロードさ
れた非常駐プログラムはバンクメモリ上のメモリ空間が
全て消費されるかリセットされるまでは、そのままロー
ドされたバンク上に保存される。In the non-resident program activation method of the above-described embodiment, the required non-resident program is loaded into the bank memory managed by the operating system of the computer system and activated when the computer system is operated. The non-resident program once loaded on the bank memory is saved on the loaded bank as it is until the memory space on the bank memory is completely consumed or reset.
【0035】従って、以前に使用した非常駐プログラム
を再起動する必要が生じた場合などには、バンクメモリ
のバンク切替によって容易かつ迅速に主メモリ上にロー
ドした状態にすることができ、外部記憶装置から改めて
読み込んで主メモリ上にロードするといった処理が不要
になる。Therefore, when it becomes necessary to restart the previously used non-resident program, it is possible to easily and quickly load the main memory by switching the bank memory, and the external memory device can be used. It is not necessary to read it again and load it on the main memory.
【0036】したがって、外部記憶装置へのアクセス回
数を減らすと同時に、同一の非常駐プログラムによるプ
ログラム処理の繰り返し回数を低減し、もって、非常駐
プログラムを使用した計算機システムの一連の処理時間
を高速化することができる。なお、前述の一実施例では
触れなかったが、本発明は、非常駐プログラム自体が、
プログラムの実行に必要な記憶域の大きさが主メモリ上
の大きさを超える大型のプログラムであるような場合に
も有効である。Therefore, it is possible to reduce the number of times the external storage device is accessed and at the same time reduce the number of times the same non-resident program repeats the program processing, thereby speeding up a series of processing times of the computer system using the non-resident program. You can Although not mentioned in the above-mentioned embodiment, the present invention is based on the non-resident program itself.
It is also effective in the case of a large program in which the size of the storage area required to execute the program exceeds the size in the main memory.
【0037】本発明に係る非常駐プログラムの起動方法
は、OS管理下のメモリ空間にバンクメモリがある計算
機システムであれば、全て適用可能である。The non-resident program starting method according to the present invention can be applied to any computer system having a bank memory in a memory space under OS management.
【0038】また、従来では、このような大型のプログ
ラムは、複数のプログラム・セグメントで構成し、かつ
先に主メモリ上にロードされて所定の動作を済ませたプ
ログラム・セグメント上に別のプログラム・セグメント
をかぶせるオーバーレイ構造に設計しなければならなか
ったが、本発明を利用する場合では、プログラム・セグ
メント毎に格納するバンクを切り替える情報を持たせる
だけで、非常駐プログラムの全てのプログラム・セグメ
ントをオーバーレイすることなくバンクメモリ上にロー
ドすることができ、上述した作用・効果をあげることが
できる。Further, conventionally, such a large program is composed of a plurality of program segments, and another program is loaded on the main memory to perform a predetermined operation. Although it was necessary to design the overlay structure to cover the segments, in the case of using the present invention, all the program segments of the non-resident program are overlaid by only having the information to switch the bank to be stored for each program segment. It can be loaded on the bank memory without doing so, and the above-described actions and effects can be achieved.
【0039】[0039]
【発明の効果】以上の説明から明らかなように、本発明
に係る、本発明に係る非常駐プログラムの起動方法で
は、計算機システムの運用時に、必要とされる非常駐プ
ログラムは該計算機システムのオペレーティング・シス
テムによって管理されるバンクメモリにロードされて起
動され、一度バンクメモリ上にロードされた非常駐プロ
グラムはバンクメモリ上のメモリ空間が全て消費される
かリセットされるまでは、そのままロードされたバンク
上に保存される。As is apparent from the above description, in the method for starting a non-resident program according to the present invention according to the present invention, the non-resident program required during the operation of the computer system is the operating system of the computer system. A non-resident program that is loaded into the bank memory managed by and started, and once loaded into the bank memory is stored in the loaded bank until the memory space on the bank memory is completely consumed or reset. To be done.
【0040】従って、以前に使用した非常駐プログラム
を再起動する必要が生じた場合などには、バンクメモリ
のバンク切替によって容易かつ迅速に主メモリ上にロー
ドした状態にすることができ、外部記憶装置から改めて
読み込んで主メモリ上にロードするといった処理が不要
になる。したがって、外部記憶装置へのアクセス回数を
減らすと同時に、同一の非常駐プログラムによるプログ
ラム処理の繰り返し回数を低減し、もって、非常駐プロ
グラムを使用した計算機システムの一連の処理時間を高
速化することができる。Therefore, when it becomes necessary to restart the previously used non-resident program, the bank memory can be easily and quickly loaded into the main memory by switching the banks, and the external storage device can be used. It is not necessary to read it again and load it on the main memory. Therefore, it is possible to reduce the number of accesses to the external storage device, and at the same time reduce the number of times of repeating the program processing by the same non-resident program, thereby speeding up a series of processing time of the computer system using the non-resident program.
【図1】本発明の一実施例の概念図である。FIG. 1 is a conceptual diagram of an embodiment of the present invention.
【図2】従来例の非常駐プログラムの起動方法の説明図
である。FIG. 2 is an explanatory diagram of a conventional non-resident program starting method.
【図3】本発明の一実施例における非常駐プログラムの
起動処理の説明図である。FIG. 3 is an explanatory diagram of a non-resident program starting process according to an embodiment of the present invention.
【図4】本発明の一実施例における非常駐プログラムの
実行処理の説明図である。FIG. 4 is an explanatory diagram of a non-resident program execution process according to an embodiment of the present invention.
11 主メモリ 12 外部記憶装置 13 オペレーティング・システム 14,15,16 常駐プログラム B 領域 B1〜Bn バンク 11 Main Memory 12 External Storage Device 13 Operating System 14, 15, 16 Resident Program B Area B1-Bn Bank
Claims (1)
ラムをロードする記憶域として、オペレーティング・シ
ステムの管理下にあるバンクメモリを使用し、 バンク切替によって、起動する非常駐プログラムを切替
えることを特徴とする非常駐プログラムの起動方法。1. A non-resident program characterized by using a bank memory under the control of an operating system as a storage area for loading a non-resident program during operation of a computer system, and switching a non-resident program to be started by bank switching. How to start the program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP628592A JPH05197531A (en) | 1992-01-17 | 1992-01-17 | Method for starting nonresident program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP628592A JPH05197531A (en) | 1992-01-17 | 1992-01-17 | Method for starting nonresident program |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05197531A true JPH05197531A (en) | 1993-08-06 |
Family
ID=11634124
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP628592A Pending JPH05197531A (en) | 1992-01-17 | 1992-01-17 | Method for starting nonresident program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05197531A (en) |
-
1992
- 1992-01-17 JP JP628592A patent/JPH05197531A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
USRE40092E1 (en) | Method for quickly booting a computer system | |
US5269022A (en) | Method and apparatus for booting a computer system by restoring the main memory from a backup memory | |
US6633976B1 (en) | Method of storing BIOS modules and transferring them to memory for execution | |
JP2716275B2 (en) | Method and apparatus for testing computer system storage | |
US9298472B2 (en) | High-speed restart method, information processing device, and program | |
JP5783809B2 (en) | Information processing apparatus, activation method, and program | |
US6615364B1 (en) | Computer system and methods for acquiring dump information and system recovery | |
JPH1124943A (en) | Computer restarting method and computer stopping method | |
US6415383B1 (en) | Address offset feature for a hard disk drive | |
JP2011060225A (en) | Operating system booting method | |
JP7053979B2 (en) | Information processing equipment, information processing methods, and programs | |
JPH05197531A (en) | Method for starting nonresident program | |
JP2003044284A (en) | Activation method for computer system and program for activation | |
JP2003216449A (en) | Patch processing system | |
JPH09146774A (en) | Personal computer system | |
JP2008015725A (en) | Information processor and program activating method | |
JPH09265399A (en) | Bios write method | |
JPH08263219A (en) | Method for starting recording and reproducing device | |
JPH01261758A (en) | Computer system | |
JPH0554009A (en) | Program load system | |
JP2001256055A (en) | Program download system | |
JPH09269896A (en) | Booting method for firm cpu | |
JPH0227689B2 (en) | ||
JPH07219918A (en) | System starting method for parallel computer | |
JPH05274212A (en) | Memory initializing processing method |