JP3018336B2 - Information processing device - Google Patents

Information processing device

Info

Publication number
JP3018336B2
JP3018336B2 JP62276038A JP27603887A JP3018336B2 JP 3018336 B2 JP3018336 B2 JP 3018336B2 JP 62276038 A JP62276038 A JP 62276038A JP 27603887 A JP27603887 A JP 27603887A JP 3018336 B2 JP3018336 B2 JP 3018336B2
Authority
JP
Japan
Prior art keywords
mode
operation mode
switching
information processing
cpu
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.)
Expired - Fee Related
Application number
JP62276038A
Other languages
Japanese (ja)
Other versions
JPH01118932A (en
Inventor
信博 ▲吉▼田
伸夫 清水
金弥 青島
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP62276038A priority Critical patent/JP3018336B2/en
Publication of JPH01118932A publication Critical patent/JPH01118932A/en
Application granted granted Critical
Publication of JP3018336B2 publication Critical patent/JP3018336B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野] 本発明は、動作モードを少くとも2以上持つCPUを核
として処理を行なう情報処理装置に関する。 (従来の技術) 近年半導体技術の進歩によりマイクロプロセッサ、周
辺制御用LSIが安価に供給される様になり、これらを適
宜組合せるだけで高性能なコンピュータシステムを構築
出来る。 ところで、米国インテル社製のマイクロプロセッサ18
0286はリアルモードとプロテクトモードの両方を持って
いる。このプロセッサは、ワークステーション等小型コ
ンピュータに数多く搭載され、各モード上で動作するオ
ペレーティングシステム(OS)を持つ。リアルモードで
は18086と完全互換があるため米国マイクロソフト社製M
S−DOSなど従来のパソコン上のOS以下リアルモードOSと
呼ぶが動作し、プロテクトモードではプロセッサの持つ
高度な機能を利用して米国ディジタルリサーチ社製C−
DOS286などマルチプロセス機能を持つOS以下プロテクト
モードOSと呼ぶが動作している。これらの用途の違いか
ら汎用のワークステーションでは、リアルモードOSとプ
ロテクトモードOSの両方が動作するものもある。 (発明が解決しようとする問題点) この場合、従来はリアルモードOSとプロテクトモード
OSの切替えはIPL(Initial Program Load)による再ブ
ート方法をとっていたため、切替え時間が膨大にかかわ
るうえ、切替える前のOSの環境がすべて破壊されてしま
うという不具合があった。 本発明は上記事情に鑑みてなされたものであり、リア
ルモードOSとプロテクトモードOSをメモリ上に同時に常
駐させ高速に切替えることを可能にし、且つ、その時
に、OSの環境(カレントなプロセスのコンテキスト、周
辺機器の状態など)を保存することにより、切り換え後
に処理を続行する情報処理装置を提供することを目的と
する。 [発明の構成] (問題点を解決するための手段と作用] 本発明は、上記目的を実現するため、主記憶と2次記
憶装置とを備えてなる情報処理装置であって、アドレス
空間の大きさに依存した少なくとも2つの動作モードで
実行可能なCPUを有する情報処理装置において、複数の
動作モード毎に情報処理装置の動作環境が保存される領
域を前記主記憶装置内に設け、前記CPUを第1の動作モ
ードで実行中、第2の動作モードに切替える要求を発生
する手段と、前記発生手段による動作モード切替え要求
発生後、第1から第2の動作モード移行に伴い、前記情
報処理装置の割込みを禁止し、第1の動作モード上での
CPUコンテキストを第1の動作モード用領域に保存し、
この動作環境の保存後、前記CPUを前記第2の動作モー
ドに切替え、切替え先の第2の動作モード上のCPUコン
テキストを復元する手段と、前記復元手段による復元
後、前記第2の動作モードで実行可能なプログラムを実
行する手段と、を具備したことを特徴とする。 本発明の情報処理装置においては、第1の動作モード
で実行中のCPUを第2の動作モードに切替える際、情報
処理装置の割込みを禁止し、第1の動作モードでの動作
環境をアクセス速度が高速な主記憶装置内に設けられた
領域に保存し、その保存後にCPUを第2の動作モードに
切替える。 すなわち、本発明の情報処理装置では、動作環境の保
存および復元を、アクセス速度が高速な主記憶装置への
書き込み処理および読み出し処理によって実行する。一
般に、主記憶装置はアクセス装置が高速な半導体メモリ
で構成され、たとえばディスクなどの2次記憶装置と比
較して、そのアクセスに費やす時間は非常に小さい。し
たがって、ディスクなどの2次記憶装置を用いて動作環
境の保存および復元を実行することと比較して、その切
り替えを大幅に高速化することを可能とする。また、情
報処理装置の割込みを禁止することにより、動作モード
の移行に伴う動作環境の破壊を確実に防止する。 (実施例) 以下、図面を使用して本発明実施例について詳細に説
明する。第1図は、リアルモードOSとプロテクトモード
OSの同時常駐時のメモリ配置を表わす図である。リアル
モードOS11は、IPLによりロードされる通常の場合と同
じようにメモリの最下位に位置づけられる。リアルモー
ドOSの場合、アドレスバスは、20ビットとなるため必要
とする領域は多くとも1メガバイトである。その後のメ
モリ領域にプロテクトモードOS12を置くが中間部分に、
共有領域13を設ける。共有領域13には、リアルモードOS
とプロテクトモードOSのそれぞれの環境保存領域131,13
2及びOS切換え時に交換するメッセージの保存領域132,1
34が設けられる。図中、R→PはリアルモードSから
プロテクトモードSへの切替えを表わし、P→Rはプ
ロテクトモードSからリアルモードSへの切替えを
表わす。 第2図はリアルモードOSとプロテクトモードOSの切替
え時の制御の流れを示す動作概念図である。プロテクト
モードOS21からリアルモードOS22へ制御を移す時はプロ
テクトモードOS21上でリアルモードOS切替えドライバ23
を呼出し、逆に、リアルモードOS22からプロテクトモー
ドOS21へ制御を移す時にはリアルモードOS22上でプロテ
クトモードOS切替えドライバ24を呼び出す。各、切替え
ドライバ23,24では、まず現在のOSの環境を保存した
後、相手のドライバに制御を移す。制御を移されたドラ
イバは、OSの環境を復元した後OSの実行を再開する。す
なわち、リアルモードOS切替えドライバ23とプロテクト
モードOS切替えドライバ24はコルーチンとして動作す
る。 第3図は本発明が採用されるパーソナルコンピュータ
の構成例を示す図である。図中、31はCPUであり、本発
明実施例ではインテル社製の16ビットマイクロプロセッ
サ180286が使用される。32〜36は周辺制御用LSIであ
り、それぞれキーボードコントローラ(KBC)、フロッ
ピーディスクコントローラ(HDC)、ハードディスクコ
ントローラ(HDC)、ディスプレイコントローラ(CRT
C)、プリンタコントローラ(PRTC)であり、それぞれ
市販のLSIで構成され、それぞれに接続される周辺デバ
イス、即ち、マウス37/キーボードユニット38、フロッ
ピーディスク装置39、ハードディスク装置40、ディスプ
レイユニット41そしてプリンタ42をコントロールする。
43はDMAコントローラ、44はレジスタ内蔵のインタフェ
ースコントローラ(PIC)である。10は主メモリであ
り、第1図に示すメモリ構造になっている。上述した各
ブロック10,31〜36そして43,44はアドレス,データ,コ
ントロールのためのラインが複数本から成るシステムバ
ス45に共通に接続される。 以下、本発明実施例の動作について詳細に説明する。
説明の都合上リアルモードOSをRL−OS−22,プロテクト
モードOSをPT−OS−21と呼ぶことにする。まず、RL−OS
22とPT−OS21の同時常駐方法から説明する。最初にRL−
OS−22をローディングするが、これは通常のIPLにより
行なう。次に、RL−OS22の制御の下で、RL−OS22の後に
共有領域の分だけ余裕をとって、PT−OS21をローディン
グする。これは、RL−OS22上のPT−OSブートユーティリ
ティプログラムにより行なわれる。PT−OSブートユーテ
ィリティはIPLと同じ原理でPT−OS21をロードするが、
ロード番地が0番地でなく(RL−OSのサイズ)+(共有
領域のサイズ)になるので、GDTグローバル・デスクリ
プタ・テーブルの各デスクリプタのセグメントベースに
このバイアス値を加えることにより、再配置を行なう。 次に、RL−OS22とPT−OS21の制御移行の原理について
説明するが、先に、RL−OS22からPT−OS21への制御移行
方法につき述べる。RL−OS22上のPT−OS切替えドライバ
24はまず、現在の環境(CPUコンテキスト)の保存を行
なう。制御スタック(CS)及び命令ポインタ(IP)レジ
スタを除く全レジスタ情報をCS:IPからの相手番地で参
照可能なドライバ内に保存した後再開する番地のCS,IP
レジスタをRL−OS環境保存領域に保存する。これは、リ
アルモードでは、保護機能がないため、最低限CS及びIP
レジスタが保証されれば、制御が移行できるためであ
る。CS,IPレジスタ以外のレジスタは、PT−CS21上のRL
−OS切替えドライバ23から制御が戻った後で、環境復元
処理部分で回復する。次に、PT−OS21への移行部分であ
るが、これはPT−OS環境保存領域に保存されているGDT
R,DS,ES,CS,IPの各レジスタの情報に基づいて制御を移
す。これ以外のレジスタの復元はPT−OS21上のRL−OS切
替えドライバ24のPT−OS環境復元部分で行なう。以下に
示す記述は切替えの部分のコーディングを示している。
外部回路をプロテクトモードにした後も、割り込み禁止
のまま、このコードを実行する。でCPUはプロテクト
モードに切替わる。インテル社のマニュアルでは、この
時、LDTR,TSSR,などのレジスタも保証しなければならな
いとしているが、ここでは、GDTRのみを保証している。
からまでは、CSレジスタのキャッシュを利用して、
実行を続ける。により、リアルモード時にプリフェッ
チされたプロセッサキーをクリアしている。,によ
り、DS,ESをスタックから回復するが、これは、SSレジ
スタのキャッシュを利用している。 lgdt〔bp+6〕 smsw ax or ax,1 lmsw as … jmp prot … prot: mov ds,〔bp+18〕 … mov es,〔bp+20〕 … jmp 〔bp+14〕 … (indirect for jump) 尚、スタックフレーム上に、〔bp+6〕,〔bp+1
8〕,〔bp+20〕,〔bp+14〕には、PT−OS,環境保存エ
リアより取り出されたGDTR,DS,ES,CS:IPのレジスタ内容
がつまれている。 次に、PT−OS21からRL−OS22への制御移行方法につい
て述べる。PT−OS21上のRL−OS切替えドライバ23は環境
保存部分で現在のGDTR,LDTR,IDTR,TR及びTSSなど情報を
C−DOS環境保存領域に保存する。その後MS−DOS保存領
域のCS,IPの内容をシステム開始アドレスエリアにセッ
トし、CPUをリセットする。制御はシステム初期化ルー
チンにリアルモードで移り、システム初期化ルーチンは
セットされているシステム開始アドレス、即ち、RL−OS
上のPT−OS切替えドライバ21内に制御を移す。 最後に、周辺装置の状態の保存について説明する。ま
ずディスク装置について説明する。ディスクのアクセス
を効率化するため通常OSはメモリ上にライトスルー方式
のディスクキャッシュを持つが、それをそのままにし
て、OSの切換えを行なうとキャッシュの内容とディスク
の内容が異なり、ディスクを破壊することになるので切
換えの前でキャッシュをフラッシュアウトし、かつキャ
ッシュを無効にする。また、FDC33、HDC34、動作中の場
合は、動作完了を持って切換える。次に、CRTC35のレジ
スタ情報及びCRT41の画面情報は切換え前に保存し、切
換え後回復する。プリンタ42、キーボード38、マウス37
などデータドロップが重大な影響を与えないデバイスに
ついては切換え時にPIC44のリセットも行なう。 [発明の効果] 以上説明の様に本発明に従えば以下に列挙する効果が
得られる。 (1) リアルモードOSとプロテクトモードOSの切替え
が従来のリブート方式に比べ高速に行なえる。 (2) 切替えにおいて切換え前の状態が保存されてい
る。(リブート方式では完全に破壊される)
The present invention relates to an information processing apparatus that performs processing using a CPU having at least two or more operation modes as a core. With the advancement of technology, microprocessors and peripheral control LSIs have been supplied at low cost, and a high-performance computer system can be constructed simply by combining them appropriately.
The 0286 has both a real mode and a protect mode. This processor is mounted on many small computers such as workstations, and has an operating system (OS) that operates in each mode. In real mode, it is fully compatible with 18086, so Microsoft M
The OS on a conventional personal computer, such as S-DOS, will be referred to as the real mode OS below. In the protected mode, the advanced functions of the processor are used to make the C-C
An OS with multi-process functions such as DOS286 is called a protected mode OS, but it is operating. Due to these differences in use, some general-purpose workstations run both a real mode OS and a protected mode OS. (Problems to be solved by the invention) In this case, conventionally, the real mode OS and the protected mode
OS switching was performed using a reboot method based on IPL (Initial Program Load), so switching time was enormous, and the OS environment before switching was completely destroyed. The present invention has been made in view of the above circumstances, and enables a real mode OS and a protected mode OS to be simultaneously resident on a memory and to switch at a high speed. , The state of peripheral devices, etc.) to continue the processing after switching. [Structure of the Invention] (Means and Actions for Solving the Problems) The present invention is an information processing apparatus including a main memory and a secondary storage device for realizing the above-mentioned object. In an information processing apparatus having a CPU executable in at least two operation modes depending on the size, an area in which an operation environment of the information processing apparatus is stored in each of a plurality of operation modes is provided in the main storage device, Generating a request to switch to the second operation mode while executing in the first operation mode; and, after the operation mode switching request is generated by the generation means, the information processing is performed in accordance with the transition from the first to the second operation mode. Disables device interrupts, and disables
Save the CPU context in the first operation mode area,
Means for switching the CPU to the second operation mode after saving the operation environment, restoring a CPU context in the second operation mode to which the CPU is switched, and the second operation mode after restoration by the restoration means Means for executing a program executable by the program. In the information processing apparatus of the present invention, when switching the CPU being executed in the first operation mode to the second operation mode, the interruption of the information processing apparatus is prohibited, and the operation environment in the first operation mode is set to the access speed. Saves the data in an area provided in the high-speed main storage device, and switches the CPU to the second operation mode after the storage. That is, in the information processing apparatus of the present invention, saving and restoring of the operating environment are executed by writing and reading to and from the main storage device having a high access speed. Generally, the main storage device has an access device composed of a high-speed semiconductor memory, and the access time is very small compared to a secondary storage device such as a disk. Therefore, the switching can be significantly speeded up as compared with the case where the operating environment is saved and restored using a secondary storage device such as a disk. In addition, by prohibiting the interruption of the information processing device, the destruction of the operating environment due to the transition of the operation mode is reliably prevented. (Example) Hereinafter, an example of the present invention is described in detail using drawings. Fig. 1 shows the real mode OS and protected mode
FIG. 5 is a diagram illustrating a memory arrangement when an OS is simultaneously resident. The real mode OS 11 is located at the lowest level of the memory in the same manner as the normal case loaded by the IPL. In the case of the real mode OS, since the address bus has 20 bits, the required area is at most 1 megabyte. Put protect mode OS12 in the memory area after that, but in the middle part,
A shared area 13 is provided. The shared area 13 has a real mode OS
And the environment storage areas 131 and 13 of the protected mode OS
2 and message storage area 132,1 exchanged when OS is switched
34 are provided. In the figure, R → P indicates switching from the real mode S to the protection mode S, and P → R indicates switching from the protection mode S to the real mode S. FIG. 2 is an operation conceptual diagram showing a control flow at the time of switching between a real mode OS and a protected mode OS. When transferring control from the protected mode OS21 to the real mode OS22, the real mode OS switching driver 23 on the protected mode OS21
Conversely, when transferring control from the real mode OS 22 to the protected mode OS 21, the protect mode OS switching driver 24 is called on the real mode OS 22. Each of the switching drivers 23 and 24 first saves the current OS environment, and then transfers control to the partner driver. The transferred driver resumes execution of the OS after restoring the OS environment. That is, the real mode OS switching driver 23 and the protected mode OS switching driver 24 operate as a coroutine. FIG. 3 is a diagram showing a configuration example of a personal computer to which the present invention is applied. In the figure, reference numeral 31 denotes a CPU, and in the embodiment of the present invention, a 16-bit microprocessor 180286 manufactured by Intel Corporation is used. Reference numerals 32 to 36 denote peripheral control LSIs, which are respectively a keyboard controller (KBC), a floppy disk controller (HDC), a hard disk controller (HDC), and a display controller (CRT).
C), a printer controller (PRTC), which is composed of commercially available LSIs and is connected to each peripheral device, that is, a mouse 37 / keyboard unit 38, a floppy disk device 39, a hard disk device 40, a display unit 41 and a printer Control 42.
43 is a DMA controller, and 44 is an interface controller (PIC) with a built-in register. Reference numeral 10 denotes a main memory, which has a memory structure shown in FIG. Each of the above blocks 10, 31 to 36 and 43, 44 is commonly connected to a system bus 45 having a plurality of lines for address, data, and control. Hereinafter, the operation of the embodiment of the present invention will be described in detail.
For convenience of explanation, the real mode OS is called RL-OS-22, and the protected mode OS is called PT-OS-21. First, RL-OS
A description will be given from the method of simultaneous residence of 22 and PT-OS21. First RL−
The OS-22 is loaded by a normal IPL. Next, under the control of the RL-OS 22, the PT-OS 21 is loaded with a margin after the RL-OS 22 for the shared area. This is performed by a PT-OS boot utility program on the RL-OS 22. The PT-OS boot utility loads PT-OS21 on the same principle as IPL,
Since the load address is not address 0 but (RL-OS size) + (shared area size), relocation is performed by adding this bias value to the segment base of each descriptor in the GDT global descriptor table. . Next, the principle of the control transfer between the RL-OS22 and the PT-OS21 will be described. First, the control transfer method from the RL-OS22 to the PT-OS21 will be described. PT-OS switching driver on RL-OS22
24 first saves the current environment (CPU context). After saving all register information except the control stack (CS) and instruction pointer (IP) registers in the driver that can be referenced at the destination address from CS: IP, restart the address CS, IP
Save the register in the RL-OS environment save area. This is because in real mode there is no protection, so at least CS and IP
This is because control can be transferred if the register is guaranteed. Registers other than CS and IP registers are RL on PT-CS21.
After the control is returned from the OS switching driver 23, the operation is restored in the environment restoration processing part. Next, the transition part to PT-OS21 is the GDT stored in the PT-OS environment storage area.
The control is transferred based on the information of the R, DS, ES, CS, and IP registers. Restoration of other registers is performed by the PT-OS environment restoring portion of the RL-OS switching driver 24 on the PT-OS 21. The following description shows the coding of the switching part.
This code is executed with the interrupts disabled even after the external circuit is set to the protect mode. Then the CPU switches to the protect mode. Intel's manual states that registers such as LDTR, TSSR, etc. must be guaranteed at this time, but here, only GDTR is guaranteed.
From to, using the CS register cache,
Continue running. Thus, the processor key prefetched in the real mode is cleared. , Recovers DS and ES from the stack, but uses a cache of SS registers. lgdt [bp + 6] smsw ax or ax, 1 lmsw as ... jmp prot ... prot: mov ds, [bp + 18] ... moves, [bp + 20] ... jmp [bp + 14] ... (indirect for jump) bp + 6], [bp + 1
8], [bp + 20], and [bp + 14] contain the PT-OS and GDTR, DS, ES, CS: IP register contents extracted from the environment storage area. Next, a control transfer method from PT-OS21 to RL-OS22 will be described. The RL-OS switching driver 23 on the PT-OS 21 saves information such as the current GDTR, LDTR, IDTR, TR and TSS in the C-DOS environment saving area in the environment saving part. After that, the contents of CS and IP in the MS-DOS storage area are set in the system start address area, and the CPU is reset. Control transfers to the system initialization routine in real mode, and the system initialization routine sets the system start address that has been set, that is, RL-OS.
The control is transferred to the PT-OS switching driver 21 above. Lastly, how to save the state of the peripheral device will be described. First, the disk device will be described. Normally, the OS has a write-through type disk cache in the memory to make disk access more efficient. However, if the OS is switched as it is, the contents of the cache differ from the contents of the disk, and the disk is destroyed. Flush out the cache before the switch and invalidate the cache. When the FDC 33 and the HDC 34 are in operation, the operation is switched when the operation is completed. Next, the register information of the CRTC 35 and the screen information of the CRT 41 are saved before the switching, and are restored after the switching. Printer 42, keyboard 38, mouse 37
For devices where data drop does not have a significant effect, reset the PIC44 when switching. [Effects of the Invention] As described above, according to the present invention, the following effects can be obtained. (1) Switching between the real mode OS and the protected mode OS can be performed at a higher speed than the conventional reboot method. (2) The state before switching is preserved in switching. (It is completely destroyed by the reboot method)

【図面の簡単な説明】 第1図は、リアルモードOSとプロテクトモードOSが主メ
モリに同時常駐する際のメモリ配置を示す図、第2図は
リアルモードOSとプロテクトモードOS間の切替えの動き
を概念的に示す動作概念図、第3図は本発明が採用され
るパーソナルコンピュータの構成例を示す図である。 11……リアルモードOS常駐領域、12……プロテクトモー
ドOS常駐領域、13……共通領域、23,24……切替えドラ
イバ。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a diagram showing a memory arrangement when a real mode OS and a protected mode OS are simultaneously resident in a main memory, and FIG. 2 is a switching operation between the real mode OS and the protected mode OS. FIG. 3 is a diagram showing a configuration example of a personal computer to which the present invention is applied. 11: Real mode OS resident area, 12: Protected mode OS resident area, 13: Common area, 23, 24 ... Switching driver.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 青島 金弥 東京都青梅市末広町2丁目9番地 株式 会社東芝青梅工場内 (56)参考文献 特開 昭60−97440(JP,A) 特開 昭58−181149(JP,A) 特開 昭62−133533(JP,A) 特開 昭64−4838(JP,A)   ────────────────────────────────────────────────── ─── Continuation of front page    (72) Inventor Kinya Aoshima               2-9 Suehirocho, Ome City, Tokyo Stock               Company Toshiba Ome Factory                (56) References JP-A-60-97440 (JP, A)                 JP-A-58-181149 (JP, A)                 JP-A-62-133533 (JP, A)                 JP-A-64-4838 (JP, A)

Claims (1)

(57)【特許請求の範囲】 1.主記憶と2次記憶装置とを備えてなる情報処理装置
であって、アドレス空間の大きさに依存した少なくとも
2つの動作モードで実行可能なCPUを有する情報処理装
置において、 複数の動作モード毎に情報処理装置の動作環境が保存さ
れる領域を前記主記憶装置内に設け、 前記CPUを第1の動作モードで実行中、第2の動作モー
ドに切替える要求を発生する手段と、 前記発生手段による動作モード切替え要求発生後、第1
から第2の動作モード移行に伴い、前記情報処理装置の
割込みを禁止し、第1の動作モード上でのCPUコンテキ
ストを第1の動作モード用領域に保存し、この動作環境
の保存後、前記CPUを前記第2の動作モードに切替え、
切替え先の第2の動作モード上のCPUコンテキストを復
元する手段と、 前記復元手段による復元後、前記第2の動作モードで実
行可能なプログラムを実行する手段と、 を具備したことを特徴とする情報処理装置。
(57) [Claims] An information processing apparatus including a main storage and a secondary storage device, the information processing apparatus having a CPU executable in at least two operation modes depending on the size of an address space. An area in which an operation environment of the information processing apparatus is stored in the main storage device, a unit that issues a request to switch to the second operation mode while the CPU is being executed in the first operation mode; After the operation mode switching request is issued, the first
From the second operation mode, the interrupt of the information processing device is prohibited, the CPU context in the first operation mode is saved in the first operation mode area, and after saving the operation environment, Switching the CPU to the second operation mode,
Means for restoring a CPU context in a second operation mode of a switching destination; and means for executing a program executable in the second operation mode after restoration by the restoration means. Information processing device.
JP62276038A 1987-10-31 1987-10-31 Information processing device Expired - Fee Related JP3018336B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62276038A JP3018336B2 (en) 1987-10-31 1987-10-31 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62276038A JP3018336B2 (en) 1987-10-31 1987-10-31 Information processing device

Publications (2)

Publication Number Publication Date
JPH01118932A JPH01118932A (en) 1989-05-11
JP3018336B2 true JP3018336B2 (en) 2000-03-13

Family

ID=17563919

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62276038A Expired - Fee Related JP3018336B2 (en) 1987-10-31 1987-10-31 Information processing device

Country Status (1)

Country Link
JP (1) JP3018336B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5307497A (en) * 1990-06-25 1994-04-26 International Business Machines Corp. Disk operating system loadable from read only memory using installable file system interface
US7503049B2 (en) 2003-05-29 2009-03-10 Panasonic Corporation Information processing apparatus operable to switch operating systems
US8046570B2 (en) * 2007-02-06 2011-10-25 Microsoft Corporation Supporting multiple operating systems in media devices

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS644838A (en) * 1987-06-29 1989-01-10 Yokogawa Electric Corp Method for switching os (operating system)

Also Published As

Publication number Publication date
JPH01118932A (en) 1989-05-11

Similar Documents

Publication Publication Date Title
US5276890A (en) Resume control system and method for executing resume processing while checking operation mode of CPU
JP3037826B2 (en) Mode switching method and apparatus
US20180045431A1 (en) Generating and using checkpoints in a virtual computer system
US7680919B2 (en) Virtual machine migration
KR101019937B1 (en) Secure operating system switching
US5845134A (en) Suspend/resume control method and system
JP4434482B2 (en) Method and apparatus for performing system management mode service in virtual mode
EP0794492B1 (en) Distributed execution of mode mismatched commands in multiprocessor computer systems
JP2743233B2 (en) Microprocessor device and method for performing automated stop state restart
JP4580528B2 (en) Computer system and its resume processing method
JPH05250183A (en) Microprocessor system and cpu interrupting method
JPH04362718A (en) Method and device for restart of system
JP3253881B2 (en) Computer system and hibernation control method in the system
EP4195020A1 (en) Computer device, abnormality processing method and interrupt processing method
US6775734B2 (en) Memory access using system management interrupt and associated computer system
JP4155545B2 (en) Computer system and data transfer control method
JP2974577B2 (en) Computer system
JP3018336B2 (en) Information processing device
JPH05257808A (en) Microprocessor and its operation converting method
US5918056A (en) Segmentation suspend mode for real-time interrupt support
KR930002327B1 (en) Resume control system
JPH11102238A (en) Computer system and suspend control method therefor
JPH05233325A (en) Microprocessor and method for automatically restarting input/output trap
JPH1153249A (en) Memory managing method
JP2003242026A (en) Information processing system, and program execution mode control method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees