JPH03127241A - Memory control method for paging virtual storage system - Google Patents

Memory control method for paging virtual storage system

Info

Publication number
JPH03127241A
JPH03127241A JP1267113A JP26711389A JPH03127241A JP H03127241 A JPH03127241 A JP H03127241A JP 1267113 A JP1267113 A JP 1267113A JP 26711389 A JP26711389 A JP 26711389A JP H03127241 A JPH03127241 A JP H03127241A
Authority
JP
Japan
Prior art keywords
page
data
memory
faulty
list
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
JP1267113A
Other languages
Japanese (ja)
Inventor
Masaaki Touhou
聖朝 東方
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP1267113A priority Critical patent/JPH03127241A/en
Publication of JPH03127241A publication Critical patent/JPH03127241A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To carry on the working of a computer system despite the presence of a faulty memory by reloading the data on a faulty page into an idle page for application when this data is not updated yet, that is, when the same data remain in a page file. CONSTITUTION:A faulty page list 7 is provided and the numbers of faulty pages are registered into the list 7. The use of the registered pages are inhibited. When the data on a faulty page is not updated yet, this data is reloaded into an idle page from a page file of a disk 9. At the same time, an address conversion table 12 and an idle page list 6 are rewritten in terms of the idle page. Thus the working of a computer system can be carried on despite a memory trouble.

Description

【発明の詳細な説明】[Detailed description of the invention] 【産業上の利用分野】[Industrial application field]

本発明は、主メモリの一部が故障しても、残るメモリを
用いてプロセッサ装置の動作を正常に続行し得るように
したページング仮想記憶方式におけるメモリ管理方式に
関するものである。
The present invention relates to a memory management system in a paging virtual memory system that allows a processor device to continue operating normally using the remaining memory even if a part of the main memory fails.

【従来の技術】[Conventional technology]

ページング仮想記憶方式では、CPU (中央演算処理
装置)が設定する仮想的なアドレスによって構成される
仮想アドレス空間と、実在する主メモリのアドレスによ
って構成される実アドレス空間とを、ページと呼ばれる
均一な大きさに分割して、メモリを管理している。従っ
て、1つのページは、幾つかのアドレスをひとまとめに
したものである。 このようなページング仮想記憶方式を採用したコンピュ
ータシステムにおいて、プロセッサ装置が行なっている
処理に必要なデータを格納しているページのメモリに異
常が生じた場合、処理を続行することが出来なかった。 そこで、従来、メモリ訂正回路を付加したり、コンピュ
ータシステムの立ち上げ時(始動時)に故障診断プログ
ラムを走らせたりする、といった対策が講じられている
。 メモリ訂正回路は、メモリの内容に誤りがある場合、そ
れを訂正する回路である。 故障診断プログラムは、コンピュータシステムの立ち上
げ時に、主メモリに所定のデータを書き込み、ついでそ
れを読み出すことによって故障の有無を診断するもので
ある。書き込んだ筈のデータが読み出されなければ、そ
のメモリは故障していると診断される。
In the paging virtual memory system, a virtual address space made up of virtual addresses set by the CPU (Central Processing Unit) and a real address space made up of real main memory addresses are divided into uniform parts called pages. Memory is managed by dividing it into different sizes. Therefore, one page is a collection of several addresses. In a computer system employing such a paging virtual storage method, if an abnormality occurs in a page memory storing data necessary for processing performed by a processor device, processing cannot be continued. Conventionally, countermeasures have been taken to address this problem, such as adding a memory correction circuit or running a fault diagnosis program when starting up the computer system. The memory correction circuit is a circuit that corrects any errors in the contents of the memory. The fault diagnosis program writes predetermined data into the main memory when the computer system is started up, and then reads the data to diagnose the presence or absence of a fault. If the data that was supposed to be written is not read out, the memory is diagnosed as faulty.

【発明が解決しようとする課H】[Question H that the invention attempts to solve]

(問題点) しかしながら、メモリが故障している場合、メモリ訂正
回路ではもはや対処出来ないし、故障診断プログラムで
は故障を発見するだけであるから、コンピュータシステ
ムの稼働を続行することが出来ないという問題点があっ
た。 (問題点の説明) まず、メモリ訂正回路であるが、これは、誤っているデ
ータを訂正して正しいデータを書き込むものであるから
、書き込むべきメモリが故障していたのでは書き込めな
い、即ち、メモリ訂正回路は、故障メモリに対しては対
処不可能である。 次に、故障診断プログラムであるが、これをコンピュー
タシステムの立ち上げ時に走らせた場合、故障メモリが
あると当然それを発見する0発見すると、故障有りとの
表示を出してコンピュータシステムの稼働を停止するだ
けで、故障を克服して稼働が続行できるような措置をと
るわけではない。 稼働を開始できるのは、修理等がなされ、故障診断プロ
グラムを再度走らせて、異常のないことが確認されてか
らである。従って、故障メモリをかかえたままでは、稼
働を続行することが出来なかった。 本発明は、以上のような問題点を解決することを課題と
するものである。
(Problem) However, if the memory is faulty, the memory correction circuit can no longer deal with the problem, and the fault diagnosis program only discovers the fault, so the computer system cannot continue operating. was there. (Explanation of the problem) First, there is a memory correction circuit, which corrects erroneous data and writes correct data, so if the memory to be written to is malfunctioning, writing cannot be done. The memory correction circuit cannot deal with faulty memories. Next is the fault diagnosis program.If you run this program when starting up the computer system, it will naturally detect faulty memory if it exists.If it finds faulty memory, it will display a message indicating that there is a fault and stop the computer system from operating. This does not mean that measures will be taken to overcome the failure and continue operation. Operation can only begin after repairs have been made and the failure diagnosis program has been run again to confirm that there are no abnormalities. Therefore, it was not possible to continue operation with the faulty memory. An object of the present invention is to solve the above-mentioned problems.

【課題を解決するための手段】[Means to solve the problem]

前記課題を解決するため、本発明のページング仮想記憶
方式におけるメモリ管理方式では、故障ページのページ
番号を登録する故障ページリストを設け、以後故障ペー
ジを使用できないようにすると共に、前記故障ページの
データが更新されていない場合、該データをページファ
イルより空ページに再ロードし且つ該空ページに関して
アドレス変換表および空ページリストを書き換えること
とした。
In order to solve the above problem, in the memory management method in the paging virtual memory system of the present invention, a fault page list is provided in which the page number of the faulty page is registered, and the fault page is prevented from being used from now on, and the data of the fault page is If the data has not been updated, the data is reloaded from the page file into the empty page, and the address conversion table and empty page list are rewritten with respect to the empty page.

【作  用】[For production]

前記のようなページング仮想記憶方式におけるメモリ管
理方式にすると、故障ページのデータが更新されていな
い場合、即ち、ページファイルに同じデータが残ってい
る場合には、該データを空ページに再ロードして使用に
供することが可能となる。 そのため、該データを使用するプロセスは、たとえ該デ
ータが最初故障ページに格納されていたとしても、続行
させることが出来る。 一方、故障ページの番号は故障ページリストに登録され
、使用が禁止されるので、以後、該故障ページによりコ
ンピュータシステムの動作が支障を受けることがなくな
る。
With the memory management method of the paging virtual memory method as described above, if the data on the failed page has not been updated, that is, if the same data remains in the page file, the data is reloaded into an empty page. It is now possible to use the Therefore, processes using the data can continue even though the data was initially stored in the failed page. On the other hand, since the number of the faulty page is registered in the faulty page list and its use is prohibited, the operation of the computer system will no longer be hindered by the faulty page.

【実 施 例】【Example】

以下、本発明の実施例を図面に基づいて詳細に説明する
。 第1図に、本発明のページング仮想記憶方式におけるメ
モリ管理方式を適用したコンピュータシステムを示す、
第1図において、1はプロセッサ装置、2はCPU (
中央演算処理装置)、3はMMU(メモリ・マネジメン
ト・ユニット〉、4はシステムバス、5は主メモリ、6
は空ページリスト、7は故障ページリスト、8はディス
ク・コントローラ、9はディスクである。 ページング仮想記憶方式が採用されたコンビエータシス
テムでは、CPU2から出されるアドレスは仮想アドレ
スである。MMU3は、この仮想アドレスを、主メモリ
5のアドレスである実アドレスに変換して、主メモリ5
ヘアクセスする。 主メモリ5はメモリIC等で構成され、ここには、ディ
スク9に格納されているデータの一部が必要に応してコ
ピーされる。逆に、主メモリ5の内容は、必要に応じて
ディスク9へ戻される。 ディスク9のメモリ領域も、所定数まとめられてページ
と名付けられる。データは、そのページの単位でのファ
イル(ページファイル)という形で格納されている。ペ
ージを区別するために、ページ番号が付けられている。 ディスク9と主メモリ5との間のデータのやり取りは、
アドレス1低小位で行われるのではなく、ページ単位で
行われる。 ディスク・コントローラ8は、ディスク9のデータの出
入を制御するものである。 主メモリ5には、空ページリスト6、故障ページリスト
アが設けられている。空ページリスト6は従来もあった
ものであるが、故障ページリストアは本発明によって初
めて設けられたものである。 空ページリスト6、故障ページリストアの役割について
は、次の第2図で説明する。 第2図は、仮想アドレス空間から実アドレス空間へのア
クセスの状況を示す図である。第2図において、9はデ
ィスク、10は仮想アドレス空間、11は仮想アドレス
空間のページ番号、12はアドレス変換表、13は更新
表示ビット、14は実アドレス空間、15は実アドレス
空間のページ番号である。 仮想アドレス空間10は、CPU2が設定した仮想的な
アドレスによって構成されるアドレス空間であり、ペー
ジ番号11は仮想アドレス空間lOの各ページに付され
た番号である。CPU2より発されるアドレスは、仮想
アドレス空間10に属する仮想アドレスである。 実アドレス空間14は、主メモリ5内の実在するアドレ
スによって構成されるアドレス空間であり、やはりペー
ジに分けられ、それぞれのページにはページ番号15が
付されている。 実アドレス空間14のページのうち、点で塗りつぶしで
あるページ0,2.3は、空ページを表している。空ペ
ージは、データが格納されていないページのことである
。また、バラ印が記されているページ5は、故障ページ
である。故障ページは、故障メモリを含んでいるページ
のことである。 アドレス変換表12は、仮想アドレスを実アドレスに変
換する表であり、その管理および変換処理は、MMU3
によってなされる。 なお、アドレス変換表12に付随して設けられている更
新表示ビット13は、現在実アドレス空間14にある各
ページのデータに、更新されたものがあるか否かを表示
している。このビットの値が「0」であれば更新されて
いない(つまり、ディスク9からコピーされた時の値の
ままである)ことを表し、「l」であれば、更新された
(つまり、ディスク9からコピーされた時の値とは異な
っている)ことを表している。 第3図は、第2図の場合の空ページリストと故障ページ
リストを示す図である。第2図の実アドレス空間14の
空ページはページ0.2.3であるから、第3図(イ)
の空ページリストには、rO,2,3,・・・」と記さ
れている。 また、第2図の実アドレス空間14の故障ページはペー
ジ5であるから、第3図(ロ)の故障ページリストアに
は、「5.・・・」と記されている。 CPU2が処理を行うに当たっては、実アドレス空間1
4(つまり、主メモリ5)の所要のアドレスのメモリに
アクセスしなければならないが、それは次のようになさ
れる。 今、CPU2が発した仮想アドレスが、仮想アドレス空
間10のページ番号1に属するものであったとすると、
それはアドレス変換表12により変換され、実線の如き
経路を経て、ページ番号4の実アドレス空間14(主メ
モリ5)に属する実アドレスにアクセスする。 もし、CPU2が発した仮想アドレスに対応するページ
が実アドレス空間14にない場合には、ディスク9から
該当するページを実アドレス空間14の空ページにロー
ドする。それに伴い、アドレス変換表12も修正する。 その上で、上記と同様にして、実アドレスにアクセスす
る。 本発明では、故障ページリストアを新たに設け、それを
用いて次のようにメモリ管理をすることにより、たとえ
故障メモリがあっても、所定の条件が満たされればコン
ピュータシステムの稼働を続行させることが出来る。 第4図に、本発明における故障メモリ発見時の動作を説
明するフローチャートを示す。このフローチャートの動
作をするプログラムは、O3(オペレーティングシステ
ム)のメモリ管理部の中に用意しておく。 以下の説明における項番■〜■は、第4図のステップ■
〜■に対応している。 ■ 故障メモリが検出される。検出は、主メモリ5への
アクセス時(第2図の点線経路でのアクセス時)にハー
ドウェアに設けた故障検出回路によて行われたり、故障
診断プログラムを走らせた時とかに行われる。 ■ 故障メモリが属するページ(以下「故障ページ」と
いう)が、使用されているページかどうかチエツクする
。言い換えれば、ディスク9からデータがコピーされて
いるページか、それとも空ページかをチエツクする。 ■ 使用中のページであれば、故障メモリの部分で欠落
してしまったデータを再度提供できるかどうか、つまり
所要の全てのデータが提供できる状態に回復可能かどう
かチエツクする。 これは、第2図の更新表示ビット13をチエツクするこ
とによって行う。 第2図の例では、故障ページは5ページであるが、これ
に対応する更新表示ビット13を見ると「0」となって
いる、ということは、5ページのデータは更新されてい
ないということであるから、ディスク9のページファイ
ルに残っている5ページ対応データと同じである。 従って、それを実アドレス空間14の空ページ(例えば
、2ページ)にロードすれば、5ページにあったのと同
じデータを全て揃えること出来る。即ち、このような時
は、回復可能である。 しかし、前記の更新表示ビット13がもし「l」であっ
たとすると、5ページのデータのうちのどれかが、実ア
ドレス空間14にロードされた後に更新されたというこ
とであり、ディスク9のページファイルに残っている5
ページ対応データとは、もはや同じではない、このよう
な時は、5ページにあったデータを回復することは不可
能である。 ■ 回復可能である時には、空ページリスト6から空ペ
ージを適宜選定し、そのページにディスク9のページフ
ァイルから故障ページにロードしていたのと同じデータ
をロードする。 ■ アドレス変換表12に記載しであるページ番号「5
ノ (故障ページの番号)を、ステップ■で使用した空
ページの番号(上側では「2」)に書き換える。 また、空ページリスト6から「2」を削除する。 ■ 回復不可能の時には、故障ページのデータを使用し
て行うプロセスは、進行不可能であるから、コンピュー
タシステムに異常ありということで終了させる。 ■ ステップ■で、故障ページが使用中でない場合、つ
まり故障ページが空ページである場合には、空ページリ
スト6から、そのページ番号を削除する。 なぜなら、そのような空ページにディスク9のページフ
ァイルからデータをロードすると、データの欠落が生じ
るのは明らかであり、使える空ページではないからであ
る。 ■ 第3図(ロ)に示すように、故障ページを故障ペー
ジリストアに登録する。 故障ページリストアに登録されたページは、以後使用す
ることが禁じられる。 以上のようにメモリが管理される結果、故障ページが更
新されていない限り、データが回復されるので、プロセ
ッサ装置1が行おうとしていたプロセスは続行される。 なお、故障ページがあってもデータが回復可能であれば
、コンピュータシステムは稼働を続けることが出来るの
で、コンピュータシステムに接続された通信手段や出力
手段によって、故障ページリストアの内容を自動的に報
知させることが出来る。そうすれば、修理を速やかに行
うことが出来、保守性が向上する。
Embodiments of the present invention will be described in detail below with reference to the drawings. FIG. 1 shows a computer system to which the memory management method in the paging virtual memory method of the present invention is applied.
In FIG. 1, 1 is a processor device, 2 is a CPU (
3 is MMU (memory management unit), 4 is system bus, 5 is main memory, 6 is
is an empty page list, 7 is a failed page list, 8 is a disk controller, and 9 is a disk. In the Combiator system that employs the paging virtual memory method, the address output from the CPU 2 is a virtual address. The MMU 3 converts this virtual address into a real address, which is an address in the main memory 5, and stores it in the main memory 5.
access. The main memory 5 is composed of a memory IC and the like, and part of the data stored on the disk 9 is copied thereto as necessary. Conversely, the contents of main memory 5 are returned to disk 9 as needed. A predetermined number of memory areas on the disk 9 are also grouped together and named a page. Data is stored in the form of a file (page file) in units of pages. Page numbers are added to distinguish between pages. Data exchange between the disk 9 and the main memory 5 is as follows:
This is not done in addresses 1-lower, but in page units. The disk controller 8 controls data input/output to/from the disk 9 . The main memory 5 is provided with an empty page list 6 and a failed page restore. Although the empty page list 6 has existed in the past, failure page restoration is provided for the first time in the present invention. The roles of the empty page list 6 and failed page restoration will be explained with reference to FIG. 2 below. FIG. 2 is a diagram showing the status of access from the virtual address space to the real address space. In Figure 2, 9 is a disk, 10 is a virtual address space, 11 is a page number of the virtual address space, 12 is an address conversion table, 13 is an update display bit, 14 is a real address space, and 15 is a page number of the real address space. It is. The virtual address space 10 is an address space configured by virtual addresses set by the CPU 2, and the page number 11 is a number assigned to each page of the virtual address space IO. The address issued by the CPU 2 is a virtual address belonging to the virtual address space 10. The real address space 14 is an address space made up of real addresses in the main memory 5, and is also divided into pages, each of which is assigned a page number 15. Among the pages in the real address space 14, pages 0 and 2.3, which are filled with dots, represent empty pages. An empty page is a page in which no data is stored. Furthermore, page 5 marked with a rose mark is a failure page. A failed page is a page that contains failed memory. The address conversion table 12 is a table for converting a virtual address into a real address, and its management and conversion processing is performed by the MMU3.
done by. Note that an update display bit 13 provided in association with the address conversion table 12 indicates whether or not the data of each page currently in the real address space 14 has been updated. If the value of this bit is "0", it means that it has not been updated (that is, the value remains the same as when it was copied from disk 9), and if it is "l", it means that it has been updated (that is, the value that was copied from disk 9 remains the same). 9). FIG. 3 is a diagram showing an empty page list and a failed page list in the case of FIG. 2. Since the empty page in the real address space 14 in Figure 2 is page 0.2.3, Figure 3 (A)
"rO, 2, 3, . . ." is written in the empty page list. Furthermore, since the failed page in the real address space 14 in FIG. 2 is page 5, "5. . . ." is written in the failed page restore in FIG. 3 (b). When CPU2 performs processing, real address space 1
4 (that is, main memory 5) at the required address, which is done as follows. Now, suppose that the virtual address issued by CPU 2 belongs to page number 1 of virtual address space 10,
It is converted by the address conversion table 12, and the real address belonging to the real address space 14 (main memory 5) of page number 4 is accessed through the path shown by the solid line. If there is no page in the real address space 14 corresponding to the virtual address issued by the CPU 2, the corresponding page is loaded from the disk 9 into an empty page in the real address space 14. Accordingly, the address conversion table 12 is also modified. Then, access the real address in the same way as above. In the present invention, by newly providing a faulty page restore and using it to manage memory as follows, it is possible to continue operating the computer system even if there is a faulty memory if predetermined conditions are met. I can do it. FIG. 4 shows a flowchart illustrating the operation when a faulty memory is discovered in the present invention. A program that operates as shown in this flowchart is prepared in the memory management section of O3 (operating system). Item numbers ■ to ■ in the following explanation refer to steps ■ in Figure 4.
It corresponds to ~■. ■ A faulty memory is detected. Detection is performed by a fault detection circuit provided in hardware when accessing the main memory 5 (dotted line path in FIG. 2), or when a fault diagnosis program is run. ■ Check whether the page to which the faulty memory belongs (hereinafter referred to as the "failure page") is in use. In other words, it is checked whether the page has data copied from the disk 9 or whether it is an empty page. ■ If the page is in use, check whether the data that was lost in the failed memory section can be provided again, that is, whether it is possible to recover to a state where all the required data can be provided. This is done by checking update indication bit 13 in FIG. In the example in Figure 2, the failure page is page 5, but when you look at the corresponding update display bit 13, it is "0", which means that the data on page 5 has not been updated. Therefore, it is the same as the data corresponding to 5 pages remaining in the page file on disk 9. Therefore, by loading it into an empty page (for example, page 2) of the real address space 14, all the same data as in page 5 can be arranged. That is, in such a case, recovery is possible. However, if the update indicator bit 13 is "l", it means that any of the five pages of data has been updated after being loaded into the real address space 14, and the page on disk 9 has been updated. 5 remaining in the file
The page-wise data is no longer the same; in such a case, it is impossible to recover the data that was on page 5. (2) If it is recoverable, select an empty page from the empty page list 6 as appropriate, and load the same data from the page file on the disk 9 into that page as was loaded into the failed page. ■ The page number “5” listed in address conversion table 12
Rewrite ノ (faulty page number) with the empty page number used in step ① (“2” on the top). Also, "2" is deleted from the empty page list 6. ■ When recovery is not possible, the process using the data of the failed page cannot proceed, so it is terminated because it is assumed that there is an abnormality in the computer system. (2) In step (2), if the failed page is not in use, that is, if the failed page is an empty page, the page number is deleted from the empty page list 6. This is because if data is loaded from the page file of the disk 9 into such an empty page, data will obviously be lost, and the empty page will not be usable. ■ As shown in FIG. 3 (b), register the failed page in the failed page restore. Pages registered in the failed page restore are prohibited from being used thereafter. As a result of memory management as described above, as long as the faulty page has not been updated, the data is recovered and the process that the processor device 1 was attempting to perform continues. In addition, even if there is a faulty page, if the data can be recovered, the computer system can continue operating, so the contents of the faulty page restoration will be automatically notified through the communication means and output means connected to the computer system. I can do it. This allows for quick repairs and improves maintainability.

【発明の効果】【Effect of the invention】

以上述べた如く、本発明のページング仮想記憶方式にお
けるメモリ管理方式によれば、次のような効果を奏する
。 ■ 実アドレス空間に故障ページがあっても、該故障ペ
ージのデータが更新されていない限り、該データをペー
ジファイルより空ページに再ロードし、コンピュータシ
ステムの稼働を続行させることが出来るようになった。 ■ 故障ページリストを設けて故障ページのページ番号
を登録し、登録されたページの使用は禁止するようにし
たので、以後、該故障ページがコンピュータシステムの
動作に支障を与えることがなくなった。
As described above, the memory management method in the paging virtual storage method of the present invention provides the following effects. ■ Even if there is a faulty page in the real address space, as long as the data on the faulty page has not been updated, it is now possible to reload the data from the page file to an empty page and continue operating the computer system. Ta. (2) A faulty page list was created, the page number of the faulty page was registered, and the use of the registered page was prohibited, so that the faulty page no longer interfered with the operation of the computer system.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図・・・本発明のページング仮想記憶方式における
メモリ管理方式を適用したコンピュータシステムを示す
図 第2図・・・仮想アドレス空間から実アドレス空間への
アクセスの状況を示す図 第3図・・・第2図の空ページリストと故障ページリス
トを示す図 第4図・・・本発明における故障メモリ発見時の動作を
説明するフローチャート 図において、lはプロセッサ装置、2はCPU。 3はMMU、4はシステムバス、5は主メモリ、6は空
ページリスト、7は故障ページリスト、8はディスク・
コントローラ、9はディスク、10は仮想アドレス空間
、11はページ番号、12はアドレス変換表、I3は更
新表示ビット、14は実アドレス空間、15はページ番
号である。
Figure 1: A diagram showing a computer system to which the memory management method in the paging virtual memory system of the present invention is applied. Figure 2: A diagram showing the status of access from the virtual address space to the real address space. . . . A diagram showing the empty page list and the faulty page list in FIG. 2. FIG. 4 . . . A flowchart explaining the operation when a faulty memory is discovered in the present invention. In the flowchart diagram, 1 is a processor device, and 2 is a CPU. 3 is MMU, 4 is system bus, 5 is main memory, 6 is empty page list, 7 is failed page list, 8 is disk
10 is a virtual address space, 11 is a page number, 12 is an address conversion table, I3 is an update display bit, 14 is a real address space, and 15 is a page number.

Claims (1)

【特許請求の範囲】[Claims] 故障ページのページ番号を登録する故障ページリストを
設け、以後故障ページを使用できないようにすると共に
、前記故障ページのデータが更新されていない場合、該
データをページファイルより空ページに再ロードし且つ
該空ページに関してアドレス変換表および空ページリス
トを書き換えることを特徴とするページング仮想記憶方
式におけるメモリ管理方式。
A failure page list is provided to register the page number of the failure page, so that the failure page cannot be used from now on, and if the data of the failure page has not been updated, the data is reloaded from the page file to an empty page, and A memory management system in a paging virtual memory system, characterized in that an address translation table and an empty page list are rewritten with respect to the empty page.
JP1267113A 1989-10-13 1989-10-13 Memory control method for paging virtual storage system Pending JPH03127241A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1267113A JPH03127241A (en) 1989-10-13 1989-10-13 Memory control method for paging virtual storage system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1267113A JPH03127241A (en) 1989-10-13 1989-10-13 Memory control method for paging virtual storage system

Publications (1)

Publication Number Publication Date
JPH03127241A true JPH03127241A (en) 1991-05-30

Family

ID=17440245

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1267113A Pending JPH03127241A (en) 1989-10-13 1989-10-13 Memory control method for paging virtual storage system

Country Status (1)

Country Link
JP (1) JPH03127241A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007264976A (en) * 2006-03-28 2007-10-11 Nec Corp Computer system, data saving method and program
WO2008099786A1 (en) * 2007-02-13 2008-08-21 Nec Corporation Memory failure recovery method, information processing device, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007264976A (en) * 2006-03-28 2007-10-11 Nec Corp Computer system, data saving method and program
WO2008099786A1 (en) * 2007-02-13 2008-08-21 Nec Corporation Memory failure recovery method, information processing device, and program
US8051333B2 (en) 2007-02-13 2011-11-01 Nec Corporation Memory failure recovery method, information processing apparatus, and program

Similar Documents

Publication Publication Date Title
EP0835489B1 (en) Method and system for using inverted data to detect corrupt data
JP3501336B2 (en) System and method for enabling write-on-load of dynamic ROM data
KR20000022506A (en) Method and apparatus for providing improved diagnostic functions in a computer system
US6108753A (en) Cache error retry technique
JPH0325814B2 (en)
EP2620875B1 (en) Address translation inspection device, central processing device, and address translation inspection method
JPH03127241A (en) Memory control method for paging virtual storage system
JPH10302485A (en) Information processor having flash memory
US11853151B1 (en) Task abnormality detection system and embedded device detection method
JPH0217550A (en) Trouble processing system for multiprocessor system
JPH11259323A (en) Architecture for managing important data in multi-module machine and method for executing the architecture of the same type
JPH04125753A (en) On-lined diagnostic system for memory
JP7074291B2 (en) Information processing equipment, information processing methods and programs
EP0128353A2 (en) Error recovery of non-store-through cache
GB2539657A (en) Tracing Processing Activity
JPH0644091A (en) Memory diagnostic circuit
JPH01309421A (en) Error correction system
JPH06250933A (en) Access control method for information processor and main storage
JPS6356751A (en) Memory patrol control system
JPH01156834A (en) Diagnosing system for check circuit
JP2998282B2 (en) Memory device
JPS6142304B2 (en)
JPH03211619A (en) Data processor
JPS59168997A (en) Method of main memory patrolling of computer
JPS6175939A (en) Detection circuit for malfunction of copy type garbage collector