JPH06131262A - Paging system using plural page tables - Google Patents

Paging system using plural page tables

Info

Publication number
JPH06131262A
JPH06131262A JP4306080A JP30608092A JPH06131262A JP H06131262 A JPH06131262 A JP H06131262A JP 4306080 A JP4306080 A JP 4306080A JP 30608092 A JP30608092 A JP 30608092A JP H06131262 A JPH06131262 A JP H06131262A
Authority
JP
Japan
Prior art keywords
page
address
page table
tables
virtual
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
JP4306080A
Other languages
Japanese (ja)
Inventor
Yutaka Nakamura
裕 中村
Hiroyuki Ogawa
廣行 小河
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP4306080A priority Critical patent/JPH06131262A/en
Publication of JPH06131262A publication Critical patent/JPH06131262A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the rewriting time of a page table by altering the contents of the page table by switching plural page tables which are prepared. CONSTITUTION:An operating system OS connects one page table 1 or 2 (3), etc., among page tables 13 to a page directory 12 at the time of initialization. For example, when the page table 1 is connected, a virtual page number N1 is stored in a corresponding entry of the page directory. (When plural page directories 12 are prepared, the head address of one of the page directories is put in a page register 11.) Then the OS switches a previous page table 1 to the prepared page table 2 (3) when requested by itself or application software to rewrite the page table 1. Consequently, the correspondence relation between linear addresses 10 and physical addresses in the page table 13 is altered.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、仮想記憶方式の1つで
あるページングにおけるページテーブルの書き替えを高
速化するための複数ページテーブルによるページング方
式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a paging method using a plurality of page tables for speeding up page table rewriting in paging which is one of virtual storage methods.

【0002】[0002]

【従来の技術】仮想記憶方式とは、計算機の記憶系の、
情報の存在する場所に関して、命令が生成するアドレス
と実際に情報が存在する物理的位置のアドレスを分離独
立させる記憶方式をいう。命令側のアドレスを仮想アド
レスといい、装置側のアドレスを物理アドレスという。
仮想記憶を実現する方式として、ページング方式があ
る。図2は、従来のページング方式の一例の説明図であ
る。図示の装置は、ページレジスタ11と、ページディ
レクトリ22と、ページテーブル21と、物理メモリ2
0とから成る。これらは、いずれも半導体のランダム・
アクセス・メモリから成る。
2. Description of the Related Art A virtual storage system is a storage system of a computer.
With respect to the location of information, it is a storage system that separates and separates the address generated by an instruction and the address of the physical location where information actually exists. The address on the instruction side is called a virtual address, and the address on the device side is called a physical address.
There is a paging method as a method for realizing virtual memory. FIG. 2 is an explanatory diagram of an example of a conventional paging method. The illustrated device includes a page register 11, a page directory 22, a page table 21, and a physical memory 2.
It consists of 0 and. These are all semiconductor random
It consists of access memory.

【0003】ページディレクトリ22とページテーブル
21は、CPUの指定する仮想アドレス(リニアアドレ
ス)10を物理メモリ20上の物理アドレスに変換する
ための変換テーブルである。ページレジスタ11は、ペ
ージディレクトリ22の先頭アドレスを格納している。
ページディレクトリ22は、リニアアドレス10の上位
部である仮想ページ番号P1の順にページテーブル21
の先頭アドレスを格納している。これを仮想ページ番号
Nとする。ページテーブル21は、仮想ページ番号P1
の最大値の数だけ存在する。各ページテーブル21は、
リニアアドレス10の中位部である仮想ページ番号P2
の順に実ページ番号を格納している。これらの実ページ
番号は、必ずしも番号順に格納されているわけではな
く、ばらばらに格納されることが多い。各ページテーブ
ル21の大きさは、例えば、4Kバイトであり、その場
合、1024ページ分の実ページ番号が格納される。
The page directory 22 and the page table 21 are conversion tables for converting the virtual address (linear address) 10 designated by the CPU into a physical address on the physical memory 20. The page register 11 stores the top address of the page directory 22.
The page directory 22 includes a page table 21 in the order of the virtual page number P1 which is the upper part of the linear address 10.
The start address of is stored. This is a virtual page number N. The page table 21 has a virtual page number P1.
There are as many as the maximum value of. Each page table 21
Virtual page number P2, which is the middle part of the linear address 10.
The actual page numbers are stored in this order. These real page numbers are not always stored in the numerical order, but are often stored separately. The size of each page table 21 is, for example, 4 Kbytes, and in that case, real page numbers for 1024 pages are stored.

【0004】物理メモリ20は、一定バイト数のページ
に分割して管理される。各ページの先頭アドレスは、実
ページ番号であり、これは上述したようにページテーブ
ル21に格納されている。各ページ内の物理アドレス
は、リニアアドレス10の下位部であるページ内アドレ
スaと等しい。従って、ページディレクトリ22とペー
ジテーブル21により求めた実ページ番号にこのページ
内アドレスaを加算することにより物理メモリ20上の
物理アドレスが求められる。このように、ページディレ
クトリ22とページテーブル21は、リニアアドレス1
0と物理アドレスの対応関係を定めるものである。リニ
アアドレス10と物理アドレスの対応関係を変更しよう
とする場合は、ページテーブル21を必要分書き替える
必要がある。尚、ページディレクトリ22を用いず、ペ
ージテーブル21のみを用いてアドレス変換を行なう方
式もある。
The physical memory 20 is managed by being divided into pages of a fixed number of bytes. The start address of each page is a real page number, which is stored in the page table 21 as described above. The physical address in each page is equal to the in-page address a, which is the lower part of the linear address 10. Therefore, the physical address on the physical memory 20 is obtained by adding the in-page address a to the real page number obtained from the page directory 22 and the page table 21. As described above, the page directory 22 and the page table 21 have the linear address 1
It defines the correspondence between 0 and the physical address. In order to change the correspondence between the linear address 10 and the physical address, it is necessary to rewrite the page table 21 as necessary. There is also a method of performing address conversion using only the page table 21 without using the page directory 22.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上述し
た従来の技術には、次のような問題があった。即ち、物
理メモリ20の使用上、ページの位置を入れ替えるた
め、ページテーブル21の書き替えが頻繁に生じる場
合、書き替えるページの量が大きいと、ページテーブル
の書き替え時間が非常に長くなってしまう。図3は、従
来のページ置換手順を説明するフローチャートである。
ページ置換要求があったか否かを判別し(ステップS1
1)、ページ置換要求があった場合にページ置換が必要
な分の実ページ番号をページテーブル21上で書き替え
る(ステップS12)。全ページ置換する場合は、例え
ば、1024ページ分の書き替えを行なう。ページアウ
ト、ページインが発生しない場合には、この書き替え時
間が問題となる。ここに、ページアウトとは、物理メモ
リ20上のページを図示しない磁気ディスク等の補助記
憶装置に書き出すことをいう。ページインとは、逆に補
助記憶装置から物理メモリ20上にページを読み込むこ
とをいう。
However, the above-mentioned conventional technique has the following problems. That is, when the page table 21 is frequently rewritten due to the use of the physical memory 20, the page table rewriting time becomes very long if the number of pages to be rewritten is large. . FIG. 3 is a flowchart illustrating a conventional page replacement procedure.
It is determined whether there is a page replacement request (step S1).
1) When a page replacement request is made, the actual page numbers required for page replacement are rewritten on the page table 21 (step S12). When all pages are replaced, for example, 1024 pages are rewritten. This rewriting time becomes a problem when page-out and page-in do not occur. Here, page-out means to write a page in the physical memory 20 to an auxiliary storage device such as a magnetic disk (not shown). Page-in, on the contrary, refers to reading a page from the auxiliary storage device onto the physical memory 20.

【0006】ページアウト、ページインが生じないのに
ページ置換をすることが必要になる例としては、物理メ
モリがもともと小容量だったものをエミュレーションに
よって容量を拡大した場合がある。この場合、容量を拡
大する前に使っていたアプリケーションソフトウェア
(AP)を引き続き使用するときは、APは物理メモリ
20のもとからある一部のみをアクセス対象とする。従
って、アプリケーションソフトウェアの実行に際し、ア
クセス対象とするデータを含むページが拡張部分にある
ときは、もとからある部分に持って来なければならな
い。即ち、物理メモリ20上でのページ置換を行なわな
ければならない。このようなとき、ページテーブルの書
き替えで時間がかかってしまうと、OSのオーバヘッド
が大きくなることにより、システムの処理能力が低下す
るという問題がある。
As an example in which page replacement is necessary without page-out or page-in occurring, there is a case where the physical memory originally has a small capacity and the capacity is expanded by emulation. In this case, when the application software (AP) used before expanding the capacity is continuously used, the AP targets only a part of the physical memory 20 as an access target. Therefore, when the application software is executed, if the page containing the data to be accessed is in the extended portion, it must be brought to the original portion. That is, page replacement on the physical memory 20 must be performed. In such a case, if it takes time to rewrite the page table, there is a problem in that the overhead of the OS increases and the processing capacity of the system decreases.

【0007】一方、ページアウト、ページインが生じる
場合は、磁気ディスク装置等の動作を伴なうので、ディ
スクキャッシュを用いる場合を除き、OSのオーバヘッ
ドは問題とならない。本発明は、以上の点に着目してな
されたもので、ページテーブルの書き替え時間を短縮で
きるようにした複数ページテーブルによるページング方
式を提供することを目的とするものである。
On the other hand, when page-out or page-in occurs, the operation of the magnetic disk device or the like is involved, so the OS overhead does not pose a problem except when the disk cache is used. The present invention has been made in view of the above points, and it is an object of the present invention to provide a paging method using a plurality of page tables that can shorten the time for rewriting the page tables.

【0008】[0008]

【課題を解決するための手段】本発明の複数ページテー
ブルによるページング方式は、CPUが指定する仮想ア
ドレスをページテーブルにより物理アドレスに変換する
ページング方式において、ページの物理的位置を決定す
る実ページ番号と、前記CPUが指定する仮想アドレス
の一部である仮想ページ番号とを対応させてそれぞれ格
納する複数のページテーブルを用意し、当該複数のペー
ジテーブルに格納される前記実ページ番号のパターンを
各々異なるパターンとし、ページ置換要求時に当該複数
のページテーブルから、要求されたパターンのページテ
ーブルを検索し、当該検索されたページテーブルを前記
物理アドレスへの変換に用いるように切り替えることを
特徴とするものである。
According to the paging method using a plurality of page tables of the present invention, in the paging method of converting a virtual address designated by a CPU into a physical address by a page table, a real page number for determining a physical position of a page. And a plurality of page tables that respectively store the virtual page numbers that are a part of the virtual address specified by the CPU in association with each other, and the patterns of the real page numbers stored in the plurality of page tables are prepared. Different patterns, when the page replacement request, the page table of the requested pattern is searched from the plurality of page tables, and the searched page table is switched to be used for conversion to the physical address. Is.

【0009】[0009]

【作用】本発明の複数ページテーブルによるページング
方式においては、CPUが指定したリニアアドレスの上
位部の仮想ページ番号からページディレクトリ内の仮想
ページ番号を検索する。このページディレクトリ内の仮
想ページ番号は、複数のページテーブルのいずれかを指
定する。複数のページテーブルは、物理アドレス上のペ
ージの配置パターンを決定する。この配置パターンは、
予め決められたものであり、CPUで実行されるアプリ
ケーションソフトウェアは、所要の配置パターンのペー
ジテーブルを選択させる。これにより、ページテーブル
を書き替えずにページテーブルの内容を変更する。物理
アドレス上のページの大まかな配置パターンはこのよう
に決定し、細かな部分は従来通りの書き替えで対応でき
る。この結果、物理アドレス上のページをアプリケーシ
ョンソフトウェアの検知範囲外から検知範囲内に持って
くるのとほぼ同時に、データのアクセスを開始できる。
In the paging method using the multiple page table of the present invention, the virtual page number in the page directory is searched from the virtual page number in the upper part of the linear address designated by the CPU. The virtual page number in this page directory specifies one of a plurality of page tables. The plurality of page tables determine the layout pattern of pages on the physical address. This placement pattern is
The application software, which is predetermined, is executed by the CPU to select a page table having a desired layout pattern. As a result, the contents of the page table are changed without rewriting the page table. The rough layout pattern of the page on the physical address is determined in this way, and the fine part can be handled by rewriting as usual. As a result, the data access can be started almost at the same time that the page on the physical address is brought into the detection range from outside the detection range of the application software.

【0010】[0010]

【実施例】以下、本発明の実施例を図面を参照して詳細
に説明する。図1は、本発明の複数ページテーブルによ
るページング方式の一実施例のブロック図である。図示
の装置は、ページレジスタ11と、ページディレクトリ
12と、複数のページテーブル13と、物理メモリ20
とから成る。これらは、いずれも半導体のランダム・ア
クセス・メモリから成る。ページディレクトリ12とペ
ージテーブル13は、図示しないCPUの指定する仮想
アドレス(リニアアドレス)10を物理メモリ20上の
物理アドレスに変換するための変換テーブルである。
尚、ページディレクトリ12を用いず、ページテーブル
13のみを用いてアドレス変換を行なってもよい。ペー
ジレジスタ11は、ページディレクトリ12の先頭アド
レスを格納している。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a block diagram of an embodiment of a paging system using a multiple page table according to the present invention. The illustrated apparatus includes a page register 11, a page directory 12, a plurality of page tables 13, and a physical memory 20.
It consists of and. Each of these consists of a semiconductor random access memory. The page directory 12 and the page table 13 are conversion tables for converting a virtual address (linear address) 10 designated by a CPU (not shown) into a physical address on the physical memory 20.
The address conversion may be performed using only the page table 13 without using the page directory 12. The page register 11 stores the top address of the page directory 12.

【0011】ページディレクトリ12は、リニアアドレ
ス10の上位部である仮想ページ番号P1の順に複数の
ページテーブル13のうちの1つのページテーブルの先
頭アドレスを格納している。これを仮想ページ番号N
1、N2等とする。複数のページテーブル13は、仮想
ページ番号P1の最大値の数だけ存在する。各複数のペ
ージテーブル13は、リニアアドレス10の中位部であ
る仮想ページ番号P2の順に実ページ番号を格納してい
る。これらの実ページ番号は、必ずしも番号順に格納さ
れているわけではなく、物理アドレス上のページの配置
が所定のパターンとなるように格納される。例えば、図
示の例では、ページテーブル1は物理メモリ20上の先
頭側のAPの検出範囲内の領域の連続したページとなる
ように配置される。また、ページテーブル2は物理メモ
リ20上の比較的後側のAPの検出範囲外の領域の連続
したページとなるように配置される。更に、ページテー
ブル3は物理メモリ20上のAPの検出範囲内の領域と
検出範囲外の領域の不連続なページとなるように配置さ
れる。各ページテーブル1、2、3等の大きさは、例え
ば、4Kバイトであり、その場合、1024ページ分の
実ページ番号が格納される。
The page directory 12 stores the top address of one page table among the plurality of page tables 13 in the order of the virtual page number P1 which is the upper part of the linear address 10. This is the virtual page number N
1, N2, etc. There are as many page tables 13 as the maximum value of the virtual page number P1. Each of the plurality of page tables 13 stores real page numbers in the order of the virtual page number P2 which is the middle part of the linear address 10. These real page numbers are not necessarily stored in numerical order, but are stored so that the page layout on the physical address has a predetermined pattern. For example, in the illustrated example, the page table 1 is arranged so as to be continuous pages in the area within the detection range of the AP on the front side on the physical memory 20. Further, the page table 2 is arranged so as to be a continuous page in a region outside the detection range of the AP on the relatively rear side on the physical memory 20. Further, the page table 3 is arranged so as to be a discontinuous page of an area within the detection range of the AP on the physical memory 20 and an area outside the detection range of the AP. The size of each page table 1, 2, 3, etc. is, for example, 4 Kbytes, and in this case, real page numbers for 1024 pages are stored.

【0012】物理メモリ20は、一定バイト数のページ
に分割して管理される。各ページの先頭アドレスは、実
ページ番号であり、これは上述したようにページテーブ
ル1、2、3等に格納されている。各ページ内の物理ア
ドレスは、リニアアドレス10の下位部であるページ内
アドレスaと等しい。従って、ページディレクトリ12
と複数のページテーブル13のいずれかページテーブル
1、2又は3等により求めた実ページ番号にこのページ
内アドレスaを加算することにより物理メモリ20上の
物理アドレスが求められる。尚、ページディレクトリ1
2も複数設けるようにしてもよい。この場合、ページレ
ジスタ11に格納される先頭アドレスを書き替えること
により複数のページディレクトリを切り替える。OS
は、初期化時、上述した複数のページテーブル13のう
ちの1つのページテーブル1、2又は3等をページディ
レクトリ12に接続しておく。例えば、ページテーブル
1を接続する場合は、ページディレクトリの該当するエ
ントリに仮想ページ番号N1を格納する。(ページディ
レクトリ12を複数用意する場合には、そのうちの1つ
のページディレクトリの先頭アドレスをページレジスタ
11に入れておく。)
The physical memory 20 is managed by being divided into pages of a certain number of bytes. The start address of each page is a real page number, which is stored in the page tables 1, 2, 3, etc. as described above. The physical address in each page is equal to the in-page address a, which is the lower part of the linear address 10. Therefore, the page directory 12
Then, the physical address on the physical memory 20 is obtained by adding the in-page address a to the real page number obtained by any one of the plurality of page tables 13, 1, 2, or 3. Page directory 1
You may make it provide two or more. In this case, a plurality of page directories are switched by rewriting the start address stored in the page register 11. OS
At the time of initialization, one of the plurality of page tables 13 described above is connected to the page directory 12 in advance. For example, when the page table 1 is connected, the virtual page number N1 is stored in the corresponding entry of the page directory. (When a plurality of page directories 12 are prepared, the start address of one of the page directories is stored in the page register 11.)

【0013】その後、OSが自分自身又はAPなどから
の要求によりページテーブル1の書き替えが必要になっ
た場合、予め用意してあったページテーブル2又は3に
以前のページテーブル1を切り替える。これにより、ペ
ージテーブル13によるリニアアドレス10と物理アド
レスの対応関係を変更する。図4は、本発明の方式によ
るページ置換手順を説明するフローチャートである。O
Sは、まず、ページ置換要求があったか否かを判別する
(ステップS1)。置換要求があったときは、複数のペ
ージテーブル13から該当パターンのページテーブル
1、2又は3等を検索する(ステップS2)。そして、
ページディレクトリ12の該当エントリの仮想ページ番
号を切り替えることによりページテーブル13を切り替
える(ステップS3)。
After that, when the OS needs to rewrite the page table 1 due to a request from itself or the AP, the previous page table 1 is switched to the previously prepared page table 2 or 3. As a result, the correspondence relationship between the linear address 10 and the physical address by the page table 13 is changed. FIG. 4 is a flowchart illustrating a page replacement procedure according to the method of the present invention. O
First, S determines whether or not there is a page replacement request (step S1). When there is a replacement request, the page tables 1, 2 or 3 of the corresponding pattern are searched from the plurality of page tables 13 (step S2). And
The page table 13 is switched by switching the virtual page number of the corresponding entry in the page directory 12 (step S3).

【0014】[0014]

【発明の効果】以上説明したように、本発明の複数ペー
ジテーブルによるページング方式によれば、予め用意し
た複数のページテーブルを切り替えることによりページ
テーブルの内容を変更するようにしたので、ページテー
ブルを書き替えるより高速にリニアアドレスと物理アド
レスの対応関係を変更することができる。この結果、O
Sのオーバヘッド時間を低減し、データ処理能力を向上
することができる。
As described above, according to the paging system using a plurality of page tables of the present invention, the contents of the page tables are changed by switching a plurality of prepared page tables. It is possible to change the correspondence between the linear address and the physical address at a higher speed than rewriting. As a result, O
The overhead time of S can be reduced and the data processing capability can be improved.

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

【図1】本発明の複数ページテーブルによるページング
方式の一実施例のブロック図である。
FIG. 1 is a block diagram of an embodiment of a paging system using a multiple page table according to the present invention.

【図2】従来のページング方式の一例のブロック図であ
る。
FIG. 2 is a block diagram of an example of a conventional paging method.

【図3】従来のページ置換手順を説明するフローチャー
トである。
FIG. 3 is a flowchart illustrating a conventional page replacement procedure.

【図4】本発明の方式によるページ置換手順を説明する
フローチャートである。
FIG. 4 is a flowchart illustrating a page replacement procedure according to the method of the present invention.

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

1、2、3 ページテーブル 10 リニアアドレス 11 ページレジスタ 12 ページディレクトリ 13 複数のページテーブル 20 物理アドレス 1, 2, 3 Page table 10 Linear address 11 Page register 12 Page directory 13 Plural page table 20 Physical address

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 CPUが指定する仮想アドレスをページ
テーブルにより物理アドレスに変換するページング方式
において、 ページの物理的位置を決定する実ページ番号と、前記C
PUが指定する仮想アドレスの一部である仮想ページ番
号とを対応させてそれぞれ格納する複数のページテーブ
ルを用意し、 当該複数のページテーブルに格納される前記実ページ番
号のパターンを各々異なるパターンとし、 ページ置換要求時に当該複数のページテーブルから、要
求されたパターンのページテーブルを検索し、 当該検索されたページテーブルを前記物理アドレスへの
変換に用いるように切り替えることを特徴とする複数ペ
ージテーブルによるページング方式。
1. A paging system for converting a virtual address designated by a CPU into a physical address by a page table, and a real page number for determining a physical position of a page, and the C
A plurality of page tables that respectively store the virtual page numbers, which are part of the virtual address specified by the PU, are prepared, and the patterns of the real page numbers stored in the plurality of page tables are set to different patterns. When a page replacement request is made, a page table of the requested pattern is searched from the plurality of page tables, and the searched page table is switched to be used for conversion to the physical address. Paging method.
JP4306080A 1992-10-19 1992-10-19 Paging system using plural page tables Pending JPH06131262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4306080A JPH06131262A (en) 1992-10-19 1992-10-19 Paging system using plural page tables

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4306080A JPH06131262A (en) 1992-10-19 1992-10-19 Paging system using plural page tables

Publications (1)

Publication Number Publication Date
JPH06131262A true JPH06131262A (en) 1994-05-13

Family

ID=17952796

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4306080A Pending JPH06131262A (en) 1992-10-19 1992-10-19 Paging system using plural page tables

Country Status (1)

Country Link
JP (1) JPH06131262A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100772863B1 (en) * 2006-01-13 2007-11-02 삼성전자주식회사 Method and apparatus for shortening operating time of page replacement in demand paging applied system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100772863B1 (en) * 2006-01-13 2007-11-02 삼성전자주식회사 Method and apparatus for shortening operating time of page replacement in demand paging applied system
US7953953B2 (en) 2006-01-13 2011-05-31 Samsung Electronics Co., Ltd. Method and apparatus for reducing page replacement time in system using demand paging technique

Similar Documents

Publication Publication Date Title
US5313611A (en) Method and apparatus for maintaining a lookup table for storing function values
JP3268310B2 (en) Memory management method
JPH06309224A (en) Method for data page control and data processing system
JPH0519177B2 (en)
JPS6376034A (en) Multiple address space control system
JP2002123424A (en) System and method for dynamically reallocating memory in computer system
JPH05210570A (en) Method and means extending address
EP0411788A2 (en) External sorting using virtual storage
JPH06131262A (en) Paging system using plural page tables
JPH05128002A (en) Cache memory division control system
JPH01159746A (en) Disk cache control system
US5933856A (en) System and method for processing of memory data and communication system comprising such system
JPH0869403A (en) File management device
KR20190115921A (en) Semiconductor memory module and memory system including semiconductor memory module
JPH07182232A (en) Information processor
US6418505B1 (en) Accessing beyond memory address range of commodity operating system using enhanced operating system adjunct processor interfaced to appear as RAM disk
US5678022A (en) Storage control system with auxiliary storage and optimized process data length and gap to reduce track and cylinder switching
KR910000590B1 (en) Mirror disk ram system of computer
JP2782842B2 (en) Disk cache device
JPH02165354A (en) Auxiliary storage device
JP2659979B2 (en) Computer system
JP2618096B2 (en) Cache management method
JPH0378052A (en) Virtual storage control system
JP2001209578A (en) Management system for memory update history
KR970029104A (en) Group Adaptive Segment Cache Buffer Implementation