JP3083533B2 - Virtual address space management processing method - Google Patents

Virtual address space management processing method

Info

Publication number
JP3083533B2
JP3083533B2 JP02037896A JP3789690A JP3083533B2 JP 3083533 B2 JP3083533 B2 JP 3083533B2 JP 02037896 A JP02037896 A JP 02037896A JP 3789690 A JP3789690 A JP 3789690A JP 3083533 B2 JP3083533 B2 JP 3083533B2
Authority
JP
Japan
Prior art keywords
virtual address
space
address space
size
segment table
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
JP02037896A
Other languages
Japanese (ja)
Other versions
JPH03240849A (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 JP02037896A priority Critical patent/JP3083533B2/en
Publication of JPH03240849A publication Critical patent/JPH03240849A/en
Application granted granted Critical
Publication of JP3083533B2 publication Critical patent/JP3083533B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概要〕 仮想アドレス空間の開設サイズを動的に設定すること
を可能にした仮想アドレス空間管理処理方式に関し, 使用しないセグメントテーブルを作成しないようにし
て,実ページ資源を有効に利用できるようにすることを
目的とし, 仮想アドレス空間の生成時に,最小の空間サイズに対
応するセグメントテーブルを作成し,仮想アドレス空間
を開設する空間生成処理部と,リージョンの開設時に,
使用リージョンサイズに応じたセグメントテーブルを再
作成し,仮想アドレス空間の再開設を行うリージョン開
設処理部とを備え,使用リージョンサイズに応じて動的
に仮想アドレス空間が開設されるように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Regarding a virtual address space management processing method that can dynamically set the opening size of a virtual address space, an unused segment table is not created, and real page resources are allocated. For the purpose of effective use, when creating a virtual address space, create a segment table corresponding to the minimum space size and create a virtual address space.
A region opening processing unit for re-creating a segment table according to the used region size and re-establishing the virtual address space is provided, and a virtual address space is dynamically established according to the used region size.

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

本発明は,仮想アドレス空間の開設サイズを動的に設
定することを可能にした仮想アドレス空間管理処理方式
に関する。
TECHNICAL FIELD The present invention relates to a virtual address space management processing method that can dynamically set an opening size of a virtual address space.

近年,プログラムの巨大化に伴い,論理アドレス拡張
機能がサポートされ,システムの仮想アドレス空間の大
きさは,飛躍的に拡大されている。また,ワークステー
ション端末の増加等により,動作空間の数も増加してき
ている。これらによって,アドレス変換に用いるセグメ
ントテーブルに必要な実メモリが増加している。
In recent years, as the size of programs has increased, logical address expansion functions have been supported, and the size of the virtual address space of the system has been dramatically expanded. In addition, the number of operation spaces is increasing due to an increase in workstation terminals and the like. As a result, the actual memory required for the segment table used for the address translation is increasing.

しかし,従来の計算機では,セグメントテーブル用実
ページは,例えば16MB以下の限られた実メモリ資源から
割り当てる必要がある。したがって,論理アドレスおよ
び空間数の拡大を推進していくために,限られた16MB以
下の実メモリ資源を有効に利用する技術が求められてい
る。
However, in a conventional computer, a real page for a segment table needs to be allocated from a limited real memory resource of, for example, 16 MB or less. Therefore, in order to promote the expansion of logical addresses and the number of spaces, there is a need for a technology that effectively uses limited real memory resources of 16 MB or less.

〔従来の技術〕[Conventional technology]

第4図は従来技術の例を示す。 FIG. 4 shows an example of the prior art.

仮想記憶制御を採用する計算機システムでは,セグメ
ントテーブルおよびページテーブルにより,論理アドレ
スと実アドレスとの対応をとっている。
In a computer system adopting virtual storage control, correspondence between a logical address and a real address is established by a segment table and a page table.

このような計算機システムにおいて,従来,仮想アド
レス空間の開設サイズは,システムによって固定的な値
であった。この値は,システムの論理アドレスの最大値
である。
In such a computer system, the opening size of the virtual address space has conventionally been a fixed value depending on the system. This value is the maximum value of the logical address of the system.

仮想アドレス空間のサイズは,セグメントテーブルの
サイズにより決まる。空間の生成処理では,論理空間
(仮想アドレス空間)の最大値でセグメントテーブルを
作成し,リージョンと呼ばれるジョブ等への割り当て領
域の開設ごとに,リージョン部分のセグメントテーブル
を再設定している。未使用および開設前のリージョン部
分は,セグメント無効の状態に設定する。
The size of the virtual address space is determined by the size of the segment table. In the space generation process, a segment table is created with the maximum value of the logical space (virtual address space), and the segment table of the region portion is reset every time a region called a region is allocated to a job or the like. The unused and pre-opening regions are set to the segment invalid state.

従来の仮想アドレス空間の生成から消去までの処理概
要は,第4図に示すとおりである。
FIG. 4 shows an outline of processing from generation to erasure of a conventional virtual address space.

空間生成処理部20は,セグメントテーブルを作成し,
仮想アドレス空間を開設する。セグメントテーブルのサ
イズは,システムの論理空間の最大値に合わせ,初期化
を行う。特に,リージョンの部分については,無効状態
として初期化する。
The space generation processing unit 20 creates a segment table,
Open a virtual address space. The size of the segment table is initialized according to the maximum value of the logical space of the system. In particular, the region is initialized as an invalid state.

リージョン開設処理部21は,リージョン部分(基本リ
ージョンおよび拡張リージョン)のセグメントテーブル
の初期化を行う。
The region opening processing unit 21 initializes a segment table of a region portion (a basic region and an extended region).

リージョン閉鎖処理部22,リージョン部分のセグメン
トテーブルを無効状態に戻す。リージョン開設処理部21
およびリージョン閉鎖処理部22の処理は,ジョブステッ
プ等の計算機システムにおける実行単位ごとに行われ
る。
The region closing processing unit 22 returns the segment table of the region to an invalid state. Region opening processing section 21
The processing of the region closing processing unit 22 is performed for each execution unit in the computer system such as a job step.

空間終了処理部23は,すべてのセグメントテーブルを
返却し,空間を閉鎖する。
The space end processing unit 23 returns all the segment tables and closes the space.

空間生成処理部20は,STARTコマンドによるサブシステ
ムの起動や,端末のログオン時などに動作し,空間終了
処理部23は,STOPコマンドの投入や,端末のログオフ時
などに動作する。ただし,イニシエータ空間などは,シ
ステム起動時に空間の生成処理が行われ,システムの停
止時に空間が消去される。
The space generation processing unit 20 operates when a subsystem is started by a START command or when a terminal logs on, and the space end processing unit 23 operates when a STOP command is input or a terminal logs off. However, for the initiator space and the like, space generation processing is performed when the system is started, and the space is deleted when the system is stopped.

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

一般に,中・小型の計算機システムでは,論理アドレ
ス拡張機能を導入しても,システムの論理アドレスの最
大値(例えば,128MB,256MBまたは2GB)まで,拡張リー
ジョンを使用するジョブは少ない。
In general, even in the case of a small / medium-sized computer system, even if the logical address extension function is introduced, few jobs use the extended region up to the maximum value of the system logical address (for example, 128 MB, 256 MB or 2 GB).

したがって,生成する空間のすべてに対して,システ
ムの論理空間の最大値まで,セグメントテーブルを作成
すると,次のような問題がある。
Therefore, if a segment table is created for all the generated spaces up to the maximum value of the logical space of the system, the following problem occurs.

(1) 必要以上の実メモリが,セグメントテーブル用
に使われてしまうことになり,使用可能な実メモリ資源
が少なくなる。
(1) Unnecessary real memory is used for the segment table, and available real memory resources are reduced.

(2) 未使用領域に対するセグメントテーブルの設定
処理が必要になり,その分だけ処理性能が落ちる。
(2) The setting processing of the segment table for the unused area is required, and the processing performance is reduced by that much.

本発明は上記問題点の解決を図り,仮想アドレス空間
の開設サイズを動的に設定することを可能にして,使用
しないセグメントテーブルを作成しないようにし,実ペ
ージ資源を有効に利用できるようにすることを目的とし
ている。
SUMMARY OF THE INVENTION The present invention solves the above-mentioned problems, enables the setting of a virtual address space opening size dynamically, prevents the creation of an unused segment table, and enables effective use of real page resources. It is intended to be.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は本発明の原理説明図である。 FIG. 1 is a diagram illustrating the principle of the present invention.

第1図において,10はCPUおよびメモリなどからなるデ
ータ処理装置,11は仮想アドレス空間を生成する空間生
成処理部,12はユーザプログラム等が使用するリージョ
ンを開設するリージョン開設処理部,13はリージョンを
閉鎖するリージョン閉鎖処理部,14は仮想アドレス空間
を消去する空間終了処理部,15はアドレス変換に用いる
セグメントテーブルを表す。
In FIG. 1, reference numeral 10 denotes a data processing device including a CPU and a memory, reference numeral 11 denotes a space generation processing unit that generates a virtual address space, reference numeral 12 denotes a region opening processing unit that opens a region used by a user program or the like, and reference numeral 13 denotes a region. , A space end processing unit 14 for erasing the virtual address space, and 15 a segment table used for address conversion.

空間生成処理部11は,仮想アドレス空間の生成時に,
最小の空間サイズに対応するセグメントテーブル15
(a)を作成し,仮想アドレス空間を開設する処理を行
う。すなわち,基本域および拡張域の共通領域部分(基
本部)のみのセグメントテーブル15(a)を作成し,そ
の初期化を行う。
When generating a virtual address space, the space generation processing unit 11
Segment table 15 corresponding to minimum space size
(A) is created, and processing for opening a virtual address space is performed. That is, the segment table 15 (a) of only the common area part (basic part) of the basic area and the extended area is created and initialized.

リージョン開設処理部12は,リージョンの開設時に,
使用リージョンサイズに応じたセグメントテーブル15
(b)を再作成し,仮想アドレス空間の再開設を行う。
すなわち,必要となる拡張リージョンのサイズに応じ
て,論理空間のサイズを選択し,セグメントテーブル15
(b)の再初期化を行う。ここでは,基本リージョンお
よび拡張リージョン部分のセグメントテーブル15(b)
の初期化も行う。
When opening a region, the region opening processing unit 12
Segment table 15 according to used region size
(B) is recreated, and the virtual address space is reopened.
That is, the size of the logical space is selected according to the size of the necessary extended region, and the segment table 15 is selected.
(B) is reinitialized. Here, the segment table 15 (b) of the basic region and the extended region portion
Is also initialized.

リージョン閉鎖処理部13は,基本部および拡張部から
なるセグメントテーブル15(b)を,基本部だけのセグ
メントテーブル15(c)に作り直し,仮想アドレス空間
が最小の空間サイズに戻るように,空間の再開設を行
う。すなわち,空間生成処理直後と同様の状態に,セグ
メントテーブル15(c)を再初期化する。なお,次のジ
ョブステップ等がない場合には,この空間の再開設を省
略してもよい。
The region closing processing unit 13 recreates the segment table 15 (b) composed of the basic part and the extended part into the segment table 15 (c) of only the basic part, and returns the virtual address space to the minimum space size. Reopen. That is, the segment table 15 (c) is reinitialized to the same state as immediately after the space generation processing. If there is no next job step or the like, the re-establishment of this space may be omitted.

空間終了処理部14は,セグメントテーブル15(d)用
の実メモリを返却し,仮想アドレス空間を閉鎖する。
The space end processing unit 14 returns the real memory for the segment table 15 (d) and closes the virtual address space.

〔作用〕[Action]

本発明では,リージョンの開設処理時に,仮想アドレ
ス空間のサイズを空間ごとに選択し,セグメントテーブ
ル15を作成する手段を設けている。すなわち,使用リー
ジョンサイズに応じて動的に仮想アドレス空間が開設さ
れるようにしている。これにより,必要以上のセグメン
トテーブルを作成しないで済むようになる。
In the present invention, there is provided a means for selecting the size of the virtual address space for each space and creating the segment table 15 at the time of opening a region. That is, the virtual address space is dynamically established according to the used region size. As a result, it is not necessary to create an unnecessary segment table.

〔実施例〕〔Example〕

第2図は本発明の一実施例を説明するための仮想アド
レス空間の構成図,第3図は本発明の一実施例に係るリ
ージョン開設処理部の処理フローを示す。
FIG. 2 is a configuration diagram of a virtual address space for explaining one embodiment of the present invention, and FIG. 3 shows a processing flow of a region opening processing unit according to one embodiment of the present invention.

以下の例では,1セグメントの大きさが64KBであるとす
る。セグメントテーブル15は,最大4ページ(16384B)
であり,1エントリのサイズが4Bであるので,仮想アドレ
ス空間の最大サイズは,256MBとなる。なお,セグメント
テーブル15の内部構成については,周知であるので説明
を省略する。
In the following example, it is assumed that the size of one segment is 64 KB. Segment table 15 has a maximum of 4 pages (16384B)
Since the size of one entry is 4B, the maximum size of the virtual address space is 256 MB. Note that the internal configuration of the segment table 15 is well known and will not be described.

仮想アドレス空間は,第2図(イ)に示すように,16M
Bまでの基本域と16MB以上の拡張域とからなる。
As shown in Fig. 2 (a), the virtual address space is 16M
It consists of a basic area up to B and an extended area of 16 MB or more.

拡張リージョンの開設サイズにより,各仮想アドレス
空間ごとに開設サイズを決定できるように,仮想アドレ
ス空間は,拡張リージョン部分を最上位に配置する構成
とする。このように配置することにより,必要な仮想ア
ドレス空間のサイズは,拡張リージョンの最終アドレス
から決めることができる。
The virtual address space has a configuration in which the extended region portion is located at the highest level so that the established size can be determined for each virtual address space based on the opened size of the extended region. With this arrangement, the required size of the virtual address space can be determined from the last address of the extended region.

各空間のサイズが異なることにより,セグメントテー
ブル15のサイズも,第2図(ロ)に示すように異なるこ
とになる。ハードウェアのアドレス変換機構は,各空間
のセグメントテーブル長が,空間の切替え時に第1制御
レジスタ(CR1)に設定されるので,これにより,異な
るサイズのセグメントテーブル15に対処することができ
る。
Due to the difference in the size of each space, the size of the segment table 15 also differs as shown in FIG. The hardware address translation mechanism can handle segment tables 15 of different sizes, because the segment table length of each space is set in the first control register (CR1) when the space is switched.

仮想アドレス空間の開設を,空間の生成処理時に加え
て,リージョンの開設・閉鎖時にも行うようにする。ま
た,空間の開設サイズは,リージョンの開設サイズに応
じて,動的に決定するようにする。なお,空間の開設と
は,セグメントテーブル用の領域を獲得して,セグメン
トテーブルを作成することを意味する。
Opening of the virtual address space is performed not only at the time of space generation processing, but also at the time of opening and closing a region. In addition, the opening size of the space is dynamically determined according to the opening size of the region. Note that opening a space means obtaining a segment table area and creating a segment table.

これにより,仮想アドレス空間が64MBまでは,4096Bの
サイズのセグメントテーブル15で対処でき,仮想アドレ
ス空間が128MBまでは,8192Bのサイズのセグメントテー
ブル15で対処でき,仮想アドレス空間が最大の256MBま
では,16384Bのサイズのセグメントテーブル15で対処す
ることが可能となる。
As a result, up to 64 MB of virtual address space can be handled with a segment table 15 of 4096 B size, up to 128 MB of virtual address space can be handled with a segment table 15 of 8192 B size, and up to 256 MB of virtual address space. , 16384B in size.

第1図に示す空間生成処理部11は,基本域と拡張域の
共通領域のみの空間サイズ(64MB)でセグメントテーブ
ル15を初期化する。なお,基本リージョンおよび拡張リ
ージョンの一部は無効状態で初期化する。第1制御レジ
スタには,16進数で“3F"のセグメント長を設定する。
The space generation processing unit 11 shown in FIG. 1 initializes the segment table 15 with the space size (64 MB) of only the common area between the basic area and the extended area. Note that the basic region and part of the extended region are initialized in an invalid state. In the first control register, a segment length of “3F” is set in hexadecimal.

第1図に示すリージョン開設処理部12は,第3図に示
すような処理を行う。以下,第3図に示す処理〜に
従って説明する。
The region opening processing unit 12 shown in FIG. 1 performs a process as shown in FIG. Hereinafter, description will be made in accordance with the processing shown in FIG.

まず,要求された拡張リージョンサイズから,その
最終アドレスを求める。
First, the final address is obtained from the requested extended region size.

求めた最終アドレスから,必要となる仮想アドレス
空間のサイズがわかる。そこで,最適な空間サイズが,6
4MB以下か,128MB以下か,または128MBより大きいかの判
定を行う。64MB以下の場合,処理へ移り,128MB以下の
場合,処理へ移り,128MBより大きく256MBまでの場合
には,処理へ移る。
The required virtual address space size can be determined from the obtained final address. Therefore, the optimal space size is 6
It determines whether it is 4 MB or less, 128 MB or less, or larger than 128 MB. If the size is 64 MB or less, the process shifts to a process. If the size is 128 MB or less, the process shifts to a process. If the size is larger than 128 MB to 256 MB, the process shifts to a process.

空間サイズが64MBより大きく,128MB以下のときに
は,2ページ分のセグメントテーブル用メモリを獲得し
て,空間開設時のセグメントテーブルと入れ換えを行
い,128MB分のセグメントテーブルを再初期化する。第1
制御レジスタのセグメント長には,“7F"を設定する。
When the space size is larger than 64 MB and smaller than 128 MB, the segment table memory for two pages is acquired, replaced with the segment table at the time of opening the space, and the 128 MB segment table is reinitialized. First
Set "7F" for the segment length of the control register.

空間サイズが128MBより大きく,256MBまでのときに
は,4ページ分のセグメントテーブル用メモリを獲得し
て,空間開設時のセグメントテーブルと入れ換えを行
い,256MB分のセグメントテーブルを再初期化する。第1
制御レジスタのセグメント長には,“FF"を設定する。
When the space size is larger than 128 MB and up to 256 MB, the segment table memory for four pages is acquired, replaced with the segment table at the time of opening the space, and the segment table for 256 MB is reinitialized. First
Set "FF" to the segment length of the control register.

リージョン部分のセグメントテーブルの設定を行
う。具体的には,基本域および拡張域のリージョン用ペ
ージテーブルを獲得し,その部分のページテーブルをペ
ージ無効状態に初期化する。そして,リージョン部分の
セグメントテーブルのエントリを有効化する。
Set the segment table for the region. More specifically, a page table for the region in the basic area and the extended area is acquired, and the page table in that part is initialized to a page invalid state. Then, the entry of the segment table in the region portion is validated.

以上の実施例は,セグメントサイズが64KBである場合
の例であるが,セグメントサイズが1MBの場合でも,同
様に本発明を実施することができる。この場合,例えば
第2図に示すように,仮想アドレス空間のサイズを1GB
以下と,1GBから2GBまでの2種類とし,このどちらかの
空間サイズを動的に選択する。仮想アドレス空間が1GB
以下のとき,必要なセグメントテーブルのサイズは4096
Bであり,仮想アドレス空間がそれ以上のとき,必要な
セグメントテーブルのサイズは8192Bである。
Although the above embodiment is an example in which the segment size is 64 KB, the present invention can be similarly implemented when the segment size is 1 MB. In this case, for example, as shown in FIG.
The following two types are available from 1GB to 2GB, and either space size is dynamically selected. 1GB virtual address space
In the following cases, the required segment table size is 4096
B, and when the virtual address space is larger, the required segment table size is 8192B.

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

以上説明したように,本発明によれば,拡張リージョ
ンの開設サイズにより,各空間のサイズを設定できるの
で,必要最小限のセグメントテーブル用実ページで,シ
ステムを運用できるようになる。したがって,例えば16
MB以下の限られた実ページ資源の有効利用を図ることが
でき,システムの実メモリ負荷の軽減や空間数の拡大に
寄与するところが大きい。また,未使用領域のセグメン
トテーブルを作成しないため,空間の生成処理およびリ
ージョンの開設処理におけるセグメントテーブルの設定
に関する処理性能が向上する。
As described above, according to the present invention, the size of each space can be set according to the opening size of the extended region, so that the system can be operated with the minimum necessary number of actual pages for the segment table. Therefore, for example, 16
It can effectively use limited real page resources of less than MB, which greatly contributes to reducing the real memory load of the system and increasing the number of spaces. Further, since the segment table of the unused area is not created, the processing performance related to the setting of the segment table in the space generation process and the region opening process is improved.

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

第1図は本発明の原理説明図, 第2図は本発明の一実施例を説明するための仮想アドレ
ス空間の構成図, 第3図は本発明の一実施例に係るリージョン開設処理部
の処理フロー, 第4図は従来技術の例を示す。 図中,10はデータ処理装置,11は空間生成処理部,12はリ
ージョン開設処理部,13はリージョン閉鎖処理部,14は空
間処理終了部,15はセグメントテーブルを表す。
FIG. 1 is a diagram for explaining the principle of the present invention, FIG. 2 is a configuration diagram of a virtual address space for explaining an embodiment of the present invention, and FIG. Processing flow, FIG. 4 shows an example of the prior art. In the figure, 10 is a data processing device, 11 is a space generation processing unit, 12 is a region opening processing unit, 13 is a region closing processing unit, 14 is a space processing end unit, and 15 is a segment table.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】仮想アドレス空間をセグメントテーブル
(15)により管理する計算機システムにおける仮想アド
レス空間管理処理方式において, 仮想アドレス空間の生成時に,最小の空間サイズに対応
するセグメントテーブルを作成し,仮想アドレス空間を
開設する空間生成処理部(11)と, リージョンの開設時に,使用リージョンサイズに応じた
セグメントテーブルを再作成し,仮想アドレス空間の再
開設を行うリージョン開設処理部(12)とを備え, 使用リージョンサイズに応じて動的に仮想アドレス空間
が開設されるようにしたことを特徴とする仮想アドレス
空間管理処理方式。
In a virtual address space management processing method in a computer system which manages a virtual address space by a segment table (15), when a virtual address space is generated, a segment table corresponding to a minimum space size is created, and a virtual address space is created. A space generation processing unit (11) for opening a space, and a region opening processing unit (12) for re-creating a segment table according to a used region size and opening a virtual address space when opening a region; A virtual address space management processing method characterized in that a virtual address space is dynamically opened according to a used region size.
JP02037896A 1990-02-19 1990-02-19 Virtual address space management processing method Expired - Fee Related JP3083533B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02037896A JP3083533B2 (en) 1990-02-19 1990-02-19 Virtual address space management processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02037896A JP3083533B2 (en) 1990-02-19 1990-02-19 Virtual address space management processing method

Publications (2)

Publication Number Publication Date
JPH03240849A JPH03240849A (en) 1991-10-28
JP3083533B2 true JP3083533B2 (en) 2000-09-04

Family

ID=12510306

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02037896A Expired - Fee Related JP3083533B2 (en) 1990-02-19 1990-02-19 Virtual address space management processing method

Country Status (1)

Country Link
JP (1) JP3083533B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6981125B2 (en) * 2003-04-22 2005-12-27 International Business Machines Corporation Method and apparatus for managing shared virtual storage in an information handling system

Also Published As

Publication number Publication date
JPH03240849A (en) 1991-10-28

Similar Documents

Publication Publication Date Title
US9678862B2 (en) Computer system, memory management method and program thereof
TWI282496B (en) Method for partitioning memory mass storage device and device thereof
US8959307B1 (en) Reduced latency memory read transactions in storage devices
JP2839201B2 (en) Virtual computer system
US6088779A (en) System and method for execution management of computer programs
JP3219826B2 (en) Information processing device
US8738890B2 (en) Coupled symbiotic operating system
US6952793B2 (en) Computer system and methods for acquiring dump information and system recovery
JP2007257636A (en) Method, system and computer program for allocating dma address space
JPH06348584A (en) Data processing system
JP5158206B2 (en) Memory initialization method, memory initialization program
JP3083533B2 (en) Virtual address space management processing method
JPH03209543A (en) Personal computer
JPH05274198A (en) Information processor
JP2006085393A (en) High-speed transfer method for data from device, and data processor
KR100372886B1 (en) Real time scheduling method by standby process
Gutheil et al. User–mode device driver development
JP5511747B2 (en) Image forming apparatus and image forming program
KR100408653B1 (en) Method for dual supporting of OS in a 3G asynchronous system
JPH08147253A (en) Data processor
Alberto et al. User-Mode DMA
JPS63131246A (en) Page release device
JPH06337848A (en) Data processing system
JPH04213743A (en) Information processor
JPH06110702A (en) Procedure call translator

Legal Events

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