[go: up one dir, main page]

JPH0619689A - Information processor - Google Patents

Information processor

Info

Publication number
JPH0619689A
JPH0619689A JP17283392A JP17283392A JPH0619689A JP H0619689 A JPH0619689 A JP H0619689A JP 17283392 A JP17283392 A JP 17283392A JP 17283392 A JP17283392 A JP 17283392A JP H0619689 A JPH0619689 A JP H0619689A
Authority
JP
Japan
Prior art keywords
software
computer
device driver
interrupt
operating system
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
JP17283392A
Other languages
Japanese (ja)
Inventor
Hisashi Sato
久司 佐藤
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP17283392A priority Critical patent/JPH0619689A/en
Publication of JPH0619689A publication Critical patent/JPH0619689A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To obtain an information processor by which an interruption vector address can be changed even when the overlap of an interruption address is generated, and a trouble such as the hang-up of a system can be canceled. CONSTITUTION:A device driver 4 is read in a computer 1, and controlled by an application software 2 which operates a main program operation in the computer 1. And also, the device driver 4 operates the transfer of data and a command with the application software 2 by using a software interruption, and drives at least the peripheral equipment of the computer 1. The setting of the address of the software interruption is operated at the time of the registration of the device driver 4.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、例えばコンピュータ
のソフトウエアに関し、特にアプリケーションからのア
クセスをソフトウエア割り込みを用いて行うデバイスド
ライバにおいて、割り込みベクタアドレスの設定をデバ
イスドライバの登録時に行うことができる情報処理装置
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to, for example, computer software, and particularly in a device driver which is accessed by an application using a software interrupt, an interrupt vector address can be set when the device driver is registered. The present invention relates to an information processing device.

【0002】[0002]

【従来の技術】一般に、コンピュータを用いて作業を行
うためにはオペレーティングシステムと呼ばれているプ
ログラムソフトウエア及び目的とする作業を行うのに必
要なアプリケーションソフトウエアをコンピュータに読
み込ませ、このコンピュータをオペレーティングシステ
ムやアプリケーションソフトウエアで動作させることに
よってその目的を達成している。
2. Description of the Related Art Generally, in order to perform work using a computer, program software called an operating system and application software necessary for performing a desired work are loaded into the computer, and the computer is loaded. It achieves that goal by running on an operating system or application software.

【0003】ところで、プリンタ等コンピュータの周辺
機器などをアプリケーションソフトウエア使用できるよ
うにするためには、これら周辺機器を駆動するための専
用ソフトウエアを用意し、そのソフトウエアをメインと
なるオペレーティングシステムで使用できるようにする
ことが必要である。
By the way, in order to enable application software to be used in peripheral devices such as a printer such as a computer, dedicated software for driving these peripheral devices is prepared, and the software is the main operating system. It is necessary to be able to use it.

【0004】従来、このような要求に応える情報処理装
置として、例えば図4に示すようなデバイスドライバが
提案されている。この図4はコンピュータと、このコン
ピュータに読み込まれて種々の処理動作を行うアプリケ
ーションソフトウエア(オペレーティングシステムも含
む)及び周辺機器や他のソフトウエアを駆動するデバイ
スドライバと称されるソフトウエアの構成を示すブロッ
ク図、図5はオペレーティングシステムの起動時におけ
るオペレーティングシステムとデバイスドライバの動作
の流れを示すフローチャート、図6はデバイスドライバ
をアプリケーションソフトウエアからのソフトウエア割
り込みで制御するときの制御動作を示すフローチャート
である。
Conventionally, for example, a device driver as shown in FIG. 4 has been proposed as an information processing apparatus which meets such a request. FIG. 4 shows the configuration of a computer and software called device driver that drives application software (including an operating system) read by the computer and performs various processing operations and peripheral devices and other software. FIG. 5 is a block diagram showing the operation flow of the operating system and the device driver at the time of booting the operating system, and FIG. 6 is a flowchart showing the control operation when the device driver is controlled by a software interrupt from the application software. Is.

【0005】図において、1はオペレーティングシステ
ムやアプリケーションシステムを読み込んで各種処理を
行うためのホストコンピュータ、2はコンピュータ1に
読み込まれると共に、オペレーティングシステムの各種
機能を利用して種々の処理を行うためのアプリケーショ
ンソフトウエア、3は起動時にオペレーティングシステ
ムに組み込まれ、アプリケーションソフトウエアから割
り込み(ソフトウエア割り込み)があったときなどにコ
ンピュータ1の周辺機器を駆動したり、アプリケーショ
ンソフトウエアを起動するデバイスドライバと称される
ファイルである。
In the figure, reference numeral 1 is a host computer for reading an operating system or application system to perform various processes, and 2 is loaded into the computer 1 for performing various processes using various functions of the operating system. The application software 3 is incorporated in the operating system at startup, and is called a device driver that drives peripheral devices of the computer 1 or starts application software when an interrupt (software interrupt) is generated from the application software. Is a file that is

【0006】ここでオペレーティングシステム、アプリ
ケーションソフトウエア及びデバイスドライバについて
説明すると、オペレーティングシステムはソフトウエア
の起動など、コンピュータで処理を行うための基本的制
御を行うためのソフトウエア、アプリケーションソフト
ウエアは例えば文書や図の作成などをオペレーティング
システムを利用して行うソフトウエア、デバイスドライ
バは、起動時にオペレーティングシステムに組み込まれ
て働き、アプリケーションソフトウエアからのアクセス
に応じて周辺機器を駆動するため、またはアプリケーシ
ョンソフトウエアを起動させるためのソフトウエアであ
る。
The operating system, application software and device driver will be described below. The operating system is software for performing basic control for performing processing by a computer such as activation of software, and the application software is, for example, a document. Software and device drivers that use the operating system to create graphics and drawings work by being incorporated into the operating system at startup, and to drive peripheral devices in response to access from application software, or application software. Is software for activating.

【0007】一般に広く用いられているMS−DOSと
称されるオペレーティングシステムにおいては、デバイ
スドライバ(MS−DOSにおいては例えばマウスを使
用するMOUSE.SYSなど)はCONSIG.SY
Sと称されるファイルに登録される。起動時には、オペ
レーティングシステムがこの参照用のファイルの内容に
基いてデバイスドライバ3をシステムに組み込み、アプ
リケーションソフトウエアからのアクセス時などにその
デバイスドライバ3に対応する周辺機器や他のプログラ
ムファイルを駆動したり、アプリケーションソフトウエ
アを起動したりするようになっている。
In the generally used operating system called MS-DOS, the device driver (in MS-DOS, for example, MOUSE.SYS using a mouse) is CONSIG. SY
It is registered in a file called S. At startup, the operating system incorporates the device driver 3 into the system based on the contents of this reference file, and drives peripheral devices and other program files corresponding to the device driver 3 at the time of access from application software. Or to start application software.

【0008】次に図5を参照してオペレーティングシス
テムとデバイスドライバ3の動作について説明する。先
ず、ステップST1でオペレーティングシステムの各種
処理(各種イニシャル処理)をオペレーティングシステ
ム自身が行い、次にステップST2でオペレーティング
システムは参照用のファイル(MS−DOSにおいては
CONFIG.SYS)で指定されているデバイスドラ
イバをオペレーティングシステムの一部として登録す
る。登録するとき、制御が登録するデバイスドライバ3
に一時移行する。
Next, the operation of the operating system and the device driver 3 will be described with reference to FIG. First, in step ST1, the operating system itself performs various processes of the operating system (various initial processes), and then in step ST2, the operating system designates a device designated by a reference file (CONFIG.SYS in MS-DOS). Register the driver as part of the operating system. Device driver 3 that the control registers when registering
Transition to.

【0009】次に、ステップST3ではデバイスドライ
バ3がデバイスドライバ自身のイニシャル処理を行う。
通常は登録完了のメッセージを図示しないコンピュータ
1に接続されたディスプレイモニタ(CRT)に表示す
るなどの処理を行う。次に、ステップST4では、オペ
レーティングシステムに制御が戻り、オペレーティング
システムの起動処理が完了する。
Next, in step ST3, the device driver 3 performs initial processing of the device driver itself.
Normally, processing such as displaying a registration completion message on a display monitor (CRT) connected to the computer 1 (not shown) is performed. Next, in step ST4, the control is returned to the operating system, and the booting process of the operating system is completed.

【0010】次に、図6を参照してアプリケーションソ
フトウエア2からのソフトウエア割り込みで制御される
デバイスドライバを利用した場合の動作について説明す
る。先ず、ステップST5ではレジスタに機能コードを
セットし、次にステップST6ではステップST5でレ
ジスタにセットされた機能コードに基いて必要なレジス
タをセットし、次にINT割り込みベクタアドレス命令
を実行する。これによって、デバイスドライバが利用さ
れる。
Next, the operation when a device driver controlled by a software interrupt from the application software 2 is used will be described with reference to FIG. First, in step ST5, the function code is set in the register, then in step ST6, the necessary register is set based on the function code set in the register in step ST5, and then the INT interrupt vector address instruction is executed. As a result, the device driver is used.

【0011】[0011]

【発明が解決しようとする課題】従来の情報処理装置は
以上のように構成されているので、割り込みベクタアド
レスがデバイスドライバ内で一旦セットされると変更が
できず、例えばコンピュータシステムによって他で使用
していた場合は割り込みベクタアドレスが重複してしま
い、これによって正常な処理動作を行えなくなるいわゆ
るハングアップ状態を引き起こすなどの問題点があっ
た。
Since the conventional information processing apparatus is configured as described above, it cannot be changed once the interrupt vector address is set in the device driver, and it cannot be changed by a computer system, for example. In that case, there is a problem in that the interrupt vector addresses are duplicated, which causes a so-called hang-up state in which the normal processing operation cannot be performed.

【0012】この発明はこのような問題点を解決するた
めになされたもので、割り込みベクタアドレスの重複に
よるシステムのハングアップを解消することができる情
報処理装置を得ることを目的とする。
The present invention has been made to solve such a problem, and an object thereof is to obtain an information processing apparatus capable of eliminating system hang-up due to duplication of interrupt vector addresses.

【0013】[0013]

【課題を解決するための手段】この発明に係る情報処理
装置は、コンピュータに読み込まれ、このコンピュータ
において主なプログラム動作を行う第1のソフトウエア
によって制御され、上記第1のソフトウエアとのデータ
及びコマンドの授受をソフトウエア割り込みを利用して
行うと共に、少なくとも上記コンピュータの周辺機器を
駆動する第2のソフトウエアであって、上記ソフトウエ
ア割り込みのアドレスの設定を上記第2のソフトウエア
の登録の際に行うようにしたものである。
An information processing apparatus according to the present invention is read by a computer and is controlled by a first software which carries out a main program operation in the computer, and data with the first software. And command transmission / reception using a software interrupt, and at least second software for driving peripheral equipment of the computer, wherein the setting of the address of the software interrupt is registered in the second software. It was designed to be performed at the time of.

【0014】またこの発明に係る情報処理装置は、コン
ピュータに読み込まれ、このコンピュータにおいて主な
プログラム動作を行う第1のソフトウエアによって制御
され、上記第1のソフトウエアからソフトウエア割り込
みの利用によりアクセスされ、少なくとも上記コンピュ
ータの周辺機器を駆動する第2のソフトウエアであっ
て、上記ソフトウエア割り込みのアドレスの設定を上記
第2のソフトウエアの登録の際に行うようにしたもので
ある。
Further, the information processing apparatus according to the present invention is read by a computer, controlled by the first software which performs a main program operation in the computer, and is accessed from the first software by using a software interrupt. The second software drives at least the peripheral device of the computer, and the address of the software interrupt is set at the time of registering the second software.

【0015】[0015]

【作用】この発明においては、第1のソフトウエアとの
データ及びコマンドの授受をソフトウエア割り込みを利
用して行うと共に、少なくともコンピュータの周辺機器
を駆動する第2のソフトウエアの登録の際にソフトウエ
ア割り込みのアドレスの設定を行う。
According to the present invention, data and commands are exchanged with the first software by using the software interrupt, and at least the second software for driving the peripheral equipment of the computer is registered. Sets the address of the software interrupt.

【0016】またこの発明においては、第1のソフトウ
エアからソフトウエア割り込みの利用によりアクセスさ
れ、少なくともコンピュータの周辺機器を駆動する第2
のソフトウエアの登録の際に、ソフトウエア割り込みの
アドレスの設定を行う。
In the present invention, the second software which is accessed from the first software by using the software interrupt and drives at least the peripheral equipment of the computer is used.
When registering the software, the software interrupt address is set.

【0017】[0017]

【実施例】【Example】

実施例1.以下、この発明の一実施例を図について説明
する。図1はこの発明の一実施例を示すブロック図であ
り、図において、図4と対応する部分には同一符号を付
し、その詳細説明を省略する。1Aはホストコンピュー
タ、2は第1のソフトウエアとしてのアプリケーション
ソフトウエア、4は第2のソフトウエアとしてのデバイ
スドライバである。
Example 1. An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, parts corresponding to those in FIG. 4 are designated by the same reference numerals, and detailed description thereof will be omitted. 1A is a host computer, 2 is application software as first software, and 4 is a device driver as second software.

【0018】このデバイスドライバ3を参照ファイルに
登録する際の入力の例を図2を参照して説明する。図2
は参照ファイル(MS−DOSにおいてはCONFI
G.SYS)へのデバイスドライバ名の登録状態を示し
た説明図で、例えば参照ファイルの内容を図示しないデ
ィスプレイモニタに表示した場合の図である。この図2
において、「DEVICE=」は、参照ファイルの内容
をディスプレイ上に表示させた場合の例で、「デバイ
ス」の意味を示す文字、5はデバイスドライバ名(MS
−DOSにおいては例えばマウスを使用するためのMO
USE.SYSなど)の表示される部分、6は「/V」
と共に割り込みベクタアドレスが表示される部分であ
る。すなわち、この図に示すように、デバイスドライバ
の登録時には、参照ファイルに割り込みベクタアドレス
が登録される。
An example of input when registering the device driver 3 in the reference file will be described with reference to FIG. Figure 2
Is a reference file (CONFI in MS-DOS)
G. FIG. 6 is an explanatory diagram showing a registration state of a device driver name in (SYS), for example, a case where the contents of a reference file are displayed on a display monitor not shown. This Figure 2
In the above, “DEVICE =” is an example in which the contents of the reference file are displayed on the display, and the characters 5 that mean “device” and 5 are device driver names (MS
-For DOS, for example MO to use a mouse
USE. 6) is "/ V"
Is the part where the interrupt vector address is displayed. That is, as shown in this figure, when the device driver is registered, the interrupt vector address is registered in the reference file.

【0019】次にオペレーティングシステムの起動時に
おけるオペレーティングシステムとデバイスドライバ4
の動作を図3を参照して説明する。先ず、ステップST
10では、オペレーティングシステムの各種処理(各種
イニシャル処理)をオペレーティングシステム自身が行
い、次に、ステップST11では参照ファイル(MS−
DOSにおいてはCONFIG.SYS)で指定されて
いるデバイスドライバ4をオペレーティングシステムの
一部として登録する。このデバイスドライバ4の登録
時、制御が登録するデバイスドライバ4に一旦移行す
る。
Next, the operating system and device driver 4 when the operating system is started
The operation will be described with reference to FIG. First, step ST
In 10, the operating system itself performs various processes of the operating system (various initial processes), and then in step ST11, the reference file (MS-
In DOS, CONFIG. The device driver 4 specified by (SYS) is registered as a part of the operating system. When the device driver 4 is registered, the control once shifts to the registered device driver 4.

【0020】ステップST12ではデバイスドライバ4
のイニシャル処理を行う。このとき、オペレーティング
システムから参照ファイルの中身のアドレスがデバイス
ドライバ4に渡されるので、デバイスドライバ4はその
アドレスを参照して割り込みベクタアドレスをセット
し、次に、ステップST13でオペレーティングシステ
ムに制御が戻り、起動が完了する。尚、オペレーティン
グシステムの登録後におけるソフトウエア割り込みで制
御するデバイスドライバの制御などは図4〜図6に示し
た従来装置と同様なのでその説明を省略する。
In step ST12, the device driver 4
Initial processing of. At this time, since the address of the contents of the reference file is passed from the operating system to the device driver 4, the device driver 4 refers to the address and sets the interrupt vector address, and then the control returns to the operating system in step ST13. , Startup is complete. The control of the device driver controlled by the software interrupt after the registration of the operating system is the same as that of the conventional device shown in FIGS.

【0021】このように、本実施例においては、参照フ
ァイルにデバイスドライバ4を登録する際に、割り込み
ベクタアドレスを指定するようにしたので、割り込みア
ドレスの重複が発生したときでも割り込みベクタアドレ
スを変更することができ、これによってシステムのハン
グアップなどのトラブルを解消することができる。
As described above, in this embodiment, since the interrupt vector address is designated when registering the device driver 4 in the reference file, the interrupt vector address is changed even when the interrupt addresses overlap. By doing this, it is possible to solve problems such as system hangup.

【0022】実施例2.尚、上記実施例においては、ア
プリケーションソフトウエアとデバイスドライバとの間
のデータ及びコマンドの授受をソフトウエア割り込みを
利用して行う場合について説明したが、アプリケーショ
ンソフトウエアからデバイスドライバに対するアクセス
をソフトウエア割り込みを利用して行うようにしても良
い。この場合も上記第1実施例と同様に参照ファイルに
デバイスドライバ4を登録する際に、割り込みベクタア
ドレスを指定するようにすれば、割り込みアドレスの重
複が発生したときでも割り込みベクタアドレスを変更す
ることができ、これによってシステムのハングアップな
どのトラブルを解消することができる。
Example 2. It should be noted that in the above embodiment, the case where data and commands are exchanged between the application software and the device driver by using the software interrupt has been described. However, the access to the device driver from the application software is performed by the software interrupt. May be used. Also in this case, if the interrupt vector address is specified when registering the device driver 4 in the reference file as in the first embodiment, the interrupt vector address can be changed even when the interrupt addresses overlap. This allows you to eliminate problems such as system hangups.

【0023】実施例3.尚、上記実施例においては、割
り込みベクタアドレスを指定する方法をデバイスドライ
バ名、/V=割り込みベクタアドレスとしたが、デバイ
スドライバ名以降の指定方法は例えばデバイスドライバ
名、割り込みベクタアドレスなど、どのようにしても良
い。
Example 3. In the above embodiment, the method of designating the interrupt vector address is the device driver name and / V = interrupt vector address. However, the designation method after the device driver name is, for example, the device driver name or the interrupt vector address. You can

【0024】[0024]

【発明の効果】以上のように、この発明によれば、コン
ピュータに読み込まれ、このコンピュータにおいて主な
プログラム動作を行う第1のソフトウエアによって制御
され、上記第1のソフトウエアとのデータ及びコマンド
の授受をソフトウエア割り込みを利用して行うと共に、
少なくとも上記コンピュータの周辺機器を駆動する第2
のソフトウエアであって、上記ソフトウエア割り込みの
アドレスの設定を上記第2のソフトウエアの登録の際に
行うようにしたので、割り込みアドレスの重複が発生し
たときでも割り込みベクタアドレスを変更することがで
き、これによってシステムのハングアップなどのトラブ
ルを解消することができるという効果がある。
As described above, according to the present invention, data and commands are read by the computer and controlled by the first software which performs main program operations in the computer, and data and commands with the first software. Is sent and received using software interrupt,
Second for driving at least the peripheral device of the computer
Since the software interrupt address is set when the second software is registered, the interrupt vector address can be changed even when the interrupt addresses overlap. This has the effect of eliminating problems such as system hangups.

【0025】またこの発明に係る情報処理装置は、コン
ピュータに読み込まれ、このコンピュータにおいて主な
プログラム動作を行う第1のソフトウエアによって制御
され、上記第1のソフトウエアからソフトウエア割り込
みの利用によりアクセスされ、少なくとも上記コンピュ
ータの周辺機器を駆動する第2のソフトウエアであっ
て、上記ソフトウエア割り込みのアドレスの設定を上記
第2のソフトウエアの登録の際に行うようにしたので、
割り込みアドレスの重複が発生したときでも割り込みベ
クタアドレスを変更することができ、これによってシス
テムのハングアップなどのトラブルを解消することがで
きるという効果がある。
The information processing apparatus according to the present invention is read by a computer, controlled by the first software which performs the main program operation in this computer, and is accessed from the first software by using a software interrupt. In the second software for driving at least the peripheral device of the computer, the address of the software interrupt is set at the time of registering the second software.
Even if the duplication of the interrupt address occurs, the interrupt vector address can be changed, so that there is an effect that the trouble such as the system hangup can be solved.

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

【図1】この発明による情報処理装置の一実施例を示す
ブロック図である。
FIG. 1 is a block diagram showing an embodiment of an information processing apparatus according to the present invention.

【図2】この発明による情報処理装置の動作を説明する
ためのフローチャートである。
FIG. 2 is a flowchart for explaining the operation of the information processing device according to the present invention.

【図3】この発明による情報処理装置の一実施例を説明
するための説明図である。
FIG. 3 is an explanatory diagram for explaining an embodiment of an information processing device according to the present invention.

【図4】従来の情報処理装置を示すブロック図である。FIG. 4 is a block diagram showing a conventional information processing apparatus.

【図5】従来の情報処理装置の動作を説明するためのフ
ローチャートである。
FIG. 5 is a flowchart for explaining the operation of the conventional information processing device.

【図6】従来の情報処理装置の動作を説明するためのフ
ローチャートである。
FIG. 6 is a flowchart for explaining the operation of the conventional information processing device.

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

1 ホストコンピュータ 2 アプリケーションソフトウエア 4 デバイスドライバ 1 Host computer 2 Application software 4 Device driver

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータに読み込まれ、このコンピ
ュータにおいて主なプログラム動作を行う第1のソフト
ウエアによって制御され、上記第1のソフトウエアとの
データ及びコマンドの授受をソフトウエア割り込みを利
用して行うと共に、少なくとも上記コンピュータの周辺
機器を駆動する第2のソフトウエアであって、 上記ソフトウエア割り込みのアドレスの設定を上記第2
のソフトウエアの登録の際に行うようにしたことを特徴
とする情報処理装置。
1. A computer which is read by a computer and controlled by a first software which performs a main program operation in the computer, exchanges data and commands with the first software using a software interrupt. Along with the second software for driving at least the peripheral device of the computer, the setting of the address of the software interrupt is performed by the second software.
An information processing device, characterized in that it is carried out at the time of registration of the software.
【請求項2】 コンピュータに読み込まれ、このコンピ
ュータにおいて主なプログラム動作を行う第1のソフト
ウエアによって制御され、上記第1のソフトウエアから
ソフトウエア割り込みの利用によりアクセスされ、少な
くとも上記コンピュータの周辺機器を駆動する第2のソ
フトウエアであって、 上記ソフトウエア割り込みのアドレスの設定を上記第2
のプログラムの登録の際に行うようにしたことを特徴と
する情報処理装置。
2. A peripheral device of at least the computer, which is read by a computer and controlled by a first software which performs a main program operation in the computer, and which is accessed from the first software by using a software interrupt. Is a second software for driving the software, and the setting of the address of the software interrupt is performed by the second software.
An information processing device, characterized in that it is carried out when the program is registered.
JP17283392A 1992-06-30 1992-06-30 Information processor Pending JPH0619689A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17283392A JPH0619689A (en) 1992-06-30 1992-06-30 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17283392A JPH0619689A (en) 1992-06-30 1992-06-30 Information processor

Publications (1)

Publication Number Publication Date
JPH0619689A true JPH0619689A (en) 1994-01-28

Family

ID=15949198

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17283392A Pending JPH0619689A (en) 1992-06-30 1992-06-30 Information processor

Country Status (1)

Country Link
JP (1) JPH0619689A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009098949A (en) * 2007-10-17 2009-05-07 Fujitsu Component Ltd Multi-touch panel device and its control method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009098949A (en) * 2007-10-17 2009-05-07 Fujitsu Component Ltd Multi-touch panel device and its control method

Similar Documents

Publication Publication Date Title
JP2663990B2 (en) Computer system interlock method
US6871348B1 (en) Method and apparatus for integrating the user interfaces of multiple applications into one application
CA2231937C (en) Dynamic extension of static device drivers
EP0308805A2 (en) Full-screen input/output application program interface
CA2231382C (en) System and method for managing device driver logical state information in an information handling system
JPH05216689A (en) Computer apparatus and computer-apparatus operating method
JPH0619689A (en) Information processor
JPH08234991A (en) Information processing method and device
JP3033713B2 (en) Virtual machine emulation device
JP3453467B2 (en) Information processing apparatus and power management function calling method of the information processing apparatus
JP3000319B2 (en) Window display control system
JP3120473B2 (en) How to upgrade software programs
JPH11194867A (en) Window display control unit, and recording medium where program is recorded
JPH09258962A (en) Method for starting maintenance mode in electronic computer system
JP3001205B2 (en) Information processing device
JPH01260554A (en) File transfer completion informing system
JP2000057081A (en) Information processing device
JPH06161783A (en) Display control method in multi-OS system
JPS63298442A (en) Application managing device
JPH06175827A (en) Information processor
JPH05150976A (en) Microprogram rewriting method in central processing unit
JPS63142424A (en) Screen dividing system for virtual computer console device
JPH02184935A (en) Debugger input/output support method
JPH04149741A (en) How to automatically operate multiple OS
JPH03262049A (en) System for debugging device driver by interruption