JP2535584B2 - Real memory fixed processing computer - Google Patents

Real memory fixed processing computer

Info

Publication number
JP2535584B2
JP2535584B2 JP63041035A JP4103588A JP2535584B2 JP 2535584 B2 JP2535584 B2 JP 2535584B2 JP 63041035 A JP63041035 A JP 63041035A JP 4103588 A JP4103588 A JP 4103588A JP 2535584 B2 JP2535584 B2 JP 2535584B2
Authority
JP
Japan
Prior art keywords
real
storage area
real storage
memory
fixed mode
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
JP63041035A
Other languages
Japanese (ja)
Other versions
JPH01216446A (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 JP63041035A priority Critical patent/JP2535584B2/en
Publication of JPH01216446A publication Critical patent/JPH01216446A/en
Application granted granted Critical
Publication of JP2535584B2 publication Critical patent/JP2535584B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 〔概 要〕 仮想記憶領域に実記憶領域を割り当てる仮想記憶方式
の計算機において、割当状態を所要の期間固定するため
の処理方式に関し、 高速化した実記憶固定処理方式を目的とし、 主記憶上の実記憶領域を所要の仮想記憶領域に割り当
て、又該割当を解除する管理を行う実記憶管理部を有
し、該実記憶領域を割り当てた該仮想記憶領域にアクセ
スするカーネルプログラムを含むプログラムを実行する
計算機において、該カーネルプログラムによって所定の
状態に設定可能な実記憶固定モード表示を設け、該実記
憶管理部は該仮想記憶領域に割り当てられている該実記
憶領域について、該割当状態を解除する処理の実行可否
を、該実記憶固定モード表示の設定状態によって識別す
るように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] In a virtual storage system computer that allocates a real storage area to a virtual storage area, a processing method for fixing the allocation state for a required period is described as a high-speed real storage fixed processing method. For the purpose, the real storage area on the main storage is allocated to a required virtual storage area, and a real storage management unit that manages to release the allocation is provided, and the virtual storage area to which the real storage area is allocated is accessed. In a computer that executes a program including a kernel program, a real storage fixed mode display that can be set to a predetermined state by the kernel program is provided, and the real storage management unit indicates the real storage area assigned to the virtual storage area. Whether or not the process of canceling the allocation state can be executed is identified by the setting state of the real memory fixed mode display.

〔産業上の利用分野〕 本発明は、仮想記憶領域に実記憶領域を割り当てる仮
想記憶方式の計算機において、割当状態を所要の期間不
変に固定するための処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a processing method for fixing an allocation state invariant for a required period in a virtual storage system computer that allocates a real storage area to a virtual storage area.

〔従来の技術〕[Conventional technology]

第3図は計算機の構成例を示すブロック図であり、い
わゆる仮想記憶方式の計算機において、仮想記憶空間の
例えば全領域のプログラム及びデータは外部記憶装置1
に格納され、仮想空間3の中の所要の仮想記憶領域に処
理装置2の主記憶上の実記憶領域4を分割して割り当
て、外部記憶装置1からその部分のプログラム又はデー
タを実記憶領域4にロードすることにより、処理装置2
において実際に仮想記憶領域にアクセスすることが可能
になる。
FIG. 3 is a block diagram showing an example of the configuration of a computer. In the so-called virtual memory type computer, programs and data of, for example, all areas of the virtual memory space are stored in the external storage device 1.
The real storage area 4 in the main memory of the processing device 2 is divided and allocated to the required virtual storage area in the virtual space 3 and the program or data of that portion is stored in the real storage area 4 from the external storage device 1. By loading the processing device 2
In, it becomes possible to actually access the virtual storage area.

各実記憶領域4は、主記憶を例えば一定の大きさのペ
ージに分割した記憶領域であり、実記憶管理部5がそれ
らの実記憶領域を管理し、公知のように、仮想記憶領域
に割り当てた実記憶領域については仮想アドレスと実ア
ドレスの対応を示すページテーブル等と呼ばれるアドレ
ス変換手段を設定する。
Each real storage area 4 is a storage area obtained by dividing the main storage into, for example, pages of a certain size, and the real storage management unit 5 manages these real storage areas and allocates them to virtual storage areas as is known. For the real storage area, an address conversion unit called a page table or the like showing the correspondence between virtual addresses and real addresses is set.

実記憶領域4にロードされて実行するプログラムが仮
想記憶領域にアクセスしようとして、その領域が実記憶
領域にロードされて無い状態(これをページフォールト
状態という)が検出されると、割込発生等の手段によっ
て実記憶管理部5に通知される。
When a program loaded and executed in the real storage area 4 tries to access the virtual storage area and a state in which the area is not loaded in the real storage area (this is called a page fault state) is detected, an interrupt occurs, etc. The means is notified to the real memory management unit 5.

実記憶管理部5は、未割当の実記憶領域を決定して、
アクセス要求の仮想記憶領域に割り当て、その部分の情
報を外部記憶装置1からロードして、前記のようにアク
セス可能の状態にする。
The real storage management unit 5 determines an unallocated real storage area,
It is assigned to the virtual storage area of the access request, and the information of that portion is loaded from the external storage device 1 to make it accessible as described above.

又その場合に、すべての実記憶領域が割当済になって
いた場合には、公知の適当な論理によって、割当済の中
から所定の条件の実記憶領域を選択し、仮想記憶領域へ
の割当を解除する処理をした後、前記のようにアクセス
要求のある仮想記憶領域へ割り当てる。
Further, in this case, if all the real storage areas have already been allocated, a well-known appropriate logic is used to select the real storage area of a predetermined condition from among the already allocated areas and allocate it to the virtual storage area. After performing the processing for canceling the access, the virtual storage area having the access request is allocated as described above.

少なくとも以上のようにしてアクセス可能になるまで
は、ページフォールトに遭遇したプログラムの実行は中
断されるので、そのプログラムは実行再開に必要な制御
情報を保存して、実行可能になるのを待つ状態になる。
Execution of the program that encounters the page fault is suspended until it becomes accessible at least as described above, so the program saves the control information necessary for resuming execution and waits until it becomes executable. become.

公知のように、オペレーティングシステムが提供する
サービスを実行するために、応用プログラムからの所定
の要求によって呼び出されるプログラムに、例えばカー
ネルプリミティブルーチン等と呼ばれ、最下層の制御を
サービスする各種プログラムがある。
As is well known, there are various programs called, for example, kernel primitive routines, which are called by a predetermined request from an application program in order to execute a service provided by an operating system, and which control the lowest layer. .

このカーネルプリミティブルーチンの各サービスごと
のプログラムは、それぞれ比較的短時間で終わる処理を
行うものであるので、必要な仮想記憶領域にはすべて実
記憶領域が割り当てられていて、ページフォールトによ
る実行中断は発生しないものとして、再開制御情報のセ
ーブや、中断中に実行される他のプログラムによる干渉
等を考慮しない構成とすることにより、処理の高速化を
図っている。
The program for each service of this kernel primitive routine performs processing that ends in a relatively short time, so all real storage areas are allocated to the necessary virtual storage areas, and execution interruption due to page faults is not possible. As a configuration that does not occur, the speed of the process is increased by adopting a configuration that does not consider saving of the restart control information and interference by other programs executed during the interruption.

そのために、カーネルプリミティブルーチンの各プロ
グラム6は、第4図に処理の流れを示すように、実行の
最初に処理ステップ10で実記憶管理部5に対して、自分
がアクセスする個々の仮想記憶領域を指定して実記憶固
定を要求し、実記憶管理部5は処理ステップ11で実記憶
固定処理を実行する。
Therefore, each program 6 of the kernel primitive routine, as shown in the flow of processing in FIG. Is requested to request fixing of the real memory, and the real memory managing unit 5 executes the real memory fixing process in processing step 11.

実記憶固定処理は、指定された仮想記憶領域に実記憶
領域が割当済か全領域内を一々チェックして、すべてに
実記憶領域を割り当ててアクセス可能にし、且つ割り当
てた各実記憶領域を固定状態にする処理である。この処
理を実記憶管理部5は実記憶の管理単位ごとに行う必要
があり、特にステップ11の実記憶固定処理はチェックの
ために相当の処理時間を必要とした。
The real storage fixing process checks whether the real storage area is already allocated to the specified virtual storage area and checks all the areas one by one, allocates the real storage areas to all and makes them accessible, and fixes each allocated real storage area. This is the process of setting the status. It is necessary for the real memory management unit 5 to perform this process for each management unit of the real memory, and in particular, the real memory fixing process of step 11 requires a considerable processing time for checking.

固定状態とは、その状態が設定されている実記憶領域
の割当解除を禁止することを示す状態であり、実記憶の
管理情報において固定状態が設定された実記憶領域につ
いては、固定解除の要求があるまで、実記憶管理部5に
より割当状態の維持が保証される。
The fixed state is a state that prohibits the de-allocation of the real storage area in which the fixed state is set, and the fixed release request is issued for the real storage area in which the fixed state is set in the management information of the real storage. Until there is, the real storage management unit 5 guarantees that the allocation state is maintained.

実記憶管理部5で固定処理を終わった後、処理ステッ
プ12でカーネルプリミティブルーチンの処理を実行し、
固定した領域へのアクセスを実行する処理を終了する
と、処理ステップ13で実記憶管理部5に実記憶固定解除
を要求し、処理ステップ14で指定された領域の固定状態
を解除する。
After the fixed processing is completed in the real memory management unit 5, the processing of the kernel primitive routine is executed in processing step 12,
When the processing for accessing the fixed area is completed, the real memory management unit 5 is requested to release the real memory fixation in processing step 13, and the fixed state of the area specified in processing step 14 is released.

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

前記のようにカーネルプリミティブルーチンはページ
フォールトを起こさないように、実行の最初に実記憶固
定を実記憶管理部5に要求して、固定処理を行うが、実
際は殆どの場合においてその仮想記憶領域は例えばサー
ビス要求元の領域であって既に実記憶領域が割当済にな
っている。
As described above, the kernel primitive routine requests the real memory fixing to the real memory management unit 5 at the beginning of execution so as not to cause a page fault, and performs the fixed processing. However, in most cases, the virtual memory area is For example, a real storage area, which is the service request source area, has already been allocated.

そのように必要な領域がすべて割当済であれば、前記
のように実記憶管理部5に要求して制御を移行し、実記
憶管理部5によって個々の領域に対して、個々に固定及
び固定解除処理を行うのは冗長な処理となり、そのよう
なオーバヘッドを除くことが望まれる。
If all the required areas have been allocated, the real storage management unit 5 is requested to transfer control as described above, and the real storage management unit 5 individually fixes and fixes each area. The cancellation process is a redundant process, and it is desirable to eliminate such overhead.

本発明は、このようなオーバヘッドを削減して高速化
した実記憶固定処理方式を目的とする。
An object of the present invention is to reduce the overhead and speed up the real memory fixed processing method.

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

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図の外部記憶装置1に保持する仮想記憶空間のプログ
ラム、データを処理装置2の実記憶領域4にロードして
実行するシステムで、処理装置2に各プログラムが設定
可能な実記憶固定モード表示21を設け、実記憶管理部20
は実記憶領域を仮想記憶領域に割り当てる処理におい
て、実記憶固定モード表示21により実記憶領域の割当解
除可否を識別する。
In the system for loading the programs and data of the virtual storage space held in the external storage device 1 in the figure to the real storage area 4 of the processing device 2 and executing them, the real storage fixed mode display 21 in which each program can be set in the processing device The real memory management unit 20
In the process of allocating a real storage area to a virtual storage area, the real storage fixed mode display 21 identifies whether or not the real storage area can be deallocated.

〔作 用〕[Work]

処理装置2で実行される実記憶管理部20は、主記憶上
の実記憶領域を所要の仮想記憶領域に割り当て、又割当
を解除する管理を行う。
The real memory management unit 20 executed by the processing device 2 manages the real memory area on the main memory to be allocated to a required virtual memory area and released.

処理装置2に設ける実記憶固定モード表示21は、処理
装置2で実行されるプログラムによって設定することが
でき、実記憶固定モードか否かを表示するものとする。
The real storage fixed mode display 21 provided in the processing device 2 can be set by a program executed by the processing device 2, and displays whether or not the real storage fixed mode is set.

実記憶管理部20は仮想記憶領域に割り当てられている
実記憶領域の割当状態の解除を要する場合に、実記憶固
定モード表示21をテストし、実記憶固定モードに設定さ
れている場合には割当解除処理を実行せず、実記憶固定
モードでない場合に限り、その他の所要条件が満足され
れば解除処理を実行する。
The real storage management unit 20 tests the real storage fixed mode display 21 when the real storage area allocated to the virtual storage area needs to be released, and when the real storage fixed mode is set, the real storage fixed mode display 21 is allocated. Only when the release mode is not executed and the real memory fixed mode is not set, the release process is executed if other required conditions are satisfied.

以上の処理方式により、実記憶が割当済になっている
領域に対する割当解除を禁止して処理を行えばよいプロ
グラムにおいては、実記憶固定モード表示21を設定する
のみでよく、使用する個々の領域の固定、固定解除を実
記憶管理部20に要求して実行する必要が無くなるので、
処理時間が削減される。
With the above processing method, in a program in which it is possible to perform the processing by prohibiting the deallocation of the area where the real memory is already allocated, it is only necessary to set the real memory fixed mode display 21, and the individual area to be used Since it is no longer necessary to request and execute the fixing and releasing the fixing of the real storage management unit 20,
Processing time is reduced.

〔実施例〕〔Example〕

第1図において、第3図と同符号で示す部分は前記従
来のシステムと同様とし、又実記憶管理部20は以下に特
に述べる機能が追加される他は、前記従来の実記憶管理
部5と同様に主記憶上の実記憶領域を所要の仮想記憶領
域に割り当て、又割当を解除する管理を実行する。な
お、本発明による実記憶固定機能を設ける場合にも、前
記従来の場合と同様に各実記憶領域ごとに固定状態を設
定して固定する機能は、後述のような使用及びその他の
場合のために必要である。
In FIG. 1, the parts denoted by the same reference numerals as those in FIG. 3 are the same as those in the conventional system, and the real memory management unit 20 has the functions described below, except that the conventional real memory management unit 5 is used. Similarly to the above, the real storage area in the main storage is allocated to a required virtual storage area, and management for canceling the allocation is executed. Even when the real memory fixing function according to the present invention is provided, the function of setting the fixed state for each real memory area and fixing the same is the same as in the case of the above-mentioned conventional case, for the use as described later and other cases. Needed for.

前記例のカーネルプリミティブルーチンは本発明によ
り実記憶固定に関する処理部分を変更し、そのプログラ
ム22は、例えば第2図の処理の流れに示すように、先ず
処理ステップ30で、処理装置2に設ける実記憶固定モー
ド表示21を実記憶固定モードに設定する。
According to the present invention, the kernel primitive routine of the above example changes the processing part relating to the real memory fixing, and the program 22 thereof is first provided in the processing device 2 in the processing step 30 as shown in the processing flow of FIG. The memory fixed mode display 21 is set to the actual memory fixed mode.

実記憶固定モード表示21は、所要のプログラムが設定
し、実記憶管理部20が読み取れるように処理装置2の例
えば主記憶の記憶領域に設けられ、例えばオン状態で実
記憶固定モードを表示し、オフ状態で非固定モードを表
示するようにする。又、必要な場合には、実記憶固定モ
ード表示21をカウンタにして、例えば非固定モードを
‘0'とし、カウント値‘1'以上を実記憶固定モードの表
示として、モード設定/解除ごとに‘1'だけカウントア
ップ/ダウンするようにしてもよい。
The real memory fixed mode display 21 is set in a storage area of, for example, the main memory of the processing device 2 so that the real memory management unit 20 can read the real memory fixed mode display 21, and displays the real memory fixed mode in the ON state, for example. Display non-fixed mode in the off state. If necessary, the real memory fixed mode display 21 is used as a counter, for example, the non-fixed mode is set to "0", and the count value "1" or more is displayed as the real memory fixed mode. You may make it count up / down only by "1".

次に処理ステップ31で、必要な仮想記憶領域につい
て、所定命令により仮のアクセスを実行して、実記憶領
域が割り当てられているか否かをチェックする。
Next, in process step 31, a temporary access is executed for a necessary virtual storage area by a predetermined instruction to check whether or not a real storage area is allocated.

その結果必要な領域がすべて実記憶領域割当済であれ
ば、処理ステップ32で、それらの領域にアクセスを要す
るカーネルプリミティブの処理を実行し、終了すれば処
理ステップ33で実記憶固定モード表示21を非固定モード
にリセット(又はカウントダウン)する。
As a result, if all the necessary areas have been allocated to the real storage areas, the processing of kernel primitives that require access to those areas is executed in processing step 32, and when the processing is finished, the real storage fixed mode display 21 is displayed in processing step 33. Reset (or count down) to non-fixed mode.

従って以上により、未割当領域が無かった場合には、
従来のような実記憶管理部20との制御移行及び実記憶固
定処理を行うこと無く、カーネルプリミティブルーチン
の処理が行われる。
Therefore, if there is no unallocated area,
The process of the kernel primitive routine is performed without performing the control transfer with the real memory management unit 20 and the real memory fixed process as in the related art.

しかし、実記憶管理部20は割当状態の解除を要する場
合に、実記憶固定モード表示21をテストし、実記憶固定
モードであれば割当解除処理を実行せず、非固定モード
に限り、その他の所要条件が満足されれば解除処理を実
行するので、実記憶の固定の目的は上記によって達成さ
れる。
However, when it is necessary to release the allocation state, the real memory management unit 20 tests the real memory fixed mode display 21, does not execute the deallocation processing in the real memory fixed mode, and only in the non-fixed mode, other Since the release processing is executed if the required condition is satisfied, the purpose of fixing the real memory is achieved by the above.

処理ステップ31のチェックの結果、必要な仮想記憶領
域に実記憶領域未割当の領域があった場合には、処理ス
テップ34で実記憶固定モード表示21を非固定モードにリ
セットした後、第4図の処理ステップ10で始まる従来の
処理を開始する。
As a result of the check in processing step 31, if there is a real storage area unallocated area in the required virtual storage area, after resetting the real storage fixed mode display 21 to the non-fixed mode in processing step 34, the process shown in FIG. The conventional process starting at process step 10 is started.

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

以上の説明から明らかなように本発明によれば、仮想
記憶方式の計算機の、実記憶割当状態を所要の期間固定
するための処理において、単に実記憶の割当解除を禁止
すればよい場合には、実記憶固定モード表示を設定する
のみでよいので、当該処理の時間が削減されて、計算機
の処理効率を向上するという著しい工業的効果がある。
As is apparent from the above description, according to the present invention, in the processing for fixing the real storage allocation state of the virtual storage system computer for a required period, if it is sufficient to simply deallocate the real storage, Since it is only necessary to set the real memory fixed mode display, there is a remarkable industrial effect that the processing time is reduced and the processing efficiency of the computer is improved.

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

第1図は本発明の構成を示すブロック図、 第2図は本発明の処理の流れ図、 第3図は従来の構成例を示すブロック図、 第4図は従来の処理の流れ図 である。 図において、 1は外部記憶装置、2は処理装置、 3は仮想空間、4は実記憶領域、 5、20は実記憶管理部、6、22はプログラム、 21は実記憶固定モード表示、 10〜14、30〜34は処理ステップ を示す。 FIG. 1 is a block diagram showing the configuration of the present invention, FIG. 2 is a flow chart of the process of the present invention, FIG. 3 is a block diagram showing a conventional configuration example, and FIG. 4 is a flow diagram of the conventional process. In the figure, 1 is an external storage device, 2 is a processing device, 3 is a virtual space, 4 is a real storage area, 5 and 20 are real storage management units, 6 and 22 are programs, 21 is a real storage fixed mode display, 10- 14, 30 to 34 indicate processing steps.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】主記憶上の実記憶領域(4)を所要の仮想
記憶領域に割り当て、又該割当を解除する管理を行う実
記憶管理部(20)を有し、該実記憶領域を割り当てた該
仮想記憶領域にアクセスするカーネルプログラムを含む
プログラム(22)を実行する計算機において、 該カーネルプログラムによって所定の状態に設定可能な
実記憶固定モード表示(21)を設け、 該実記憶管理部(20)は該仮想記憶領域に割り当てられ
ている該実記憶領域(4)について、該割当状態を解除
する処理の実行可否を、該実記憶固定モード表示(21)
の設定状態によって識別することを特徴とする実記憶固
定処理計算機。
1. A real storage management unit (20) for allocating a real storage area (4) on a main memory to a required virtual storage area, and for managing the release of the allocation, the real storage area being allocated. In a computer that executes a program (22) including a kernel program that accesses the virtual storage area, a real storage fixed mode display (21) that can be set to a predetermined state by the kernel program is provided, and the real storage management unit ( 20) indicates whether or not the real storage area (4) allocated to the virtual storage area can be released from the allocated state, in the real storage fixed mode (21).
A real memory fixed processing computer characterized by being identified according to the setting state of.
JP63041035A 1988-02-24 1988-02-24 Real memory fixed processing computer Expired - Fee Related JP2535584B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63041035A JP2535584B2 (en) 1988-02-24 1988-02-24 Real memory fixed processing computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63041035A JP2535584B2 (en) 1988-02-24 1988-02-24 Real memory fixed processing computer

Publications (2)

Publication Number Publication Date
JPH01216446A JPH01216446A (en) 1989-08-30
JP2535584B2 true JP2535584B2 (en) 1996-09-18

Family

ID=12597144

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63041035A Expired - Fee Related JP2535584B2 (en) 1988-02-24 1988-02-24 Real memory fixed processing computer

Country Status (1)

Country Link
JP (1) JP2535584B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62184535A (en) * 1986-02-10 1987-08-12 Hitachi Ltd System for making operating system nonresident

Also Published As

Publication number Publication date
JPH01216446A (en) 1989-08-30

Similar Documents

Publication Publication Date Title
EP0238158B1 (en) Copy-on-write segment sharing in a virtual memory, virtual machine data processing system
US5539899A (en) System and method for handling a segmented program in a memory for a multitasking data processing system utilizing paged virtual storage
US8151275B2 (en) Accessing copy information of MMIO register by guest OS in both active and inactive state of a designated logical processor corresponding to the guest OS
US8453015B2 (en) Memory allocation for crash dump
US5414848A (en) Method and apparatus for sharing a common routine stored in a single virtual machine with other virtual machines operating in a preemptive muli-tasking computer system
US5274789A (en) Multiprocessor system having distributed shared resources and dynamic and selective global data replication
US5675793A (en) Dynamic allocation of a common buffer for use by a set of software routines
US5526523A (en) Interface between operating system and operating system extension
USRE36462E (en) Method to control paging subsystem processing in virtual memory data processing system during execution of critical code sections
EP0239181B1 (en) Interrupt requests serializing in a virtual memory data processing system
EP0232960A2 (en) Method for automatically extending the size of a segment in a page segmented virtual memory data processing system
JPH0566621B2 (en)
GB2265734A (en) Free memory cell management system
JPH0328943A (en) Overlay management method
US6895583B1 (en) Task control block for a computing environment
JP2535584B2 (en) Real memory fixed processing computer
JPH0548500B2 (en)
US20030187906A1 (en) Allocation of potentially needed resources prior to complete transaction receipt
JP3163196B2 (en) Instruction interruption information storage control method in virtual storage control
JPH09190375A (en) Shared memory management method
JP3342597B2 (en) Exclusive control method for disk subsystem and shared resources
JPH0658647B2 (en) Page fault test method on computer
JPH0567973B2 (en)
JPH047763A (en) Control system for assignment of main storage
JPH11161506A (en) Dispatch method for information processor, information processor and storage medium thereof

Legal Events

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