JPH0863420A - Method for incorporating input/output control program - Google Patents

Method for incorporating input/output control program

Info

Publication number
JPH0863420A
JPH0863420A JP19642494A JP19642494A JPH0863420A JP H0863420 A JPH0863420 A JP H0863420A JP 19642494 A JP19642494 A JP 19642494A JP 19642494 A JP19642494 A JP 19642494A JP H0863420 A JPH0863420 A JP H0863420A
Authority
JP
Japan
Prior art keywords
adapter
operating system
control program
computer system
output control
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
Application number
JP19642494A
Other languages
Japanese (ja)
Inventor
Masaru Hiroki
勝 廣木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP19642494A priority Critical patent/JPH0863420A/en
Publication of JPH0863420A publication Critical patent/JPH0863420A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To save the trouble to manually define a mount adapter in advance and prevent a main storage area from being used wastefully when an operating system of a computer system is generated by linking device drivers. CONSTITUTION: Adapters 10 and 11 are provided with adapter identifications i0 and i1 and when the computer system is initialized, a host CPU 3 reads the identifications i0 and i1 in, generates the operating system by linking only necessary drivers d0 and d1 among device drivers d0, d1, d2... in an auxiliary storage device 5, and loads it to the main storage 4.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】複数の入出力装置(デバイス)を
接続するための複数のアダプタと、これらを制御するた
めの複数の専用の入出力制御プログラム(デバイスドラ
イバとも呼ぶ)を有するコンピュータシステムにおい
て、コンピュータシステムの初期化処理時にホストCP
Uが、現実に実装されているアダプタに応じ、必要な入
出力制御プログラムのみをオペレーティングシステムに
組込む方法に関する。
BACKGROUND OF THE INVENTION In a computer system having a plurality of adapters for connecting a plurality of input / output devices (devices) and a plurality of dedicated input / output control programs (also called device drivers) for controlling these , The host CP during the initialization process of the computer system
U relates to a method of incorporating only a necessary input / output control program into an operating system according to an actually mounted adapter.

【0002】なお、以下各図において同一の符号は同一
もしくは相当部分を示す。
In the following drawings, the same reference numerals indicate the same or corresponding parts.

【0003】[0003]

【従来の技術】従来、デバイスドライバを静的に組込む
システムでは、デバイスドライバはそれぞれ1つのオブ
ジェクトファイルとして存在し、すべてのデバイスドラ
イバをオペレーティングシステムの一部としてリンクし
ている。このとき、あらかじめアダプタ定義ファイル等
に組込むべきアダプタの情報を定義しておき、この定義
ファイルをもとに作成された実際の制御に必要な情報を
オペレーティングシステムに反映するなどの方法を採っ
ている。
2. Description of the Related Art Conventionally, in a system in which device drivers are statically incorporated, each device driver exists as one object file, and all device drivers are linked as part of an operating system. At this time, the information of the adapter to be incorporated into the adapter definition file etc. is defined in advance, and the information necessary for actual control created based on this definition file is reflected in the operating system. .

【0004】[0004]

【発明が解決しようとする課題】従来の方法では、あら
かじめアダプタの情報をファイルに定義するという手続
きが必要であり、そのための知識も必要である。また、
実際には必要のないデバイスドライバもオペレーティン
グシステムにリンク(動的に組込むシステムでは個別に
主記憶にローディング)してしまい、主記憶を無駄に使
用してしまうという問題がある。
The conventional method requires a procedure of previously defining adapter information in a file, and also requires knowledge for that purpose. Also,
There is a problem in that even device drivers that are not actually needed are linked to the operating system (in a dynamically incorporated system, they are individually loaded into the main memory), and the main memory is wasted.

【0005】本発明は、実際に実装されているアダプタ
を認識することで煩わしい定義を必要とせず、必要なデ
バイスドライバのみをシステムに組込むことにより上記
問題を解消しようとするものである。
The present invention is intended to solve the above problems by recognizing an actually mounted adapter, without requiring a troublesome definition, and by incorporating only necessary device drivers into a system.

【0006】[0006]

【課題を解決するための手段】前記の課題を解決するた
めに、本発明の入出力制御プログラム組込み方法では、
複数の入出力装置を接続するための複数のアダプタ(1
0,11など)と、これらを制御するための複数の専用
の入出力制御プログラム(d0,d1,d2,・・・な
ど)とを有するコンピュータシステム(01など)にお
いて、アダプタにアダプタ識別(i0,i1など)を設
け、コンピュータシステムの初期化処理時にホストCP
U(3など)が実装されているすべてのアダプタのアダ
プタ識別を読込み、必要な入出力制御プログラムのみを
リンクしてオペレーティングシステムを生成するように
する。
In order to solve the above-mentioned problems, the input / output control program embedding method of the present invention comprises:
Multiple adapters (1 to connect multiple I / O devices)
0, 11, etc.) and a plurality of dedicated input / output control programs (d0, d1, d2, ...) For controlling these, in a computer system (01, etc.), the adapter identification (i0 , I1, etc.), and the host CP is used during the initialization process of the computer system.
Read the adapter identifications of all the adapters in which U (3 etc.) are mounted, and link only the necessary I / O control programs to generate the operating system.

【0007】[0007]

【作用】アダプタにアダプタ識別を設け、コンピュータ
システムの初期化処理時にホストCPUが実装されてい
る全てのアダプタのアダプタ識別を読込み、必要な入出
力制御プログラム(デバイスアダプタ)のみをリンクし
てオペレーティングシステムを生成するようにする。
[Function] The adapter is provided with an adapter identification, the host CPU is loaded with the adapter identification at the time of initialization processing of the computer system, and only the necessary input / output control program (device adapter) is linked to the operating system. To generate.

【0008】[0008]

【実施例】以下ではデバイスドライバをオペレーティン
グシステムを構成するひとつのオブジェクトとしてリン
クし、オペレーティングシステムをひとつの実行形式フ
ァイルとして作成するシステムでの実施例を示す。図1
は、入出力装置20,21を接続するためにアダプタ1
0,11を実装したコンピュータシステム01を示す。
アダプタ10,11にはそれぞれ、ホストCPU3から
システムバス6を介してリード可能なアダプタ識別i
0,i1が設けられている。アダプタ識別i0,i1
は、ホストCPU3がアダプタ識別i0,i1を制御す
るために必要なメモリ領域を持っている。このメモリ領
域はホストCPU3から見て、あるアドレス範囲内に、
アダプタ10,11毎にあるバウンダリで割りつけられ
ている(以下このアドレスをアダプタアドレスと呼称す
る)。
EXAMPLE An example of a system in which a device driver is linked as one object constituting an operating system and the operating system is created as one executable file will be described below. FIG.
Is an adapter 1 for connecting the input / output devices 20 and 21.
A computer system 01 in which 0 and 11 are implemented is shown.
Each of the adapters 10 and 11 is readable by the host CPU 3 via the system bus 6 and is an adapter identification i.
0 and i1 are provided. Adapter identification i0, i1
Has a memory area required for the host CPU 3 to control the adapter identifications i0 and i1. This memory area is within a certain address range as seen from the host CPU 3.
Each of the adapters 10 and 11 is assigned with a certain boundary (hereinafter, this address is referred to as an adapter address).

【0009】デバイスドライバのオブジェクトファイル
d0,d1,d2,・・・は、オペレーティングシステ
ムを構成する他のオブジェクトファイル群fとともに補
助記憶装置5内に存在する。図2は、本発明に係わるコ
ンピュータシステムのデバイスドライバ組込み処理の全
体の流れを示したフローチャートである。ホストCPU
3はまずオペレーティングシステムのローディング処理
201の後、実装アダプタ情報テーブル(図4)の作成
処理202を行う。これにより実装されているアダプタ
に変更がないかチェックし(ステップ203)、変更が
なければ処理を終了する。変更があれば、作成された実
装アダプタ情報テーブルを反映し、必要なデバイスドラ
イバをリンクした新しいオペレーティングシステムの実
行形式ファイルの作成処理(ステップ204)を行った
後、これを主記憶4へローディングする(ステップ20
5)。
The object files d0, d1, d2, ... Of the device driver are present in the auxiliary storage device 5 together with the other object file group f constituting the operating system. FIG. 2 is a flowchart showing the overall flow of the device driver incorporation processing of the computer system according to the present invention. Host CPU
3 first performs a loading process 201 of the operating system and then a creating process 202 of the mounted adapter information table (FIG. 4). As a result, it is checked whether or not there is a change in the mounted adapter (step 203), and if there is no change, the process ends. If there is any change, the created implementation adapter information table is reflected, a process of creating an executable file of a new operating system linked with a necessary device driver is performed (step 204), and then this is loaded into the main memory 4. (Step 20
5).

【0010】図2における、ステップ202の実装アダ
プタ情報テーブルの作成処理の詳細を、図3,図4によ
って説明する。なお、図3は実装アダプタ情報テーブル
tの作成処理のフローチャート、図4は実装アダプタ情
報テーブルtの例である。ホストCPU3は、実装され
うるアダプタのアダプタアドレスを順次更新しながら
(ステップ307)アダプタ識別を読取り(ステップ3
02)、アダプタが実際に実装されているかチェックす
る(ステップ303)。アダプタが実装されていれば、
このときにリードしたアダプタ識別i0,i1が実装ア
ダプタ情報テーブルtのアダプタ識別401に登録され
ているかチェックする(ステップ304)。登録されて
いなければアダプタ識別401,アダプタ番号402
(同一アダプタ内の通番),アダプタアドレス403を
それぞれ実装アダプタ情報テーブルtに登録し(ステッ
プ305)、すでに登録されていれば、アダプタ番号4
02,アダプタアドレス403のみを追加する(ステッ
プ306)。これらの処理を、アダプタアドレスを更新
しながらすべてのアダプタ実装可能アドレスに対し行
い、実装アダプタ情報テーブルtを完成して補助記憶装
置5へ格納しこの処理を終了する(ステップ301)。
Details of the process of creating the mounted adapter information table in step 202 in FIG. 2 will be described with reference to FIGS. 3 and 4. Note that FIG. 3 is a flowchart of the process of creating the mounted adapter information table t, and FIG. 4 is an example of the mounted adapter information table t. The host CPU 3 reads the adapter identification (step 3) while sequentially updating the adapter address of the adapter that can be mounted (step 307).
02), it is checked whether the adapter is actually mounted (step 303). If the adapter is installed,
It is checked whether the adapter identifications i0 and i1 read at this time are registered in the adapter identification 401 of the mounted adapter information table t (step 304). If not registered, adapter identification 401, adapter number 402
(Serial number in the same adapter) and adapter address 403 are respectively registered in the mounted adapter information table t (step 305), and if already registered, adapter number 4
02, only the adapter address 403 is added (step 306). These processes are performed for all the adapter mountable addresses while updating the adapter addresses, the mounted adapter information table t is completed and stored in the auxiliary storage device 5, and this process ends (step 301).

【0011】図2における、ステップ204の詳細を図
5により説明する。補助記憶装置5内にはデバイスドラ
イバオブジェクトファイルd0,d1,d2・・・dn
とオペレーティングシステムを構成する他のオブジェク
トファイル群f,図6に示すアダプタ・デバイスドライ
バ対応テーブルe,実装アダプタ情報テーブルtが存在
する。まず、実装アダプタ情報テーブルtをもとに実際
のアダプタの制御に必要なテーブルのオブジェクトファ
イルt’を作成する。次に、実装アダプタ情報テーブル
tを参照して実装されているアダプタのアダプタ識別i
0,i1を取り出し、アダプタ・デバイスドライバ対応
テーブルeにより、これに対応したデバイスドライバd
0,d1を求める。これらのオブジェクトファイル群を
リンク処理lを行うことで、実装されているアダプタに
必要なデバイスドライバのみを組込んだオペレーティン
グシステムの実行形式ファイルFが作成できる。
Details of step 204 in FIG. 2 will be described with reference to FIG. Device driver object files d0, d1, d2 ... dn are stored in the auxiliary storage device 5.
And another object file group f constituting the operating system, the adapter / device driver correspondence table e and the mounted adapter information table t shown in FIG. First, based on the mounted adapter information table t, an object file t'of a table necessary for controlling the actual adapter is created. Next, referring to the mounted adapter information table t, the adapter identification i of the mounted adapter i
0 and i1 are taken out, and the device driver d corresponding to them is read from the adapter / device driver correspondence table e.
Calculate 0 and d1. By performing a link process 1 on these object file groups, it is possible to create an executable file F of the operating system that incorporates only the device driver required for the mounted adapter.

【0012】この後、新しく作成されたオペレーティン
グシステムの実行形式ファイルFを主記憶4にローディ
ングする(図2のステップ205)。
Thereafter, the newly created executable file F of the operating system is loaded into the main memory 4 (step 205 in FIG. 2).

【0013】[0013]

【発明の効果】本発明によれば、初期化処理時にホスト
CPUがアダプタのアダプタ識別をリードすることで実
際に実装されているアダプタを認識して実装アダプタ情
報テーブルtを作成するため、あらかじめ実装するアダ
プタを定義しておく必要が一切なくなる。
According to the present invention, since the host CPU reads the adapter identification of the adapter during the initialization process to recognize the actually mounted adapter and create the mounted adapter information table t, it is mounted in advance. There is no need to define the adapter to be used.

【0014】また、実際に実装されているアダプタ用の
ドライバのみを組込むため、無駄に主記憶領域を使用す
ることがなくなる。
Further, since only the driver for the actually mounted adapter is incorporated, the main storage area is not wastefully used.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例としてのコンピュータシステ
ムの構成図
FIG. 1 is a configuration diagram of a computer system as an embodiment of the present invention.

【図2】本発明に係わるコンピュータシステムの入出力
制御プログラム組込み処理の全体の流れを示すフローチ
ャート
FIG. 2 is a flowchart showing the overall flow of an input / output control program incorporation process of the computer system according to the present invention.

【図3】図2の実装アダプタ情報テーブルの作成処理の
フローチャート
FIG. 3 is a flowchart of a process of creating a mounted adapter information table of FIG.

【図4】実装アダプタ情報テーブルの構成例を示す図FIG. 4 is a diagram showing a configuration example of a mounted adapter information table.

【図5】図2の必要なデバイスドライバをリンクしたオ
ペレーティングシステムの作成処理の説明図
5 is an explanatory diagram of an operating system creation process in which the necessary device drivers of FIG. 2 are linked.

【図6】アダプタ・デバイスドライバ対応テーブルの構
成図
FIG. 6 is a configuration diagram of an adapter / device driver correspondence table.

【符号の説明】[Explanation of symbols]

01 コンピュータシステム 3 ホストCPU 4 主記憶 5 補助記憶装置 6 システムバス 10,11 アダプタ 20,21 入出力装置 i0,i1,i2,in アダプタ識別 d0,d1,d2,dn デバイスドライバのオブジ
ェクトファイル e アダプタ・デバイスドライバ対応テーブル f オペレーティングシステムの他のオブジェクトフ
ァイル群 t 実装アダプタ情報テーブル t’ 実装アダプタ制御に必要なテーブルのオブジェク
トファイル F オペレーティングシステムの実行形式ファイル
01 Computer system 3 Host CPU 4 Main memory 5 Auxiliary storage device 6 System bus 10, 11 Adapter 20, 21 I / O device i0, i1, i2, in Adapter identification d0, d1, d2, dn Device driver object file e Adapter Device driver correspondence table f Other object file groups of operating system t Implementation adapter information table t'Object file of table required for implementation adapter control F Executable format file of operating system

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数の入出力装置を接続するための複数の
アダプタと、 これらを制御するための複数の専用の入出力制御プログ
ラムとを有するコンピュータシステムにおいて、 アダプタにアダプタ識別を設け、コンピュータシステム
の初期化処理時にホストCPUが実装されているすべて
のアダプタのアダプタ識別を読込み、必要な入出力制御
プログラムのみをリンクしてオペレーティングシステム
を生成するようにしたことを特徴とする入出力制御プロ
グラム組込み方法。
1. A computer system having a plurality of adapters for connecting a plurality of input / output devices and a plurality of dedicated input / output control programs for controlling these, wherein the adapter is provided with an adapter identification, Built-in I / O control program, which reads the adapter identifications of all the adapters in which the host CPU is mounted at the initialization process of the above, and links only the necessary I / O control program to generate the operating system. Method.
JP19642494A 1994-08-22 1994-08-22 Method for incorporating input/output control program Pending JPH0863420A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19642494A JPH0863420A (en) 1994-08-22 1994-08-22 Method for incorporating input/output control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19642494A JPH0863420A (en) 1994-08-22 1994-08-22 Method for incorporating input/output control program

Publications (1)

Publication Number Publication Date
JPH0863420A true JPH0863420A (en) 1996-03-08

Family

ID=16357622

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19642494A Pending JPH0863420A (en) 1994-08-22 1994-08-22 Method for incorporating input/output control program

Country Status (1)

Country Link
JP (1) JPH0863420A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010231726A (en) * 2009-03-30 2010-10-14 Oki Data Corp Information processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010231726A (en) * 2009-03-30 2010-10-14 Oki Data Corp Information processing device

Similar Documents

Publication Publication Date Title
US6230316B1 (en) Patching rebased and realigned executable files
US5247683A (en) System and method for installing software and updating configuration files
US6915452B2 (en) Method, system and program products for operationally migrating a cluster through emulation
US20050144608A1 (en) Operating system allowing running of real-time application programs, control method therefor, and method of loading dynamic link libraries
US20040177345A1 (en) Method for generating computer software for embedded systems
JPH0863420A (en) Method for incorporating input/output control program
JP4199121B2 (en) Method and apparatus for changing the contents of a revision identification register
JPH06309265A (en) Dynamic selection method for driver program of information processor
JP3267550B2 (en) Degrade check device
JPH07121376A (en) Down load information preparing device
US20040010643A1 (en) Method for providing multiple configurations in a computer system with multiple components
US7818735B1 (en) System and method for enabling access and use of software installed on a data storage system
JP3451499B2 (en) I / O device control system configuration change processing method
US6564376B1 (en) Method, system and program products for operationally backing out components of a cluster through emulation
US6775832B1 (en) Method and apparatus for a layer structure directory for common hardware interface modules
JPH10260820A (en) Installer, installing method and installing medium of software tool
JPH09258962A (en) Method for starting maintenance mode in electronic computer system
JPH0256666A (en) System for dynamically updating job network unitary control system generating information
US7103891B1 (en) Method and apparatus for establishing a profile table for host bus adapters
JPH0322031A (en) Optimizing processing system for branch instruction
JPH06242933A (en) Program document maintenance device
JPH09204326A (en) Image data storage controller
CN113434126A (en) Development management method and device, electronic equipment and storage medium
JPH04260141A (en) Data shared processor
JP2000200184A (en) Installation system for updating module