JPH0772882B2 - Common memory protection method - Google Patents

Common memory protection method

Info

Publication number
JPH0772882B2
JPH0772882B2 JP61313531A JP31353186A JPH0772882B2 JP H0772882 B2 JPH0772882 B2 JP H0772882B2 JP 61313531 A JP61313531 A JP 61313531A JP 31353186 A JP31353186 A JP 31353186A JP H0772882 B2 JPH0772882 B2 JP H0772882B2
Authority
JP
Japan
Prior art keywords
common memory
memory
common
transfer
protection
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 - Lifetime
Application number
JP61313531A
Other languages
Japanese (ja)
Other versions
JPS63165951A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61313531A priority Critical patent/JPH0772882B2/en
Publication of JPS63165951A publication Critical patent/JPS63165951A/en
Publication of JPH0772882B2 publication Critical patent/JPH0772882B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/468Specific access rights for resources, e.g. using capability register

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)
  • Multi Processors (AREA)

Description

【発明の詳細な説明】 〔概要〕 複数のプロセッサが,自身の主メモリに対するものと同
じアクセス命令を用いてアクセスできる共通メモリにつ
いて保護領域を設け、主メモリと共通メモリとの間のDM
A転送によるもの以外は禁止するデータアクセス制限を
設け、簡易な記憶保護を行う。
DETAILED DESCRIPTION [Outline] A protected area is provided for a common memory that can be accessed by a plurality of processors using the same access instruction as that for its own main memory, and a DM between the main memory and the common memory is provided.
A A simple data protection is provided by setting a data access restriction that prohibits other than transfer.

〔産業上の利用分野〕[Industrial application field]

本発明は,メモリ保護方式に関するものであり,特に共
通メモリを介して結合された二重化システムにおける共
通メモリの保護方式に関する。
The present invention relates to a memory protection method, and more particularly to a protection method for a common memory in a duplex system connected via a common memory.

〔従来の技術〕[Conventional technology]

共通メモリをもつ従来の二重化システムの1例を第3図
に示す。
An example of a conventional duplex system having a common memory is shown in FIG.

第3図のシステムは,0系と1系の2つのシステムが,共
通メモリを介して結合された2重化システムを構成して
おり,たとえば各系を二重並列運転とするか,あるいは
一方の系が運転中他方系は待機(スタンバイ)とし,運
転中1つの系に障害が起きたとしても,他方の正常な系
が実行を継続することにより,全面的なシステムダウン
を回避し,システムの信頼性が高められるものである。
The system shown in FIG. 3 constitutes a duplex system in which two systems, 0 system and 1 system, are connected via a common memory. For example, each system is operated in double parallel or The other system is in standby while the other system is operating, and even if one system fails during operation, the other normal system continues execution, avoiding a complete system down The reliability of is improved.

図中,1,2はCPU,3,4はバス,5,6は主メモリ、7は共通メ
モリ、7a−0,7a−1は共通メモリ制御アダプタ、8,9はC
HU(チャネル装置),8a,9aはI/O装置である。
In the figure, 1 and 2 are CPUs, 3 and 4 are buses, 5 and 6 are main memories, 7 is common memory, 7a-0 and 7a-1 are common memory control adapters, and 8 and 9 are C
HUs (channel devices), 8a and 9a are I / O devices.

第4図は,二重化システムの各系のメモリのアドレス空
間の構成を例示したものである。図示のように,0系と1
系の各アドレス空間において,主メモリ領域と共通メモ
リ領域とがそれぞれ割り付けられており,各系のCPUあ
るいはCHUは,それぞれの主メモリ領域と共通メモリ領
域とを同様にアクセスすることができる。
FIG. 4 exemplifies the configuration of the address space of the memory of each system of the redundant system. As shown, 0 system and 1
In each address space of the system, a main memory area and a common memory area are respectively allocated, and the CPU or CHU of each system can similarly access the respective main memory area and common memory area.

0系の共通メモリ領域と1系の共通メモリ領域とは,物
理的には2つのポートをもつ1つの共通メモリ7上に存
在する。
The 0-system common memory area and the 1-system common memory area physically exist on one common memory 7 having two ports.

これにより0系と1系との間のデータ転送が共通メモリ
7を介して可能となる。
This enables data transfer between the 0-system and the 1-system via the common memory 7.

一般に,主メモリに対するアクセスは,少量のデータの
場合には主メモリ参照命令(READ/WRITE)を発行して行
い(プログラムモードという),また多量のデータの場
合には,DMAにより行われる(DMAモードという)。
Generally, the main memory is accessed by issuing a main memory reference instruction (READ / WRITE) for a small amount of data (referred to as a program mode), and is accessed by DMA for a large amount of data (DMA. Called mode).

共通メモリに対するアクセスも,プログラムモードとDM
Aモードとで可能にされる。
Access to common memory is also possible in program mode and DM
Enabled with A mode.

プログラムモードでは,各系におけるCPUが主命令参照
命令(READ/WRITE)を発行して,共通メモリを参照する
ものである。他方,DMAモードでは,各系で共通メモリあ
るいはCHUに対して起動コマンドを発行し,共通メモリ
を起動した場合には,共通メモリのDMA制御機能が共通
メモリと主メモリとの間でDMA転送を実行し,またCHUを
起動した場合には,CHUが共通メモリとI/O装置との間で,
DMA転送を実行する。ところで共通メモリは,たとえば
二重化システムの場合,系間での制御情報の転送に使用
されるなど,重要なデータを引き渡すための中継手段と
して用いられるため,何らかの保護が必要である。しか
し,現状では,主メモリと同じ記憶保護方式をとるか,
あるいは全く保護していないかのどちらかとなってい
る。
In the program mode, the CPU in each system issues a main instruction reference instruction (READ / WRITE) to refer to the common memory. On the other hand, in the DMA mode, when the activation command is issued to the common memory or CHU in each system and the common memory is activated, the DMA control function of the common memory performs the DMA transfer between the common memory and the main memory. When the CHU is executed and the CHU is started, the CHU is connected between the common memory and the I / O device.
Execute DMA transfer. By the way, since the common memory is used as a relay means for delivering important data, such as being used for transfer of control information between systems in the case of a duplex system, some kind of protection is required. However, at present, the same memory protection method as the main memory is used,
Either it is not protected at all.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

主メモリと共通メモリとは,二重化システムの各系のア
ドレス空間の中で,異なるアドレス領域に割り付けら
れ,同じレベルのアドレスを用いてアクセスされる。
The main memory and the common memory are allocated to different address areas in the address space of each system of the duplicated system and are accessed using the same level of address.

そのため,共通メモリに主メモリと同じ記憶保護方式,
たとえばキー保護方式を適用した場合,ハードウェアの
増加量はかなり大幅となり,またソフトウェアの負担も
重くなってコストが上昇するという欠点があった。
Therefore, the common memory has the same memory protection method as the main memory,
For example, when the key protection method is applied, the amount of hardware increases considerably, and the burden on software also increases, resulting in higher costs.

他方,共通メモリのアクセス権は,利用者に丸ごと提供
されることが多く,これは二重化システムのような特定
の個別システムで多く見られるものである。したがっ
て,OSに共通メモリの記憶保護機能をもたせるよりは,
記憶保護なしの裸の形で提供する方が,個別システムの
開発において柔軟性が得られ,そのような観点に立った
場合には,共通メモリの保護を行わないのが望ましい。
On the other hand, common memory access rights are often provided to the user in their entirety, which is common in certain individual systems such as duplex systems. Therefore, rather than giving the OS a storage protection function for the common memory,
Providing in bare form without memory protection gives more flexibility in the development of individual systems, and from this perspective, it is desirable not to protect common memory.

このため,共通メモリの保護の必要性がありながら,従
来は低コストかつ適切な形の記憶保護機能を提供できて
いないという問題があった。
Therefore, although there is a need to protect the common memory, there has been a problem that a conventional memory protection function has not been provided at a low cost and in an appropriate form.

〔問題点を解決するための手段〕[Means for solving problems]

一般に系間で転送されるデータは,二重化システムにお
ける同期化のための状態情報のように特に重要なデータ
である場合が多く,またそれらのデータは,比較的量が
多いから主メモリ−共通メモリ間のDMA転送を利用する
のが普通である。本発明は,このような場合に記憶保護
を,限定することにより簡単なハードウェア回路で実現
している。
In general, data transferred between systems is often particularly important data such as status information for synchronization in a redundant system, and since the amount of such data is relatively large, main memory-common memory. It is common to use DMA transfer between. The present invention is realized by a simple hardware circuit by limiting the memory protection in such a case.

そのため,共通メモリに記憶保護が付いた領域と記憶保
護なしの領域とを設け,記憶保護が付いた領域について
は,主メモリからのDMA転送によるアクセスのみを許可
する記憶保護を行い,その記憶保護機能は,OSによらず
にハードウェア回路により提供するものである。
Therefore, an area with storage protection and an area without storage protection are provided in the common memory, and for the area with storage protection, memory protection is performed by permitting only access by DMA transfer from the main memory. The function is provided by a hardware circuit regardless of the OS.

第1図により,本発明の原理的構成を説明する。The principle of the present invention will be described with reference to FIG.

第1図において, 11は,主メモリである。In FIG. 1, 11 is a main memory.

12は,共通メモリである。12 is a common memory.

12aは,共通メモリ12内に設定された保護領域である。12a is a protection area set in the common memory 12.

13は,共通メモリ制御アダプタであり,プログラムモー
ド制御,主メモリ−共通メモリ間DMA制御,共通メモリ
記憶保護の各機能をもつ。
13 is a common memory control adapter, which has the functions of program mode control, main memory-common memory DMA control, and common memory storage protection.

14は,アドレスおよび書き込みあるいは読み出しデータ
の転送回路である。
Reference numeral 14 is a transfer circuit for address and write or read data.

15は,共通メモリ記憶保護回路であり、アクセスアドレ
スが保護領域12a内にあるか否かの検出と,そのアクセ
スが主メモリ−共通メモリ間DMA以外によるものか否か
を検出し,両条件がともに成立している場合に,転送回
路14の転送動作を禁止する。
Reference numeral 15 denotes a common memory storage protection circuit, which detects whether or not the access address is in the protection area 12a and whether or not the access is other than the main memory-common memory DMA, and both conditions are determined. When both are established, the transfer operation of the transfer circuit 14 is prohibited.

図示されていないCPUは,プログラムモード時に,主メ
モリあるいは共通メモリに対し,主メモリ参照命令を用
いて同じようにアクセス要求することができる。
The CPU (not shown) can similarly request access to the main memory or the common memory in the program mode by using the main memory reference instruction.

〔作用〕[Action]

第1図に示されている本発明の構成によれば,共通メモ
リ12の記憶保護は,共通メモリ12上に設定された保護領
域12aのみに限定して行い,その領域に対しては,主メ
モリ−共通メモリ間DMAによるアクセス以外のアクセス
を全て禁止し,それ以外の領域については,自由アクセ
スを認めるようにされる。
According to the configuration of the present invention shown in FIG. 1, the storage protection of the common memory 12 is performed only in the protected area 12a set in the common memory 12, and the main area is protected. All accesses other than the access by the memory-common memory DMA are prohibited, and free access is permitted in other areas.

共通メモリ制御アダプタ13の共通メモリ記憶保護回路15
は,アクセスアドレスが保護領域12aの範囲内に入るも
のかどうかを,保護領域アドレスと比較して判定し,も
しもアクセスアドレスが保護領域12aの範囲内に入る場
合,それが共通メモリ制御アダプタ13に対する主メモリ
−共通メモリ間DMAコマンドに基づくアクセスである場
合を除き,禁止する。
Common memory storage protection circuit 15 of common memory control adapter 13
Determines whether or not the access address falls within the range of the protection area 12a by comparing with the protection area address. If the access address falls within the range of the protection area 12a, it determines that the common memory control adapter 13 It is prohibited except when the access is based on the DMA command between main memory and common memory.

すなわち,プログラムモードによるCPUからのアクセ
スアドレスが,プログラムの暴走やバグにより保護領域
12a内を指している場合,転送禁止指示信号を転送回路1
4へ送り,そのアクセスアドレスおよびデータを転送回
路14で阻止し,共通メモリ12へは渡さない。すなわちア
クセスを禁止する。
That is, the access address from the CPU in the program mode is protected by the program runaway or bug.
If the inside of 12a is indicated, the transfer prohibition instruction signal is transmitted to the transfer circuit 1
4, the access address and data are blocked by the transfer circuit 14 and are not passed to the common memory 12. That is, access is prohibited.

同じくアクセスアドレスが保護領域12aに入る場合で
あって,そのアクセスがDMAモードによるアクセスであ
った場合には,それがCPUからのコマンド指示に基づく
主メモリ−共通メモリ間のDMA転送でない限り,そのア
クセスアドレスおよびデータを転送回路14で阻止する。
Similarly, when the access address is in the protected area 12a and the access is in the DMA mode, unless it is a DMA transfer between the main memory and the common memory based on the command instruction from the CPU, The transfer circuit 14 blocks the access address and the data.

〔実施例〕〔Example〕

第2図に,本発明の1実施例の構成を示す。 FIG. 2 shows the configuration of one embodiment of the present invention.

第2図において,10は主メモリ,12は共通メモリ,12aは保
護領域,13は共通メモリ制御アダプタ,14は転送回路,15
は共通メモリ記憶保護回路,16はコマンド制御回路,17は
DMA制御回路,18はプログラムモード制御回路,19は保護
領域検出回路,20はインバータ,21および22はAND回路,23
はOR回路,24はCPU,25はバスである。
In FIG. 2, 10 is a main memory, 12 is a common memory, 12a is a protection area, 13 is a common memory control adapter, 14 is a transfer circuit, and 15
Is a common memory storage protection circuit, 16 is a command control circuit, 17 is
DMA control circuit, 18 is a program mode control circuit, 19 is a protection area detection circuit, 20 is an inverter, 21 and 22 are AND circuits, 23
Is an OR circuit, 24 is a CPU, and 25 is a bus.

コマンド制御回路16は,CPU24から共通メモリ制御アダプ
タ13に対するDMAのコマンド指示があったとき,それに
応答して,主メモリ−共通メモリDMA転送制御をDMA制御
回路17に指示する。またコマンド実行中は,コマンド実
行中信号(オン)を出力する。
The command control circuit 16 instructs the DMA control circuit 17 to perform main memory-common memory DMA transfer control in response to a DMA command instruction from the CPU 24 to the common memory control adapter 13. During command execution, the command execution signal (ON) is output.

DMA制御回路17は,主メモリ10と共通メモリ12との間
で,コマンド制御回路16に与えられたコマンド指示によ
る各データ転送領域の先頭アドレスとデータ長とに基づ
いて,通常行われている方法でバス25を専有し,アドレ
スを連続更新しながらDMA転送制御を実行する。またDMA
転送制御実行中は,DMA転送中信号(オン)を出力する。
The DMA control circuit 17 is a method normally used between the main memory 10 and the common memory 12 based on the start address and the data length of each data transfer area according to the command instruction given to the command control circuit 16. The bus 25 is exclusively used to execute DMA transfer control while continuously updating addresses. Also DMA
The DMA transfer in-progress signal (ON) is output during transfer control execution.

プログラムモード制御回路18は,プログラムモード時の
CPU24による共通メモリ12のアクセス動作を制御する。
またこの動作中は,転送指示信号(オン)を出力する。
The program mode control circuit 18 is
The access operation of the common memory 12 by the CPU 24 is controlled.
During this operation, the transfer instruction signal (ON) is output.

次に,共通メモリ記憶保護回路15の動作を説明する。保
護領域検出回路19は,バス25から供給される共通メモリ
12へのアクセスアドレスが,保護領域12aの範囲内にあ
るか否かを検出し,範囲内にあるとき,領域検出信号を
AND回路21および22に供給する。
Next, the operation of the common memory storage protection circuit 15 will be described. The protection area detection circuit 19 is a common memory supplied from the bus 25.
It is detected whether the access address to 12 is within the range of the protection area 12a, and when it is within the range, the area detection signal is sent.
Supply to AND circuits 21 and 22.

AND回路21の他方の入力には,プログラムモード制御回
路18から,プログラムモードによる共通メモリのアクセ
ス動作実行中に出力される転送指示信号が供給されてお
り,両入力がオンのとき,転送禁止指示信号を生成し,O
R回路23を介して転送回路14に印加する。このとき転送
回路14は,バス25と共通メモリ12との間のアドレスおよ
びデータの転送を阻止する。
The other input of the AND circuit 21 is supplied with the transfer instruction signal output from the program mode control circuit 18 during the access operation of the common memory in the program mode, and when both inputs are ON, the transfer prohibition instruction is given. Generate a signal, O
It is applied to the transfer circuit 14 via the R circuit 23. At this time, the transfer circuit 14 blocks transfer of address and data between the bus 25 and the common memory 12.

AND回路22は,上記の領域検出信号がオンで,コマンド
制御回路16がコマンド実行中でなく,出力するコマンド
実行中信号がオフのとき,すなわちインバータ20の出力
がオンのとき,かつDMA制御回路17から出力されるDMA転
送中信号がオンのときに,転送禁止指示信号を生成し,O
R回路23を介して転送回路14に印加し,アドレス,デー
タの転送を阻止させる。
The AND circuit 22 operates when the area detection signal is ON, the command control circuit 16 is not executing a command, and the command execution signal to be output is OFF, that is, when the output of the inverter 20 is ON and the DMA control circuit is ON. When the DMA transfer in progress signal output from 17 is on, a transfer prohibition instruction signal is generated and
It is applied to the transfer circuit 14 via the R circuit 23 to block transfer of address and data.

このようにして,AND回路21は,プログラムモード時に共
通メモリ12の保護領域12aをアクセスしようとする要求
に対して,無応答にし,そのアクセス命令を異常終了さ
せる。またAND回路22は,DMAモードによるアクセス要求
が,保護領域12aに対するものであって,かつそれがCPU
からのコマンド指示に基づく主メモリ−共通メモリ間の
DMA転送でない場合には,そのアクセスに無応答とし,
コマンドを異常終了させる。
In this way, the AND circuit 21 makes no response to the request to access the protected area 12a of the common memory 12 in the program mode, and abnormally terminates the access instruction. The AND circuit 22 determines that the access request in the DMA mode is for the protected area 12a and
Between main memory and common memory based on command instructions from
If it is not a DMA transfer, there is no response to the access,
Abend the command.

〔発明の効果〕〔The invention's effect〕

本発明によれば,OSに依存することなく,極く単純なハ
ードウェア回路の付加によって,二重化システムの共通
メモリに必要最小限の記憶保護を与えることができ,ま
たソフトウェア開発の柔軟性も十分に保持される。
According to the present invention, the minimum required memory protection can be given to the common memory of the duplicated system by adding a very simple hardware circuit without depending on the OS, and the flexibility of software development is also sufficient. Held in.

このような共通メモリをそなえた二重化システムの利用
者は,一般にかなり高度な技術レベルを持っており,ソ
フトウェア開発において構造的ミスが発生する可能性は
比較的少ないと考えられるから,本発明のような記憶保
護のレベルでも十分に有効に機能することができる。
The users of the redundant system having such a common memory generally have a fairly high technical level, and it is considered that there is a relatively low possibility that a structural error will occur in software development. It can function effectively even at various levels of memory protection.

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

第1図は本発明の原理的構成図,第2図は本発明の実施
例構成図,第3図は共通メモリをもつ従来の二重化シス
テムの構成図,第4図は二重化システムにおけるメモリ
構成図である。 第1図中, 10,11:主メモリ 12:共通メモリ 12a:保護領域 13:共通メモリ制御アダプタ 14:転送回路 15:共通メモリ記憶保護回路
1 is a block diagram of the principle of the present invention, FIG. 2 is a block diagram of an embodiment of the present invention, FIG. 3 is a block diagram of a conventional duplex system having a common memory, and FIG. 4 is a memory block diagram of the duplex system. Is. In Fig. 1, 10, 11: Main memory 12: Common memory 12a: Protected area 13: Common memory control adapter 14: Transfer circuit 15: Common memory storage protection circuit

フロントページの続き (56)参考文献 特開 昭59−2297(JP,A) 特開 昭61−121146(JP,A)Continuation of the front page (56) References JP-A-59-2297 (JP, A) JP-A-61-121146 (JP, A)

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】主メモリ(10,11)に対するのと同じアク
セス手段によりアクセスされる共通メモリ(12)と、共
通メモリ(12)へのアクセスを制御する共通メモリ制御
アダプタ(13)とをそなえた二重化システムにおいて、 共通メモリ(12)に保護領域(12a)を設けるととも
に、該保護領域(12a)に対するアクセスは、共通メモ
リ制御アダプタ(13)に与えられるDMAコマンド指示に
基づく共通メモリ(12)と主メモリ(10,11)との間のD
MA転送によるもののみを許可するように、共通メモリ制
御アダプタ(13)内でハードウェア回路により記憶保護
制御を行ったことを特徴とする共通メモリ保護方式。
1. A common memory (12) which is accessed by the same access means as that for the main memory (10, 11), and a common memory control adapter (13) for controlling access to the common memory (12). In the redundant system, a protection area (12a) is provided in the common memory (12), and access to the protection area (12a) is performed by the common memory (12) based on the DMA command instruction given to the common memory control adapter (13). Between main memory and main memory (10,11)
A common memory protection method characterized in that the memory protection control is performed by a hardware circuit in the common memory control adapter (13) so that only the one by MA transfer is permitted.
JP61313531A 1986-12-27 1986-12-27 Common memory protection method Expired - Lifetime JPH0772882B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61313531A JPH0772882B2 (en) 1986-12-27 1986-12-27 Common memory protection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61313531A JPH0772882B2 (en) 1986-12-27 1986-12-27 Common memory protection method

Publications (2)

Publication Number Publication Date
JPS63165951A JPS63165951A (en) 1988-07-09
JPH0772882B2 true JPH0772882B2 (en) 1995-08-02

Family

ID=18042435

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61313531A Expired - Lifetime JPH0772882B2 (en) 1986-12-27 1986-12-27 Common memory protection method

Country Status (1)

Country Link
JP (1) JPH0772882B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6486485B2 (en) * 2015-09-30 2019-03-20 日立オートモティブシステムズ株式会社 In-vehicle control device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS592297A (en) * 1982-06-28 1984-01-07 Hitachi Ltd Projection method of shared memory
JPS61121146A (en) * 1984-11-19 1986-06-09 Hitachi Ltd Memory protection system

Also Published As

Publication number Publication date
JPS63165951A (en) 1988-07-09

Similar Documents

Publication Publication Date Title
JP2886856B2 (en) Redundant bus connection method
JPH041374B2 (en)
JP2978539B2 (en) Data transfer control device
JPH0232659B2 (en)
JP3195489B2 (en) External storage control device and bus switching control method
JP2979771B2 (en) Information processing apparatus and bus control method thereof
JPH0772882B2 (en) Common memory protection method
JPH11338833A (en) Multiprocessor type controller and scalable controller system
JPH0281255A (en) Multi-processor computer multiple device
JPS6057091B2 (en) Common memory storage protection method
JP2565916B2 (en) Memory access controller
JPH0827761B2 (en) Dual-system simultaneous writing method for dual memory
JP2985188B2 (en) Redundant computer system
JPS63158654A (en) Microcontroller
JPS61101865A (en) Multi-microprocessor system
JPH07248927A (en) Input/output emulation circuit and data checking circuit
JPS638500B2 (en)
JPH05108493A (en) Memory control system
JPH0625987B2 (en) Complex computer system
JP2000305815A (en) Duplex information processor, memory dumping method and computer readable recording medium
JPH0293953A (en) Duplex information processor
JPS61234447A (en) Bus acuisition controller
JPH0217563A (en) Method for initializing shared memory
JPH02183342A (en) Interruption controller
JPH06161886A (en) Computer system