JPH06309155A - Information processing system and method for initialization of information processing system - Google Patents

Information processing system and method for initialization of information processing system

Info

Publication number
JPH06309155A
JPH06309155A JP7806093A JP7806093A JPH06309155A JP H06309155 A JPH06309155 A JP H06309155A JP 7806093 A JP7806093 A JP 7806093A JP 7806093 A JP7806093 A JP 7806093A JP H06309155 A JPH06309155 A JP H06309155A
Authority
JP
Japan
Prior art keywords
processing system
information processing
hardware
configuration
hardware configuration
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.)
Granted
Application number
JP7806093A
Other languages
Japanese (ja)
Other versions
JP2521020B2 (en
Inventor
Takashi Inui
尚 乾
Kazumi Ito
和美 伊藤
Takeshi Inoue
健 井上
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to JP5078060A priority Critical patent/JP2521020B2/en
Publication of JPH06309155A publication Critical patent/JPH06309155A/en
Application granted granted Critical
Publication of JP2521020B2 publication Critical patent/JP2521020B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE: To set software environment which matches the hardware constitution of a data processing system automatically i.e., without operator's intervention even after the hardware constitution changes. CONSTITUTION: This system is provided with a means which previously holds system constitution definition data wherein what software environment should be set is described In the data processing system, makes the system constitution definition data contain the contents of the system constitution, i.e., the description of a condition statement making the contents of software environment different when the data processing system is initialized by referring to the system constitution definition data, and detects the hardware constitution of the data processing system when the data processing system is actuated or reset to process the condition statement according to the detection result.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、情報処理システムの初
期化に係り、更に詳しくは、システム本体に対して単数
又は複数のアダプタ・カードや拡張装置等の着脱可能な
ユニットを含むことにより種々の異なるハードウェア構
成を取り得る情報処理システムについての主としてソフ
トウェア環境の初期化或いは初期設定に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to initialization of an information processing system. The present invention mainly relates to initialization or initialization of a software environment for an information processing system capable of adopting different hardware configurations.

【0002】[0002]

【従来の技術】[Prior art]

【0003】情報処理システムでは、初期化のために次
のような2つの処理が続いて行われることが一般的であ
る。第1の処理は、情報処理システムを構成するアダプ
タ・カードや拡張機器類のような着脱可能なユニットの
夫々を情報処理システム内の不揮発性メモリに保持され
ているハードウェア初期設定情報に基づいて初期設定す
ることである。ハードウェア初期設定情報は、ユニット
が例えば増設用メモリ・カード(アダプタ・カードの1
種)である場合は、当該メモリ・カードに割り振られる
メモリ・アドレス空間に関する値を含む。また、ユニッ
トが例えばビデオ・コントロール・カード(アダプタ・
カードの1種)である場合は、ハードウェア初期設定情
報は、当該カードに割り振られるIOアドレス空間に関
する値、及び、当該カードの割り込み順位に関する値を
含む。また、ROMを載せたアダプタ・カードでは、ハ
ードウェア初期設定情報は、当該ROMに割り振られる
メモリ・アドレス空間に関する値を含む。このような第
1の処理をハードウェアに関する初期化処理と言うこと
ができる。
In the information processing system, the following two processes are generally performed for initialization. The first process is based on the hardware initial setting information stored in the non-volatile memory in the information processing system for each removable unit such as an adapter card or an expansion device that constitutes the information processing system. The initial setting is. The hardware initial setting information indicates that the unit is, for example, an expansion memory card
Type), it includes a value related to the memory address space allocated to the memory card. Also, if the unit is, for example, a video control card (adapter
In the case of one type of card), the hardware initialization information includes a value related to the IO address space allocated to the card and a value related to the interrupt order of the card. Further, in the adapter card on which the ROM is mounted, the hardware initial setting information includes a value regarding the memory address space allocated to the ROM. Such first processing can be referred to as hardware initialization processing.

【0004】第2の処理は、情報処理システムのシステ
ム・メモリへのデバイス・ドライバやアプリケーション
・プログラムの導入や、ディスク記憶装置のデータを読
み書きする際のデータ一時保持用バッファのシステム・
メモリ中の設定などであり、ソフトウェアに関する環境
を準備することである。第2の処理をソフトウェアに関
する初期化処理と言うことができる。第2の処理は、オ
ペレーティング・システム中のシステム初期化用プログ
ラムが、システム構成定義データを参照して実行する。
システム構成定義データとは、どのようなシステム構成
を設定するかを記述したものである。システム構成と
は、ソフトウェアに関する環境或いは利用条件である。
システム構成定義データを収めたファイルはCONFI
G.SYSと呼ばれる場合がある。CONFIG.SY
Sは起動ドライブのルート・ディレクトリに含まれ、情
報処理システムの起動の度にシステム初期化用プログラ
ムにより参照される。
The second process is to install a device driver or an application program into the system memory of the information processing system, or a system for a buffer for temporarily holding data when reading / writing data in the disk storage device.
Settings in memory, etc., to prepare an environment for software. The second processing can be referred to as software initialization processing. The second process is executed by the system initialization program in the operating system with reference to the system configuration definition data.
The system configuration definition data describes what type of system configuration is set. The system configuration is an environment or usage condition regarding software.
The file containing the system configuration definition data is CONFI
G. Sometimes referred to as SYS. CONFIG. SY
S is included in the root directory of the boot drive, and is referenced by the system initialization program each time the information processing system is booted.

【0005】ところで、ノートブック型パーソナル・コ
ンピュータは、机上では通信機能や印刷機能を付加する
等のために拡張機器に接続して使用され、外出先では拡
張機器から取り外して使用されると言うように、システ
ムが互いに異なる特定のハードウェア構成の間を頻繁に
変動する場合がある。また、近時、カード型の増設メモ
リ等のカード型周辺機器が普及しつつあるが、このよう
なカード型周辺機器も頻繁に着脱して使用される場合が
あり、この場合もシステムは特定の互いに異なるハード
ウェア構成の間を頻繁に変動する。
By the way, it is said that the notebook personal computer is used by being connected to an extension device for adding a communication function and a printing function on a desk, and detached from the extension device when going out. In addition, the system may frequently fluctuate between specific hardware configurations that differ from each other. Recently, card-type peripheral devices such as card-type additional memory are becoming widespread, but such card-type peripheral devices may be frequently attached and detached to be used. Frequent fluctuations between different hardware configurations.

【0006】情報処理システムのハードウェア構成が変
動する度に、通常は、第1の処理のための初期設定用デ
ータを作成し直さなければならない。しかし、本出願人
による1991年10月11日出願の特願平3−290
405号(社内整理番号:JA991025)によれ
ば、ハードウェア構成が変動した後であっても、第1の
処理のための初期設定用データを作成し直す必要がな
い。従って、同特許出願によれば、ハードウェア構成の
頻繁な変動がオペレータに極めて煩雑な作業を強いるこ
とにない。
Each time the hardware configuration of the information processing system changes, it is usually necessary to recreate the initial setting data for the first process. However, Japanese Patent Application No. 3-290 filed on October 11, 1991 by the present applicant.
According to No. 405 (in-house reference number: JA991025), it is not necessary to recreate initial setting data for the first process even after the hardware configuration has changed. Therefore, according to the patent application, frequent changes in the hardware configuration do not force the operator to perform extremely complicated work.

【0007】しかしながら、ハードウェア構成の変動に
応じて第2の処理の内容が自動的に変更されるような技
術は提案されていない。即ち、ハードウェア構成が変動
した場合に、当該ハードウェア構成に適したソフトウェ
ア環境がオペレータの介入無しに設定されるような技術
は提案されていない。従って、従来は、あるユニットが
情報処理システムに追加された場合は、そのユニットを
動かすためのデバイス・ドライバ・プログラムを起動用
ディスク記憶装置内に用意するとともに、オペレータが
CONFIG.SYS中に当該デバイス・ドライバ・プ
ログラムを追加して記述する必要があった。オペレータ
がCONFIG.SYS中に当該デバイス・ドライバ・
プログラムを追加して記述しないならば、当該アダプタ
・カードを動かすためのデバイス・ドライバ・プログラ
ムがシステム・メモリに導入されないので、当該アダプ
タ・カードを動かすことができない。
However, no technique has been proposed in which the contents of the second processing are automatically changed according to the change in the hardware configuration. That is, no technique has been proposed in which, when the hardware configuration changes, a software environment suitable for the hardware configuration is set without operator intervention. Therefore, conventionally, when a unit is added to the information processing system, a device driver program for operating the unit is prepared in the boot disk storage device, and the operator configures the CONFIG. It was necessary to add and describe the device driver program in SYS. The operator selects CONFIG. The device driver
If the program is not additionally written, the device driver program for moving the adapter card is not installed in the system memory, so that the adapter card cannot be moved.

【0008】また、対応するユニットが情報処理システ
ム中に含まれていないにも拘らず、デバイス・ドライバ
・プログラムが起動用ディスク記憶装置内に用意され且
つデバイス・ドライバ・プログラムがCONFIG.S
YS中に指定されている場合は、システムがエラー状態
に陥り、オペレータによるキー入力がない限り、システ
ムの処理が先に進まなくなる等の場合があった。
Further, although the corresponding unit is not included in the information processing system, the device driver program is prepared in the boot disk storage device and the device driver program is CONFIG. S
If it is specified during YS, the system may fall into an error state and the system processing may not proceed unless there is a key input by the operator.

【0009】尚、特開昭63−172338号には、複
数のシステム構成定義データをあらかじめ作成して常駐
させておき、システム立ち上げ時にそれらの何れかを選
択する、システム構成方法が記載されている。しかしな
がら、この方法は、オペレータの介入があって初めてシ
ステム構成定義データが選択されるものであり、自動的
に第2の処理の内容が変更されるものではない。
Japanese Laid-Open Patent Publication No. 63-172338 describes a system configuration method in which a plurality of system configuration definition data are created in advance and made resident, and any one of them is selected at system startup. There is. However, in this method, the system configuration definition data is selected only with the intervention of the operator, and the content of the second processing is not automatically changed.

【解決しようとする問題点】本発明の目的は、情報処理
システムのハードウェア構成が変動した後であっても、
当該ハードウェア構成に適したソフトウェア環境が自動
的に設定されるような情報処理システム、及び、情報処
理システムの初期化方法を提供することである。
SUMMARY OF THE INVENTION It is an object of the present invention, even after the hardware configuration of an information processing system has changed.
An object of the present invention is to provide an information processing system in which a software environment suitable for the hardware configuration is automatically set, and an initialization method of the information processing system.

【0010】[0010]

【課題を解決するための手段】前記目的を達成するた
め、本発明に係る情報処理システムは、前記情報処理シ
ステムを初期化する際に参照するシステム構成定義デー
タを保持する手段と、前記システム構成定義データを参
照して前記情報処理システムを初期化する手段と、前記
情報処理システムの現在のハードウェア構成を検出する
手段と、を有し、前記システム構成定義データはハード
ウェア構成に応じてシステム構成の内容が異なるような
条件文の記述を含み、前記初期化手段は前記検出手段に
より検出した現在のハードウェア構成に基づいて前記条
件文を処理する機能を有するようにした。
In order to achieve the above object, an information processing system according to the present invention includes means for holding system configuration definition data which is referred to when initializing the information processing system, and the system configuration. The system configuration definition data includes a means for initializing the information processing system by referring to definition data and a means for detecting the current hardware configuration of the information processing system, wherein the system configuration definition data is a system according to the hardware configuration. The initializing means has a function of processing the conditional statement based on the current hardware configuration detected by the detecting means, including the description of the conditional statement having a different configuration content.

【0011】また、本発明に係る情報処理システムの初
期化方法は、システム構成定義データを予め保持させて
おき、前記システム構成定義データを参照して前記情報
処理システムを初期化する方法であって、前記システム
構成定義データにハードウェア構成に応じてシステム構
成の内容が異なるような条件文の記述を含ませ、前記シ
ステムの起動時またはリセット時に前記システムのハー
ドウェア構成を検出し、その検出結果に応じて前記条件
文を処理するようにした。
An information processing system initialization method according to the present invention is a method of preliminarily holding system configuration definition data and initializing the information processing system by referring to the system configuration definition data. The system configuration definition data includes a description of a conditional statement such that the contents of the system configuration differ depending on the hardware configuration, the hardware configuration of the system is detected when the system is started or reset, and the detection result is obtained. The conditional statement is processed according to the above.

【0012】[0012]

【実施例】以下、本発明の実施例を図面に基づいて説明
する。図3には本発明に係る情報処理システムの一実施
例が示されている。図中、情報処理システム1は、シス
テム本体10に対して着脱可能な単数又は複数のユニッ
トを含むことにより種々の異なるハードウェア構成を取
り得る。即ち、システム本体10のシステム・バス3に
は複数のスロット#1、#2、#3が接続され、此等の
スロット#1、#2、#3には種々のユニットとしての
アダプタ・カードが交換可能に挿入される。アダプタ・
カードは、カードに接続されるさまざまな周辺装置(デ
ィスク駆動装置、プリンタ、通信機器、または増設メモ
リ等)を制御するためのものである。また、システム・
バス3にはPOST/BIOSROM5、不揮発性メモ
リとしてのNVRAM7、システム・メモリ9、ディス
ク記憶装置(HDD)11、CPU13、及び、フロッ
ピー・ディスク駆動装置(FDD)15が接続されてい
る。HDD11は、後に言及するように、システム構成
定義データを保持する手段を兼ねている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 3 shows an embodiment of the information processing system according to the present invention. In the figure, the information processing system 1 can have various different hardware configurations by including a single unit or a plurality of units that can be attached to and detached from the system body 10. That is, a plurality of slots # 1, # 2, # 3 are connected to the system bus 3 of the system main body 10, and adapter cards as various units are installed in these slots # 1, # 2, # 3. Inserted interchangeably. adapter·
The card is for controlling various peripheral devices (disk drive, printer, communication device, additional memory, etc.) connected to the card. Also, the system
A POST / BIOS ROM 5, NVRAM 7 as a non-volatile memory, system memory 9, disk storage device (HDD) 11, CPU 13, and floppy disk drive device (FDD) 15 are connected to the bus 3. The HDD 11 also functions as a means for holding system configuration definition data, as will be mentioned later.

【0013】図3の実施例においては、システム本体1
内のスロット#1にはアダプタ・カード#A1が挿入さ
れ、スロット#2にはアダプタ・カード#A2が挿入さ
れている。また、スロット#3には2つのユニットとし
ての拡張装置#E0及び#E1の何れかが挿入されてい
る。一方の拡張装置#E0上のスロット#0、#1、及
び#2にはユニットとしてのアダプタ・カード#X0、
#X1、及び#X2の夫々が挿入されている。また、他
方の拡張装置#E1上のスロット#0、#1、及び#2
にはユニットとしてのアダプタ・カード#Y0、Y1、
及びY2の夫々が挿入されている。
In the embodiment of FIG. 3, the system body 1
An adapter card # A1 is inserted in the slot # 1 and an adapter card # A2 is inserted in the slot # 2. Further, the expansion devices # E0 and # E1 as two units are inserted into the slot # 3. Slots # 0, # 1, and # 2 on one expansion device # E0 have adapter cards # X0,
Each of # X1 and # X2 is inserted. Also, slots # 0, # 1, and # 2 on the other expansion device # E1
Adapter card # Y0, Y1, as a unit,
And Y2 are inserted.

【0014】此等の各アダプタ・カード及び各拡張装置
には、夫々の種類を識別するための固有の識別値(I
D)が設けられている。即ち、各アダプタ・カード及び
各拡張装置には、所定のビット数から成る識別値が割り
当てられ、その識別値を電源遮断後も記憶している識別
値記憶手段21が設けられている。
Each of these adapter cards and each expansion device has a unique identification value (I) for identifying its type.
D) is provided. That is, each adapter card and each expansion device is provided with an identification value storage means 21 to which an identification value having a predetermined number of bits is assigned and which stores the identification value even after power-off.

【0015】各アダプタ・カードにはプログラマブル・
オプション・スロット(POS:Programmab
le Option Slot)・レジスタ23が設け
られ、このPOSレジスタ23には、当該カードに関す
るハードウェア初期設定情報が記憶されるようになって
いる。ハードウェア初期設定情報は情報処理システム1
の全体のハードウェア構成に応じて変更され得るもので
ある。ハードウェア初期設定情報は、システム1のハー
ドウェア構成に関する情報の全体を保持するNVRAM
7から当該カードに関する情報だけがそのカード上のレ
ジスタ23に転送される。ハードウェア初期設定情報と
は、例えば、メモリ空間内のアドレスの割り振りやI/
O空間内のアドレスの割り振りようなアドレス・ファク
タ(AD)、アダプタ・カードの発するCPU13への
信号の割り込み優先順位等の他、複数の同種カードを使
用するときの各カードへの異なる優先順位の割り振り情
報(PR)、或は冗長カードを非活動にするための情報
(ENBL)等である。システムは此等の情報に基づい
て、CPU13とカード間及びカード相互間等のデータ
の効率的な転送を実現するのである。
Programmable on each adapter card
Option slot (POS: Programmab)
(le Option Slot) register 23 is provided, and the POS register 23 stores hardware initial setting information regarding the card. Hardware initialization information is information processing system 1
Can be changed according to the overall hardware configuration of the. The hardware initial setting information is an NVRAM that holds the entire information on the hardware configuration of the system 1.
From 7, only information about the card is transferred to the register 23 on that card. The hardware initialization information is, for example, allocation of addresses in the memory space or I / O.
In addition to address factors (AD) such as address allocation in the O space, interrupt priority of signals to the CPU 13 issued by the adapter card, etc., different priority levels for each card when using a plurality of similar cards It is allocation information (PR) or information (ENBL) for deactivating a redundant card. Based on these pieces of information, the system realizes efficient transfer of data between the CPU 13 and the cards and between the cards.

【0016】拡張装置#E0には識別値記憶手段(I
D)21の他にNVRAM25が設けられている。NV
RAM25には、拡張装置#E0がシステム本体10に
接続された後にセットアップ・プログラムが実行される
ことにより識別に関する情報が書き込まれる。即ち、N
VRAM25には拡張装置#E0上のスロットに挿入さ
れている全てのアダプタ・カードの識別値の他に、拡張
装置#E0の名前が記憶される。本来は同一種類の拡張
装置であり識別値も同一であり、挿入されるアダプタ・
カードも互いに同一であるが、オペレータが設定したハ
ードウェア初期設定情報だけが複数の拡張装置の間で異
なる場合もある。NVRAM25内の拡張装置の名前
は、そのような場合にも、拡張装置相互を識別できるよ
うにするためのものであり、セットアップ・プログラム
等を用いて、オペレータが指定或は命名することができ
る。
The expansion device # E0 has an identification value storage means (I
In addition to D) 21, NVRAM 25 is provided. NV
Information relating to identification is written in the RAM 25 by executing the setup program after the expansion device # E0 is connected to the system body 10. That is, N
The VRAM 25 stores the name of the expansion device # E0 as well as the identification values of all the adapter cards inserted in the slots on the expansion device # E0. Originally, it is the same type of expansion device and has the same identification value.
Although the cards are the same as each other, only the hardware initial setting information set by the operator may be different between the plurality of expansion devices. Even in such a case, the name of the expansion device in the NVRAM 25 allows the expansion devices to be distinguished from each other, and can be designated or named by the operator using a setup program or the like.

【0017】図3の場合、スロット#0、#1、及び#
2にアダプタ・カード#X0、#X1、及び#X2の夫
々が挿入されている拡張装置#E0の名前はEXP−1
である。スロット#0、#1、及び#2にアダプタ・カ
ード#Y1、#Y2、及び#Y3の夫々が挿入されてい
る拡張装置#E1の名前はEXP−2である。
In the case of FIG. 3, slots # 0, # 1, and #
The name of the expansion device # E0 in which the adapter cards # X0, # X1 and # X2 are inserted into the second device is EXP-1.
Is. The name of the expansion device # E1 in which the adapter cards # Y1, # Y2, and # Y3 are inserted in the slots # 0, # 1, and # 2 is EXP-2.

【0018】システム本体1内のNVRAM7には、シ
ステム本体1に挿入されているアダプタ・カート類及び
拡張装置を含む情報処理システム1のハードウェア構成
の全体の初期設定情報が記憶される。新たなハードウェ
ア構成を採用したときには、SC(SYSTEM CO
NFIGURATION).EXEというプログラムの
働きにより、新たなハードウェア構成に関する初期設定
情報を作成し、それをNVRAM7に保持しておくので
ある。この点については、後に、図5を参照して説明す
る。NVRAM7の内容はシステム電源の遮断後もバッ
クアップ・バッテリーにより維持される。
The NVRAM 7 in the system body 1 stores the initial setting information of the entire hardware configuration of the information processing system 1 including the adapter carts and expansion devices inserted in the system body 1. When a new hardware configuration is adopted, SC (SYSTEM CO
NFIGURATION). By the action of a program called EXE, initial setting information regarding a new hardware configuration is created and stored in the NVRAM 7. This point will be described later with reference to FIG. The contents of NVRAM 7 are maintained by the backup battery even after the system power is cut off.

【0019】図3の実施例ではNVRAM7にハードウ
ェア初期設定情報#0が記憶されている。ハードウェア
初期設定情報#0は、システム本体1内のスロット#0
にアダプタ・カード#A0が接続され、スロット#1に
アダプタ・カード#A1が接続され、スロット#3には
拡張装置#E0が接続され、拡張装置#E0のスロット
#0、#1、及び、#2の夫々にはアダプタ・カード#
X0、#X1、及び、#X2が接続されているときのハ
ードウェア初期設定情報である。
In the embodiment shown in FIG. 3, the NVRAM 7 stores the hardware initial setting information # 0. The hardware initial setting information # 0 is the slot # 0 in the system main unit 1.
Is connected to the adapter card # A0, the slot # 1 is connected to the adapter card # A1, the slot # 3 is connected to the expansion device # E0, and the expansion device # E0 has slots # 0, # 1, and Adapter card for each # 2 #
This is the hardware initial setting information when X0, # X1, and # X2 are connected.

【0020】ディスク記憶装置11の予約領域或はシス
テム領域(パーティション・エリア)11Aには、ハー
ドウェア初期設定情報#0の他に、ハードウェア初期設
定情報#1、ハードウェア初期設定情報#2、更に、此
等以外のハードウェア初期設定情報も所定の数まで記憶
されている。ここで、ハードウェア初期設定情報#1
は、システム本体1内のスロット#0にアダプタ・カー
ド#A0が接続され、スロット#1にアダプタ・カード
#A1が接続され、スロット#3には拡張装置#E1が
接続され、拡張装置#E1のスロット#0、#1、及
び、#2の夫々にはアダプタ・カード#Y0、#Y1、
及び、#Y2が接続されているときのハードウェア初期
設定情報である。また、ハードウェア初期設定情報#2
は、システム本体1内のスロット#0にアダプタ・カー
ド#A0が接続され、スロット#1にアダプタ・カード
#A1が接続され、スロット#3には何も接続されてい
ないときのハードウェア初期設定情報である。
In the reserved area or system area (partition area) 11A of the disk storage device 11, in addition to the hardware initial setting information # 0, hardware initial setting information # 1, hardware initial setting information # 2, Further, hardware initialization information other than these is also stored up to a predetermined number. Here, the hardware initial setting information # 1
Is an adapter card # A0 connected to a slot # 0 in the system body 1, an adapter card # A1 is connected to a slot # 1, an expansion device # E1 is connected to a slot # 3, and an expansion device # E1 is connected. Slot # 0, # 1 and # 2 of the adapter cards # Y0, # Y1,
And hardware initialization information when # Y2 is connected. Also, the hardware initial setting information # 2
Is the hardware initial setting when the adapter card # A0 is connected to the slot # 0 in the system main unit 1, the adapter card # A1 is connected to the slot # 1, and nothing is connected to the slot # 3. Information.

【0021】図4にはディスク記憶装置11のシステム
領域11A内の記憶情報の構造が示されている。ハード
ウェア初期設定情報53は、新たなハードウェア構成が
採用される際にSC.EXEプログラムにより作成され
てNVRAM7に書き込まれるが、そのコピーがパワー
・オン・セルフ・テスト(POST:Powe OnS
elf Test)・プログラムによりディスク記憶装
置11にもロードされる。NVRAM7内のハードウェ
ア初期設定情報がディスク記憶装置11にコピーされる
際には、図4に示されるように、インデックス情報51
が付加される。即ち、各ハードウェア初期設定情報#
0、#1、及び#2は、アダプタ・カードの識別値及び
拡張アダプタ・カードの名前により検索可能な形態で記
憶されている。アダプタ・カードの識別値や拡張装置名
はそれらが挿入されているスロット番号と共に記憶され
ており、このようなハードウェア構成の識別に必要な情
報をハードウェア構成識別情報と言うことにする。
FIG. 4 shows the structure of stored information in the system area 11A of the disk storage device 11. The hardware initial setting information 53 is SC. When the new hardware configuration is adopted. It is created by the EXE program and written in the NVRAM7, but its copy is the power-on self-test (POST: Power OnS).
It is also loaded into the disk storage device 11 by the elf Test) program. When the hardware initial setting information in the NVRAM 7 is copied to the disk storage device 11, as shown in FIG.
Is added. That is, each hardware initial setting information #
0, # 1, and # 2 are stored in a searchable form by the identification value of the adapter card and the name of the expansion adapter card. The identification value of the adapter card and the expansion device name are stored together with the slot number in which they are inserted, and the information necessary for identifying such a hardware configuration will be referred to as hardware configuration identification information.

【0022】図4において、各インデックス#0、#
1、及び、#2の先頭には、ステータス情報が書かれて
いる。ステータス情報は、そのインデックス情報中にハ
ードウェア構成識別情報が含まれているか否かを示す情
報であり、インデックス情報51を利用した検索作業の
効率を高めるために用いられる。また、各インデックス
の末尾にはポインタ情報が含まれている。ポインタ情報
は、そのハードウェア構成に対応するハードウェア初期
設定情報の記憶位置を示している。また、図1に関連し
て後に説明するように、POSTは各ハードウェア構成
に対応したハードウェア構成識別番号をシステム・メモ
リ9の所定の領域に書き込む。ここで、所定の領域と
は、例えば、BIOSのデータ・エリアである。
In FIG. 4, each index # 0, #
The status information is written at the beginning of 1 and # 2. The status information is information indicating whether or not the hardware configuration identification information is included in the index information, and is used to improve the efficiency of the search operation using the index information 51. Also, pointer information is included at the end of each index. The pointer information indicates the storage position of the hardware initial setting information corresponding to the hardware configuration. Further, as will be described later with reference to FIG. 1, POST writes a hardware configuration identification number corresponding to each hardware configuration in a predetermined area of the system memory 9. Here, the predetermined area is, for example, a BIOS data area.

【0023】図5には、情報処理システム1が新たなハ
ードウェア構成を採用した場合に、最初に行うべき処理
の流れが示されている。リファレンス・ディスケットを
FDD15に挿入した状態で、システム1の電源をオン
する。リファレンス・ディスケットは情報処理システム
1と一緒にオペレータに提供されるフロッピー・ディス
クであり、SC.EXEが収められている。ステップ1
でSC.EXEが実行されて、ハードウェア初期設定情
報が生成される。ハードウェア初期設定情報の生成に際
して、SC.EXEは各スロットに挿入されているアダ
プタ・カードや拡張装置の識別値(ID)の読み出しを
行う。また、ハードウェア初期設定情報の生成に際して
は、オペレータのキー入力が必要な場合もある。
FIG. 5 shows a flow of processing to be performed first when the information processing system 1 adopts a new hardware configuration. With the reference diskette inserted in the FDD 15, power on the system 1. The reference diskette is a floppy disk provided to the operator together with the information processing system 1. Contains EXE. Step 1
And SC. EXE is executed to generate the hardware initial setting information. When generating the hardware initial setting information, SC. The EXE reads the identification value (ID) of the adapter card or expansion device inserted in each slot. In addition, an operator may need to input keys when generating the hardware initial setting information.

【0024】ステップ2では、SC.EXEは、ハード
ウェア初期設定情報をシステム本体1内のNVRAM7
へ書き込むとともに、ハードウェア初期設定情報を検索
可能な形態でHDD11のシステム領域11Aにも書き
込む。また、拡張装置が接続されていれば、拡張装置内
のNVRAMにも拡張装置に関するハードウェア構成情
報を書き込む。次に、システム1のスクリーン上の指示
に従って、オペレーティング・システム・プログラム
(OS)の収められたプロッピー・ディスクをFDD1
5に挿入した状態で、システム1をリブートする。この
リブートにより、処理がステップ3に移る。ステップ3
では、POSTがシステム1内のNVRAMのハードウ
ェア初期設定情報に基づいて各ユニット(アダプタ・カ
ードや拡張装置等)を初期設定する。
In step 2, SC. The EXE stores the hardware initial setting information in the NVRAM 7 in the system main body 1.
And the hardware initial setting information is also written in the system area 11A of the HDD 11 in a searchable form. If the expansion device is connected, the hardware configuration information regarding the expansion device is also written in the NVRAM in the expansion device. Next, follow the instructions on the screen of the system 1 and insert the Fppy disk containing the operating system program (OS) into the FDD1.
The system 1 is rebooted in a state where the system 1 is inserted into the system 5. By this reboot, the process proceeds to step 3. Step 3
Then, POST initializes each unit (adapter card, expansion device, etc.) based on the hardware initialization information of NVRAM in the system 1.

【0025】ステップ4では、OS自身に含まれている
OS導入用プログラムの働きでOSがHDD11に導入
される。OSのHDD11への導入後にユティリティ・
ディスケットをFDD15に挿入してシステム1をリブ
ートすると、処理がステップ5に移る。ユティリティ・
ディスケット中のユティリティ・プログラムは、条件文
の記述を含むような内容のシステム構成定義データとし
てのCONFIG.SYSをオペレータが容易に生成で
きるようにするためのプログラムである。OS中にはデ
フォルトの内容のCONFIG.SYSが予め用意され
ている。そのCONFIG.SYSの内容がユティリテ
ィ・プログラムの働きで修正される。オペレータは、ユ
ティリティ・プログラムの働きでシステム1のスクリー
ンに現れるハードウェア構成に関する質問に応答して入
力するだけよい。
In step 4, the OS is installed in the HDD 11 by the function of the OS installation program included in the OS itself. After installing the OS on the HDD 11, the utility
When the diskette is inserted into the FDD 15 and the system 1 is rebooted, the process moves to step 5. Utility
The utility program in the diskette is CONFIG.COM as system configuration definition data having a content including a description of a conditional statement. This is a program for allowing the operator to easily generate SYS. The default contents of CONFIG. SYS is prepared in advance. The CONFIG. The contents of SYS are modified by the action of the utility program. The operator need only enter in response to the hardware configuration questions that appear on the screen of system 1 under the action of the utility program.

【0026】情報処理システム1が新たなハードウェア
構成を採用した場合に、最初に行うべき処理はステップ
5で終了する。以後、システム1をリセット或はパワー
・オンすれば、ステップ6に示されるように、導入済み
のOSでシステム1が再起動し、システム1上でアプリ
ケーション・プログラムを実行できる状態となる。
When the information processing system 1 adopts a new hardware configuration, the process to be performed first ends in step 5. After that, if the system 1 is reset or powered on, the system 1 is restarted by the installed OS and the application program can be executed on the system 1 as shown in step 6.

【0027】図1には、ハードウェア初期設定情報の生
成及びCONFIG.SYSの内容の修正が既に完了し
ている場合の初期化処理の流れが示されている。別言す
れば、図1には、図5のステップ6の処理がより詳しく
示されている。図中、システム・パワーをオンすると、
ステップ11において、POSTが働いてハードウェア
の初期化が行われる。ハードウェアの初期化とは、NV
RAM7中に保持されているハードウェア初期設定情報
を対応する各ユニットのレジスタに設定することであ
る。
FIG. 1 shows the generation of hardware initial setting information and the CONFIG. The flow of initialization processing when the correction of the contents of SYS has already been completed is shown. In other words, FIG. 1 shows the process of step 6 of FIG. 5 in more detail. In the figure, when the system power is turned on,
In step 11, POST works to initialize the hardware. Hardware initialization means NV
That is, the hardware initial setting information held in the RAM 7 is set in the register of each corresponding unit.

【0028】ステップ11の処理の中でPOSTはシス
テム1の現在のハードウェア構成を検出するが、ステッ
プ12では検出したハードウェア構成に対応したハード
ウェア構成番号をシステム・メモリ9のBIOSデータ
・エリアに記録する。ここで、POSTは現在のハード
ウェア構成を検出するための検出手段である。ステップ
13では、システム初期化用プログラムが働いて、シス
テム・メモリに記録されたハードウェア構成番号及びC
ONFIG.SYSが読み出される。ステップ14で
は、システム初期化用プログラムが働いて、ソフトウェ
アに関する環境の設定、即ち、ソフトウェアの初期化が
行われる。システム初期化用プログラムはOSとは別の
プログラムであってもよいし、OSの一部、例えば、O
Sのカーネルに含まれるプログラムであってもよい。
In the process of step 11, POST detects the current hardware configuration of the system 1, but in step 12, the hardware configuration number corresponding to the detected hardware configuration is assigned to the BIOS data area of the system memory 9. To record. Here, POST is a detection means for detecting the current hardware configuration. In step 13, the system initialization program operates to operate the hardware configuration number and C recorded in the system memory.
ONFIG. SYS is read. In step 14, the system initialization program operates to set the environment for software, that is, software initialization. The system initialization program may be a program different from the OS, or a part of the OS, such as O
It may be a program included in the kernel of S.

【0029】ここで、図2をも参照して、ステップ14
のソフトウェアの初期化について更に説明する。図2に
はCONFIG.SYSというファイルの内容が示され
ている。CONFIG.SYSはソフトウェアに関する
環境を記述したファイルであり、システム初期化用プロ
グラムは、CONFIG.SYSの内容に基づいてソフ
トウェアの環境を設定する。1行目の「FILES=2
0」は同時にオープンできるファイルの最大数が20で
あることを定義している。2行目の「DOS=HIG
H」乃至6行目の「LASTDRV=E」の夫々の記述
もソフトウェアの環境を記述している。7行目の「DE
VICE=C:¥DOS¥HIMEM.SYS」、8行
目の「DEVICE=C:¥DOS¥SETVER.E
XE」、及び、10行目の「DEVICE=C:¥DO
S¥EMM386.EXE AUTO」は何れもどのよ
うなデバイス・ドライバ・プログラムをシステム・メモ
リに導入して、OSやアプリケーション・プログラムが
利用できるようにするかを記述している。また、9行目
の「SHELL=C:¥DOS¥COMMAND.CO
M /P E:256」はコマンド・プロセッサをパラ
メータとともに指定している。1行目から10行目の内
容は従来技術に他ならない。
Now referring also to FIG. 2, step 14
The initialization of the software will be further described. In FIG. 2, CONFIG. The contents of a file called SYS are shown. CONFIG. SYS is a file that describes an environment related to software, and the system initialization program is CONFIG. Set the software environment based on the contents of SYS. The first line "FILES = 2
"0" defines that the maximum number of files that can be opened simultaneously is 20. The second line "DOS = HIG
Each description of "LASTDRV = E" in the "H" to the sixth line also describes the software environment. The 7th line "DE
VICE = C: \ DOS \ HIMEM. SYS ", line 8" DEVICE = C: \ DOS \ SETVER.E
XE "and" DEVICE = C: \ DO "on the 10th line
S \ EMM386. "EXE AUTO" describes what kind of device driver program is introduced into the system memory so that the OS and application programs can use it. In the 9th line, "SHELL = C: \ DOS \ COMMAND.CO
M / P E: 256 "specifies the command processor with parameters. The contents of the first to tenth lines are nothing but the prior art.

【0030】注目すべきは11行乃至13行の条件文の
記述である。11行目の「IF CONFIG#=0,
1」は、図1のステップ13で読み出したハードウェア
構成番号が0番或は1番であるときは次の行の記述を実
行するという内容の条件を指定している。12行目の
「DEVICE=C:¥LAN.SYS」はLAN.S
YSというデバイス・ドライバ・プログラムを導入する
ことを記述している。従って、11行目及び12行目の
条件文の記述は、現在のハードウェア構成が、ハードウ
ェア構成番号が0番或は1番に該当するような構成であ
れば、LAN.SYSというデバイス・ドライバ・プロ
グラムを導入し、それ以外のハードウェア構成であれ
ば、LAN.SYSというデバイス・ドライバ・プログ
ラムを導入しないことを指定している。図3を参照する
と、拡張装置#E0または#E1の何れかがシステム本
体1に接続されている場合はLAN.SYSを導入し、
拡張装置が接続されていない場合はLAN.SYSとい
うデバイス・ドライバ・プログラムを導入しないことに
なる。
What should be noted is the description of the conditional statements on the 11th to 13th lines. In the 11th line, "IF CONFIG # = 0,
1 "designates the condition that the description in the next line is executed when the hardware configuration number read out in step 13 of FIG. 1 is 0 or 1. "DEVICE = C: \ LAN.SYS" on the 12th line indicates LAN. S
It describes the introduction of a device driver program called YS. Therefore, the description of the conditional statements on the 11th and 12th lines is LAN.NET if the current hardware configuration corresponds to the hardware configuration number 0 or 1. If a device driver program called SYS is installed and the hardware configuration is other than that, LAN. It specifies not to install a device driver program called SYS. Referring to FIG. 3, when either the expansion device # E0 or # E1 is connected to the system main unit 1, the LAN. Introducing SYS,
If the expansion device is not connected, LAN. The device driver program called SYS will not be installed.

【0031】13行目の「ENDIF」は、11行目及
び12行目の条件文の記述が終了することを示してい
る。尚、14行目の「INSTALL=C:¥DOS¥
FASTOPEN.EXE C:=(150,15
0)」は、ソフトウェアに関する環境を指定しており、
従来技術と変わらない。また、11行の直ぐ上の「re
m***Check Configuration,
if CONFIG#=0,1 then start
LAN」は、11行及び12行の処理内容についての
オペレータに対するコメント文であり、システム初期化
用プログラムがこのコメント文を解釈する訳ではない。
"ENDIF" on the 13th line indicates that the description of the conditional statements on the 11th and 12th lines is completed. In the 14th line, “INSTALL = C: \ DOS \
FASTOPEN. EXE C: = (150,15
0) ”specifies the environment for software,
No change from conventional technology. Also, "re
m *** Check Configuration,
if CONFIG # = 0,1 then start
"LAN" is a comment statement to the operator regarding the processing contents of lines 11 and 12, and the system initialization program does not interpret this comment statement.

【0032】図1に戻って説明する。図1のステップ1
4でソフトウェアの初期化処理が終了した後、ステップ
15でコマンド・プロセッサを始動し、ステップ16で
AUTOEXEC.BATに記述されているコマンドを
実行する。これで、一連の初期化処理が完了し、アプリ
ケーション・プログラムが実行できる状態となる。
Returning to FIG. 1, description will be made. Step 1 of FIG.
After the software initialization process is completed in step 4, the command processor is started in step 15 and the AUTOEXEC. Execute the command described in BAT. This completes a series of initialization processes, and the application program is ready for execution.

【0033】図6には、図1のステップ11のハードウ
ェアの初期化或は初期設定処理の内容がより詳細に示さ
れている。図6中、ステップ21で、POSTはシステ
ム本体1内の各部の自己診断を行う。ステップ22で、
POSTは、システム本体1に接続されているアダプタ
・カード類の識別値や、拡張装置が接続されている場合
はアダプタ・カード類の識別値の他に拡張装置上のNV
RAM25内の情報読み出す。即ち、ステップ22では
現在のハードウェア構成に関するハードウェア構成識別
情報(図4参照)が読み出される。ステップ23では、
ステップ22で読み出されたハードウェア構成識別情報
とシステム本体1のNVRAM7内に既に記憶されてい
るハードウェア初期設定情報のハードウェア構成識別情
報とを比較する。
FIG. 6 shows the details of the hardware initialization or initialization processing in step 11 of FIG. 1 in more detail. In step 21 in FIG. 6, POST performs self-diagnosis of each part in the system body 1. In step 22,
In addition to the identification value of the adapter card connected to the system main body 1 and the identification value of the adapter card when the expansion device is connected, POST is the NV on the expansion device.
The information in the RAM 25 is read. That is, in step 22, the hardware configuration identification information (see FIG. 4) regarding the current hardware configuration is read. In step 23,
The hardware configuration identification information read in step 22 is compared with the hardware configuration identification information of the hardware initial setting information already stored in the NVRAM 7 of the system body 1.

【0034】比較結果が一致したときは処理がステップ
24に移る。ステップ24では、システム・本体1のN
VRAM7内のハードウェア初期設定情報の内の各カー
ド上のPOSレジスタ23にコピーすべき部分を各PO
Sレジスタ23にコピーする。拡張装置が接続されてい
る場合は、ステップ25で、拡張装置上のNVRAM2
5内に当該拡張装置に関するハードウェア初期設定情報
をシステム本体1のNVRAM7からコピーする。次
に、ステップ26でハードウェア初期設定情報の各ユニ
ット間の整合性を検査し、処理を終了する。
If the comparison results are in agreement, the process proceeds to step 24. In step 24, the system / main body 1 N
Of the hardware initial setting information in the VRAM 7, the portion to be copied to the POS register 23 on each card
Copy to S register 23. If an expansion unit is connected, then in step 25 NVRAM2 on the expansion unit
The hardware initial setting information relating to the expansion device is copied into the NVRAM 5 from the NVRAM 7 of the system body 1. Next, in step 26, the consistency between the units of the hardware initial setting information is inspected, and the process ends.

【0035】ステップ23での比較結果が不一致のとき
は処理をステップ27に移す。ステップ27では、ステ
ップ22で読み出された現在のハードウェア構成に関す
るハードウェア構成識別情報によってHDD11のシス
テム領域11A内のハードウェア初期設定情報を検索す
る。システム領域11A内に現在のハードウェア構成識
別情報と同一のハードウェア構成識別情報が見つかった
ときは、処理をステップ28に移す。ステップ28で
は、見つかったハードウェア構成識別情報に対応するハ
ードウェア初期設定情報をシステム領域11Aからシス
テム本体のNVRAM7にコピーし、処理をステップ2
5に移す。また、ステップ27でシステム領域11A内
に同一のハードウェア構成識別情報が見つからなかった
ときは、処理をステップ29に移し、新たなハードウェ
ア初期設定情報の作成を指示して処理を終了する。ハー
ドウェア初期設定情報の新たは作成の際の処理は図5を
参照しながら既に説明した。
When the comparison result in step 23 is not matched, the process is moved to step 27. In step 27, the hardware initial setting information in the system area 11A of the HDD 11 is searched by the hardware configuration identification information regarding the current hardware configuration read in step 22. If the same hardware configuration identification information as the current hardware configuration identification information is found in the system area 11A, the process proceeds to step 28. In step 28, the hardware initial setting information corresponding to the found hardware configuration identification information is copied from the system area 11A to the NVRAM 7 of the system main body, and the process is performed in step 2
Move to 5. If the same hardware configuration identification information is not found in the system area 11A in step 27, the process proceeds to step 29, instructing the creation of new hardware initial setting information, and the process ends. The process of newly creating the hardware initialization information has already been described with reference to FIG.

【0036】このような本実施例によれば、情報処理シ
ステム1のハードウェア構成が変動した後であっても、
当該ハードウェア構成に適したソフトウェア環境を自動
的に即ちオペレータの介入なしに設定できる。従って、
ノートブック型パーソナル・コンピュータのように拡張
装置を頻繁に付けたり外したりして使用する場合やカー
ド型周辺機器を頻繁に着脱して使用する場合等に特に便
利である。
According to this embodiment, even after the hardware configuration of the information processing system 1 has changed,
A software environment suitable for the hardware configuration can be set automatically, that is, without operator intervention. Therefore,
This is particularly convenient when the expansion device is frequently attached or detached, such as a notebook personal computer, or when the card peripheral device is frequently attached and detached.

【0037】また、前記実施例では、アダプタ・カード
類や拡張装置等のユニットが自らの識別情報(ID)を
保持しており、POSTやOS等のプログラムが現在の
ハードウェア構成を検出するためにはそのようなユニッ
ト自身のIDを参照していたが、本発明が適用できるの
はユニット自身がIDを保持している場合に限られな
い。ユニット自身がIDを保持していなくとも、システ
ム本体側のコネクタの特定のピンの信号レベルを検出す
ることにより、そのコネクタに接続され得る特定のユニ
ットが実際に接続されているか否かが検出され、従っ
て、現在のハードウェア構成がどのようなものであるか
が検出され得る場合がある。特に、情報処理システムの
取り得るハードウェア構成の種類が限られている場合に
は、ユニット自身がIDを保持していなくとも、現在の
ハードウェア構成がどのようなものが検出され得る場合
が多い。
Further, in the above-described embodiment, units such as adapter cards and expansion devices hold their own identification information (ID), and programs such as POST and OS detect the current hardware configuration. However, the present invention is not limited to the case where the unit itself holds the ID. Even if the unit itself does not hold the ID, by detecting the signal level of the specific pin of the connector on the system body side, it is possible to detect whether or not the specific unit that can be connected to the connector is actually connected. Therefore, it may be possible to detect what the current hardware configuration is. In particular, when the types of hardware configurations that the information processing system can take are limited, it is often possible to detect what the current hardware configuration is, even if the unit itself does not hold an ID. .

【0038】また、本発明におけるソフトウェア環境の
設定には、前記実施例に関連して説明したような、OS
に関連するソフトウェア環境の設定やシステムに導入す
べきデバイス・ドライバ・プログラムの指定に限られな
い。即ち、本発明におけるソフトウェア環境の設定に
は、あるアプリケーション・プログラムを起動するか否
かということも含まれる。
Further, the setting of the software environment in the present invention is performed by using the OS as described in connection with the above embodiment.
It is not limited to the setting of the software environment related to and the specification of the device driver program to be installed in the system. That is, the setting of the software environment in the present invention includes whether or not a certain application program is started.

【0039】[0039]

【発明の効果】上述のように本発明によれば、情報処理
システムのハードウェア構成が変動した後であっても、
当該ハードウェア構成に適したソフトウェア環境が自動
的に設定されるような情報処理システム、及び、情報処
理システムの初期化方法を提供できる。
As described above, according to the present invention, even after the hardware configuration of the information processing system changes,
An information processing system in which a software environment suitable for the hardware configuration is automatically set, and an initialization method of the information processing system can be provided.

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

【図1】本発明による情報処理システムの初期化方法の
一実施例のハードウェア初期設定情報の生成及びOSに
用意されていたシステム構成定義データ(CONFI
G.SYS)の修正が既に完了した後の処理を示すフロ
ーチャートである。
FIG. 1 is a block diagram showing an example of a method for initializing an information processing system according to the present invention; hardware initial setting information is generated;
G. 7 is a flowchart showing a process after the correction of (SYS) is already completed.

【図2】前記実施例におけるシステム構成定義データ
(CONFIG.SYS)の内容を示す図である。
FIG. 2 is a diagram showing the contents of system configuration definition data (CONFIG.SYS) in the above embodiment.

【図3】前記実施例のハードウェア構成を示すブロック
図である。
FIG. 3 is a block diagram showing a hardware configuration of the embodiment.

【図4】前記実施例のHDDのシステム領域内のハード
ウェア初期設定情報及びハードウェア構成識別情報の構
造を示すブロック図である。
FIG. 4 is a block diagram showing a structure of hardware initial setting information and hardware configuration identification information in a system area of the HDD of the embodiment.

【図5】前記実施例のハードウェア初期設定情報の生成
及びシステム構成定義データ(CONFIG.SYS)
のための処理を示すフローチャートである。
FIG. 5 is a diagram showing the generation of hardware initial setting information and system configuration definition data (CONFIG.SYS) in the above embodiment.
4 is a flowchart showing a process for.

【図6】前記実施例のハードウェアに関する初期設定
(ハードウェアの初期化)のための処理を示すフローチ
ャートである。
FIG. 6 is a flowchart showing a process for initial setting (hardware initialization) relating to the hardware of the embodiment.

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

1 システム本体 3 システム・バス 5 POST/BIOS・ROM 7 NVRAM 9 システム・メモリ 11 ハード・ディスク記憶装置(HDD) 11A システム領域 13 CPU 15 フロッピー・ディスク駆動装置(FDD) 21 アダプタ・カードや拡張装置の識別値発生手
段(ID) 23 POSレジスタ 25 拡張装置上のNVRAM
1 System Main Body 3 System Bus 5 POST / BIOS ROM 7 NVRAM 9 System Memory 11 Hard Disk Storage (HDD) 11A System Area 13 CPU 15 Floppy Disk Drive (FDD) 21 Adapter Card or Expansion Device Identification value generating means (ID) 23 POS register 25 NVRAM on expansion device

───────────────────────────────────────────────────── フロントページの続き (72)発明者 伊藤 和美 神奈川県大和市下鶴間1623番地14 日本ア イ・ビー・エム株式会社 大和事業所内 (72)発明者 井上 健 神奈川県大和市下鶴間1623番地14 日本ア イ・ビー・エム株式会社 大和事業所内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Kazumi Ito 1623 Shimotsuruma, Yamato-shi, Kanagawa 14 Yamabe Works, IBM Japan, Ltd. (72) Ken Inoue 1623 Shimotsuruma, Yamato-shi, Kanagawa 14 Japan IBM Japan, Ltd. Daiwa Office

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】システム本体に対して着脱可能な単数又は
複数のユニットを含むことにより種々の異なるハードウ
ェア構成を取り得る情報処理システムにおいて、前記情
報処理システムは、前記情報処理システムを初期化する
際に参照するシステム構成定義データを保持する手段
と、前記システム構成定義データを参照して前記情報処
理システムを初期化する手段と、前記情報処理システム
の現在のハードウェア構成を検出する手段と、を有し、
前記システム構成定義データはハードウェア構成に応じ
てシステム構成の内容が異なるような条件文の記述を含
み、前記初期化手段は前記検出手段により検出した現在
のハードウェア構成に基づいて前記条件文を処理する機
能を有することを特徴とする、情報処理システム。
1. An information processing system capable of adopting various different hardware configurations by including a single unit or a plurality of units detachable from a system body, wherein the information processing system initializes the information processing system. Means for holding the system configuration definition data to be referred to at the time, means for initializing the information processing system by referring to the system configuration definition data, means for detecting the current hardware configuration of the information processing system, Have
The system configuration definition data includes a description of a conditional statement such that the content of the system configuration varies depending on the hardware configuration, and the initialization unit determines the conditional statement based on the current hardware configuration detected by the detection unit. An information processing system having a processing function.
【請求項2】前記情報処理システムは、前記ハードウェ
ア構成に対して関連付けられた識別値を保持する手段を
有し、前記条件文は前記識別値に応じてシステム構成の
内容が異なるような記述であり、前記初期化手段は前記
検出手段により検出した現在のハードウェア構成に関連
する識別値に基づいて前記条件文を処理することを特徴
とする、請求項1の情報処理システム。
2. The information processing system has means for holding an identification value associated with the hardware configuration, and the conditional statement describes that the contents of the system configuration differ depending on the identification value. The information processing system according to claim 1, wherein the initialization unit processes the conditional statement based on an identification value associated with the current hardware configuration detected by the detection unit.
【請求項3】前記条件文は、前記識別値に応じて、起動
するアプリケーション・プログラムの種類が異なるよう
な記述を含んでいる、請求項2の情報処理システム。
3. The information processing system according to claim 2, wherein the conditional statement includes a description such that the type of application program to be started differs depending on the identification value.
【請求項4】システム本体に対して着脱可能な単数又は
複数のユニットを含むことにより種々の異なるハードウ
ェア構成を取り得る情報処理システムにおいて、システ
ム構成定義データを予め保持させておき、前記システム
構成定義データを参照して前記情報処理システムを初期
化する方法であって、前記システム構成定義データにハ
ードウェア構成に応じてシステム構成の内容が異なるよ
うな条件文の記述を含ませ、前記システムの起動時また
はリセット時に前記システムのハードウェア構成を検出
し、その検出結果に応じて前記条件文を処理する、情報
処理システムの初期化方法。
4. An information processing system capable of taking a variety of different hardware configurations by including a single unit or a plurality of units that can be attached to and detached from a system main body, holds system configuration definition data in advance, and stores the system configuration. A method of initializing the information processing system by referring to definition data, wherein the system configuration definition data includes a description of a conditional statement such that the contents of the system configuration differ depending on the hardware configuration, An initialization method of an information processing system, which detects a hardware configuration of the system at the time of startup or reset and processes the conditional statement according to the detection result.
JP5078060A 1993-04-05 1993-04-05 Information processing system Expired - Lifetime JP2521020B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5078060A JP2521020B2 (en) 1993-04-05 1993-04-05 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5078060A JP2521020B2 (en) 1993-04-05 1993-04-05 Information processing system

Publications (2)

Publication Number Publication Date
JPH06309155A true JPH06309155A (en) 1994-11-04
JP2521020B2 JP2521020B2 (en) 1996-07-31

Family

ID=13651317

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5078060A Expired - Lifetime JP2521020B2 (en) 1993-04-05 1993-04-05 Information processing system

Country Status (1)

Country Link
JP (1) JP2521020B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014506363A (en) * 2010-12-30 2014-03-13 アップル インコーポレイテッド Dynamic device configuration using predicates

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5627187B2 (en) 2009-03-13 2014-11-19 新日鉄住金ソリューションズ株式会社 Information processing apparatus, information processing method, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02230355A (en) * 1988-10-14 1990-09-12 Compaq Computer Corp Dynamically structurable portable type computer system
JPH0421027A (en) * 1990-05-14 1992-01-24 Mitsubishi Electric Corp Method for changing set environment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02230355A (en) * 1988-10-14 1990-09-12 Compaq Computer Corp Dynamically structurable portable type computer system
JPH0421027A (en) * 1990-05-14 1992-01-24 Mitsubishi Electric Corp Method for changing set environment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014506363A (en) * 2010-12-30 2014-03-13 アップル インコーポレイテッド Dynamic device configuration using predicates

Also Published As

Publication number Publication date
JP2521020B2 (en) 1996-07-31

Similar Documents

Publication Publication Date Title
US5768568A (en) System and method for initializing an information processing system
KR920008445B1 (en) An apparatus and method for decreasing the memory requirment for bios in a personal computer system
KR950002945B1 (en) Apparatus and method for loading a system reference diskette image from a system partition in a personal computer system
KR930007680B1 (en) Apparatus and method for loading bios from a diskette in a personal computer system
US7073013B2 (en) Mass storage device with boot code
KR930007679B1 (en) Initial bios load for a personal computer system
US7017039B2 (en) Method of booting a computer operating system to run from a normally unsupported system device
US6795912B1 (en) Method for controlling computer, computer, and storage medium
US20060242398A1 (en) Booting from non-volatile memory
JPH05346900A (en) Data processing system and method for operating data processing system
US20080098381A1 (en) Systems and methods for firmware update in a data processing device
KR100764921B1 (en) Virtual rom for device enumeration
US5822784A (en) Mechanism supporting execute in place read only memory applications located on removable computer cards
JPH06332716A (en) Remote boot system
US7849300B2 (en) Method for changing booting sources of a computer system and a related backup/restore method thereof
US7080243B2 (en) Method and system for comparing firmware images
JP2521020B2 (en) Information processing system
JPH1139143A (en) Arithmetic unit, control method therefor, storage medium storing control program of the unit, electronic circuit device utilizing arithmetic unit, control method therefor and storage medium storing control program of the device
US7103767B2 (en) Method and apparatus to support legacy master boot record (MBR) partitions
US5754852A (en) Apparatus for combining cellular telephone ring signals and PSTN ring signals
CN115129384A (en) Electronic equipment and running method of starting program of electronic equipment
CN111176735B (en) Method for accelerating startup of electrocardiograph
US7240187B2 (en) Method and apparatus to support legacy master boot record (MBR) partitions
EP1914628B1 (en) Method for changing booting sources of computer system and related backup/restore method thereof
JP2546509B2 (en) Interface initialization device