JPH04291419A - Multi-load module protection system - Google Patents

Multi-load module protection system

Info

Publication number
JPH04291419A
JPH04291419A JP3055298A JP5529891A JPH04291419A JP H04291419 A JPH04291419 A JP H04291419A JP 3055298 A JP3055298 A JP 3055298A JP 5529891 A JP5529891 A JP 5529891A JP H04291419 A JPH04291419 A JP H04291419A
Authority
JP
Japan
Prior art keywords
load module
load
module
modules
protectable
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.)
Granted
Application number
JP3055298A
Other languages
Japanese (ja)
Other versions
JP2934039B2 (en
Inventor
Tetsuo Fujimoto
哲男 藤本
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 JP3055298A priority Critical patent/JP2934039B2/en
Publication of JPH04291419A publication Critical patent/JPH04291419A/en
Application granted granted Critical
Publication of JP2934039B2 publication Critical patent/JP2934039B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Storage Device Security (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE:To evade the deterioration of the system processing ability and to prevent the destruction of an area in a multi-load module protection system by assuring the cooperation between the protectable and unprotectable load modules. CONSTITUTION:A multi-module component load module 1 is provided together with a load module evolving part 5 which evolves collectively the protectable and unprotectable modules included in the modules 1 into a main storage through the protection boundary adjustment and also performs the reresolution of the address constant of each load module. Then the protection is set in the area of a protectable load module which is evolved by the part 5.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、複数ロードモジュール
の主記憶上における保護を行う複数ロードモジュール保
護方式であって、複数モジュール構成ロードモジュール
を主記憶に展開したときの保護を図る複数ロードジュー
ル保護方式に関するものである。複数モジュール構成ロ
ードモジュールは、プロテクト可能モジュールとプロテ
クト不可能モジュールとが混在している影響でハードウ
ェアのプロテクト機能の適用ができなくなっており、か
つ主記憶内のプログラム配置が低位アドレスに相当する
ため、領域破壊の影響を受け易い位置に存在する。この
ため、他のプログラムの誤りによって、ロードモジュー
ル全体のプログラム領域がいつでも破壊される可能性が
ある。そこで、このように構成されているプログラムに
おいてもプロテクト(記憶保護)化が要求されている。
[Industrial Field of Application] The present invention is a multiple load module protection method for protecting multiple load modules on main memory, and the present invention is a multiple load module protection method for protecting multiple load modules when they are deployed in the main memory. It concerns the protection method. The hardware protection function cannot be applied to the multi-module configuration load module due to the mix of protectable and unprotectable modules, and the program location in main memory corresponds to low-order addresses. , located in a position susceptible to area destruction. Therefore, the entire program area of the load module may be destroyed at any time due to an error in another program. Therefore, protection (memory protection) is required even for programs configured in this manner.

【0002】0002

【従来の技術】従来、主記憶保護領域は、ページ単位や
セグメント単位などがプロテクトのブロック単位である
ため、複数モジュール構成ロードモジュールの場合には
、図4の■に示すように、プロテクト対象モジュール群
内にダミーモジュールを登録し、プロテクト境界を調整
して主記憶常駐プログラム域にローディングすることが
一般的に考えられる。また、図4の■に示すように、主
記憶に展開するロードモジュール単位(大きさ)から主
記憶上にそのプロテクト範囲を決定してその範囲に対象
とする単体のロードモジュールをローディングすること
が考えられる。
[Prior Art] Conventionally, the main memory protection area is protected in block units such as page units and segment units. A common idea is to register a dummy module within the group, adjust the protect boundary, and load it into the main memory resident program area. Additionally, as shown in ■ in Figure 4, it is possible to determine the protect range on the main memory based on the unit (size) of the load module expanded to the main memory, and then load the target single load module into that range. Conceivable.

【0003】0003

【発明が解決しようとする課題】上述したように、ペー
ジ単位やセグメント単位などのプロテクトのブロック単
位に保護領域を決定する必要があるため、複数モジュー
ル構成ロードモジュールはプロテクト可能なロードモジ
ュールと不可能なロードモジュールに分ける必要がある
。しかし、OSの核の一部として存在するロードモジュ
ール(主記憶常駐ロードモジュール)はシステムの効率
的な制御を行う上でロードモジュール内における個々の
ロードモジュールと密接な連携を持っており、ロードモ
ジュール内に定義してあるアドレス定義の決定において
、関連ロードモジュールの処理能力を低下させるという
問題があり、ロードモジュールをプロテクト可能なロー
ドモジュールとプトテクト不可能なロードモジュールの
2つに分けることができない。また、OSの核となるロ
ードモジュールの全体規模が大きく、主記憶上の配置に
おいても比較的に低位アドレスに配置されるため、他の
プログラムの誤動作による領域破壊の影響を受け易く、
複数モジュール構成ロードモジュールを何らかの保護が
必要とされている。
[Problems to be Solved by the Invention] As mentioned above, since it is necessary to determine the protection area in units of protection blocks such as pages and segments, load modules with multiple module configurations can be protected while others are not. It is necessary to separate it into different load modules. However, the load module (main memory resident load module) that exists as part of the core of the OS has close cooperation with the individual load modules within the load module in order to efficiently control the system. There is a problem in determining the address definition defined in the file, which lowers the processing capacity of the related load module, and it is not possible to divide the load module into two types: a protectable load module and a non-protectable load module. In addition, the overall size of the load module, which is the core of the OS, is large and it is located at a relatively low address in main memory, so it is easily affected by area destruction due to malfunction of other programs.
Some protection is required for load modules with multiple module configurations.

【0004】本発明は、複数モジュール構成ロードモジ
ュールについてプロテクト可能のロードモジュールとプ
ロテクト不可能のロードモジュールにまとめ境界調整を
行って主記憶上にローディング、アドレス定数の解決お
よびプロテクト機能の設定を行い、プロテクト可能ロー
ドモジュールとプロテクト不可能ロードモジュールの連
携を保証、システム処理能力の低下を回避、領域破壊を
防ぐことを目的としている。
[0004] The present invention groups load modules having a plurality of modules into load modules that can be protected and load modules that cannot be protected, performs boundary adjustment, loads them onto main memory, resolves address constants, and sets protection functions. The purpose is to ensure cooperation between protectable load modules and unprotectable load modules, avoid a decline in system processing capacity, and prevent area destruction.

【0005】[0005]

【課題を解決するための手段】図1は、本発明の原理構
成図を示す。図1において、複数モジュール構成ロード
モジュール1は、プロテクト可能なロードモジュールと
プロテクト不可能なロードモジュールから構成されるコ
ンパイルしてリンクした1つのロードモジュールである
[Means for Solving the Problems] FIG. 1 shows a diagram of the principle configuration of the present invention. In FIG. 1, a multi-module configuration load module 1 is one compiled and linked load module consisting of a protectable load module and an unprotectable load module.

【0006】ロードモジュール再編集部2は、複数モジ
ュール構成ロードモジュール1について、ロードモジュ
ール再編集制御データ3をもとに、プロテクト可能なロ
ードモジュールとプロテクト不可能なロードモジュール
にまとめた、再編集ロードモジュール4を生成するもの
である。ロードモジュール展開部5は、起動時に、再編
集ロードモジュール4からプロテクト可能なロードモジ
ュールとプロテクト不可能なロードモジュールを取り出
して境界調整を行って主記憶上に展開、およびロードモ
ジュールのアドレス定数の解決を行うものである。
[0006] The load module re-editing unit 2 performs a re-edited load process on the load module 1 having a plurality of modules, which is organized into a protectable load module and an unprotectable load module based on the load module re-editing control data 3. Module 4 is generated. At startup, the load module expansion unit 5 extracts the protectable load module and the unprotectable load module from the re-edited load module 4, performs boundary adjustment, expands them onto the main memory, and resolves the address constant of the load module. This is what we do.

【0007】[0007]

【作用】本発明は、図1に示すように、ロードモジュー
ル再編集部2が複数モジュール構成ロードモジュール1
について、ロードモジュール再編集制御データ3をもと
にプロテクト可能なモジュールとプロテクト不可能なロ
ードモジュールにそれぞれまとめて再編集して再編集ロ
ードモジュール4を生成してライブラリに格納し、起動
時に、ロードモジュール展開部5がこの再編集ロードモ
ジュール4のプロテクト可能なロードモジュールおよび
プロテクト不可能なロードモジュールをまとめて境界調
整して主記憶に展開し、該当するロードモジュールのア
ドレス定数の再解決を行った後、プロテクト(保護)を
設定するようにしている。
[Operation] As shown in FIG. 1, in the present invention, the load module re-editing section 2
is re-edited into a protectable module and an unprotectable load module based on the load module re-edit control data 3 to generate a re-edited load module 4, stored in a library, and loaded at startup. The module expansion unit 5 adjusts the boundaries of the protectable load module and unprotectable load module of this re-edited load module 4, expands them into the main memory, and re-resolves the address constant of the corresponding load module. After that, I set up protection.

【0008】従って、プロテクト可能なロードモジュー
ルとプロテクト不可能なロードモジュールの連携を保証
し、システム処理能力の低下を回避し、領域破壊を防ぐ
ことが可能となる。
[0008] Therefore, it is possible to guarantee cooperation between the protectable load module and the unprotectable load module, avoid a decrease in system processing capacity, and prevent area destruction.

【0009】[0009]

【実施例】次に、図2および図3を用いて本発明の実施
例の構成および動作を順次詳細に説明する。図2におい
て、複数モジュール構成ロードモジュール1は、プロテ
クト可能なロードモジュールおよびプロテクト不可能な
ロードモジュールを混在してコンパイルしてリンクした
ロードモジュールであって、例えばOS(Operat
ing System)の主記憶常駐ロードモジュール
である。この主記憶常駐ロードモジュールは、システム
の性能・制御・管理を効率的に行うための多種多様の制
御ロードモジュールを1つのロードモジュールとして形
成(コンパイル、リンク)したものである。
Embodiment Next, the structure and operation of an embodiment of the present invention will be explained in detail using FIGS. 2 and 3. In FIG. 2, a multi-module configuration load module 1 is a load module in which a mix of protectable load modules and unprotectable load modules is compiled and linked.
This is a main memory resident load module of ing System. This main memory resident load module is created by forming (compiling and linking) into one load module a wide variety of control load modules for efficiently performing system performance, control, and management.

【0010】ロードモジュール再編成制御データ3は、
複数モジュール構成ロードモジュール1を構成する、プ
ロテクト可能ロードモジュール、プロテクト不可能ロー
ドモジュールを分けるためのプロテクト対象データ(例
えばモジュール名など)、プロテクト非対象データや、
両者の境界を決定するプロテクト境界データなどである
The load module reorganization control data 3 is as follows:
Protect target data (for example, module name, etc.), non-protect target data for separating the protectable load module and unprotectable load module that configure the multi-module configuration load module 1,
This includes protect boundary data that determines the boundary between the two.

【0011】ロードモジュール再編集部2は、複数モジ
ュール構成ロードモジュール1の各ロードモジュールに
ついて、ロードモジュール再編成制御データ3をもとに
、プロテクト可能なロードモジュールと、プロテクト不
可能なロードモジュールとを分け、ここではプロテクト
可能なロードモジュールを先にまとめ(図中の斜線を引
いた矩形)、次にプロテクト不可能なロードモジュール
をまとめ(図中の矩形)、1つの再編集ロードモジュー
ル4を作成し、システムライブラリ41中に予め登録す
るものである。
[0011] The load module re-editing unit 2 divides each load module of the multi-module configuration load module 1 into load modules that can be protected and load modules that cannot be protected based on the load module reorganization control data 3. Here, load modules that can be protected are grouped first (hatched rectangle in the figure), and load modules that cannot be protected are then grouped together (rectangle in the figure) to create one reedited load module 4. It is registered in the system library 41 in advance.

【0012】再編集ロードモジュール4は、複数モジュ
ール構成ロードモジュール1を構成する各ロードモジュ
ールのうち、プロテクト可能なロードモジュールを取り
出してまとめ(図中の斜線を引いた矩形)、次に、プロ
テクト不可能なロードモジュールを取り出してまとめ(
図中の矩形)た、1つのロードモジュールである。この
再編集により、プロテクト可能なロードモジュール群と
、プロテクト不可能なロードモジュール群とが2つに分
類されることとなる。
The re-editing load module 4 extracts the load modules that can be protected from among the load modules that make up the multi-module configuration load module 1 and puts them together (the diagonally lined rectangle in the figure), and then extracts the load modules that can be protected (the diagonally lined rectangle in the figure). Extract and summarize possible load modules (
(rectangle in the figure) is one load module. By this re-editing, the load module group that can be protected and the load module group that cannot be protected are classified into two groups.

【0013】ロードモジュール展開部5は、システム初
期化処理部51を構成する1つの処理であって、システ
ム起動時に、システムライブラリ41中に予め格納され
ている再編集ロードモジュール4からロードモジュール
全体のサイズを求め、主記憶のプロテクト適用単位(例
えば4KB、64KB単位)にプロテクト可能なロード
モジュールとプロテクト不可能なロードモジュールの境
界がくるように境界調整を行って領域を割り当ててロー
ディングする。このローディングの際、ロードモジュー
ルの再配置によって生じるアドレスの補正として、各ロ
ードモジュール内のアドレス定数の再解決を行いながら
、主記憶常駐域プログラム域に展開する。その後、プロ
テクト対象域について、プロテクトを適用する(図3参
照)。
The load module expansion unit 5 is one of the processes constituting the system initialization processing unit 51, and when the system is started, it extracts the entire load module from the re-edited load module 4 stored in advance in the system library 41. The size is determined, and the boundary is adjusted so that the boundary between the load module that can be protected and the load module that cannot be protected is in the protection application unit (for example, 4 KB or 64 KB unit) of the main memory, and an area is allocated and loaded. During this loading, address constants in each load module are re-resolved to correct addresses caused by rearrangement of load modules, and are expanded to the main memory resident area program area. After that, protection is applied to the area to be protected (see FIG. 3).

【0014】次に、図3のフローチャートに示す順序に
従い、図2の構成の主記憶への展開の動作を詳細に説明
する。図3において、S1は、複数ロードモジュール7
のロードモジュール管理情報からロードモジュール全体
のサイズを求める。S2は、複数ロードモジュール7か
ら、プロテクト境界モジュールbのオフセット(複数ロ
ードモジュール7内のプロテクト境界ロードモジュール
の相対アドレス)を求める。これは、右上の複数ロード
モジュール7中のプロテクト境界モジュールbのオフセ
ットを求める。
Next, the operation of deploying the configuration of FIG. 2 to the main memory will be described in detail in accordance with the order shown in the flowchart of FIG. In FIG. 3, S1 is the multiple load module 7
Find the size of the entire load module from the load module management information. S2 obtains the offset of the protected boundary module b from the multiple load module 7 (the relative address of the protected boundary load module within the multiple load module 7). This calculates the offset of the protected boundary module b in the upper right multiple load module 7.

【0015】S3は、プロテクト境界モジュールbのア
ドレスをプロテクト適用範囲に切り上げてb’の位置を
求める(右側の図参照)。S4は、境界モジュールbの
ズレcを求める(右側の図参照)。S5は、複数ロード
モジュール7全体を主記憶上のa’から取り込む。S6
は、境界モジュールb以降を境界位置b’から配置する
[0015] In S3, the address of the protect boundary module b is rounded up to the protect application range to obtain the position of b' (see the figure on the right). S4 determines the deviation c of the boundary module b (see the figure on the right). S5 takes in the entire multiple load module 7 from a' on the main memory. S6
places the boundary module b and subsequent ones from the boundary position b'.

【0016】S7は、再配置を行うことによる各モジュ
ール(ロードモジュール)内のアドレス定数をズレcの
分を補正する。S8は、プロテクト対象域内の全ブロッ
ク(4KB、64KB単位の全ブロック)にハードウェ
アの主記憶プロテクト機能を設定する。以上によって、
起動時に、複数ロードモジュール(図2の再編集ロード
モジュール4)7からプロテクト可能なロードモジュー
ルをプロテクト対象域にローディング、境界調整を行っ
てプロテクト不可能なロードモジュールをプロテクト非
対象域にローディングし、該当するロードモジュールの
アドレス定数についてズレc分の補正を行った後、プロ
テクト対象域について主記憶プロテクト機能を設定する
。これにより、主記憶プロテクト対象域は、参照のみ可
能となり、書き込みが禁止され、記憶域の破壊から保護
されることとなる。
[0016] In S7, the address constants in each module (load module) are corrected by the difference c due to the rearrangement. In S8, a hardware main memory protect function is set for all blocks (all blocks in units of 4 KB and 64 KB) within the area to be protected. By the above,
At startup, load modules that can be protected from multiple load modules (re-edit load module 4 in FIG. 2) 7 are loaded into the protected area, and load modules that cannot be protected are loaded into the non-protected area after boundary adjustment. After correcting the address constant of the corresponding load module by the amount of deviation c, the main memory protect function is set for the area to be protected. As a result, the main memory protection target area can only be referenced, writing is prohibited, and the storage area is protected from destruction.

【0017】[0017]

【発明の効果】以上説明したように、本発明によれば、
複数モジュール構成ロードモジュール1のプロテクト可
能なロードモジュールおよびプロテクト不可能なロード
モジュールをそれぞれまとめて境界調整を行って主記憶
上に展開、アドレス定数の解決およびプロテクトの設定
を行う構成を採用しているため、複数モジュール構成ロ
ードモジュール1中のプロテクト可能なロードモジュー
ルとプロテクト不可能なロードモジュールの連携を保証
、システム処理能力の低下を回避、および領域破壊を防
ぐことができる。これにより、ハードウェアのプロテク
ト機能の有効利用を図り、主記憶領域の領域破壊の防止
に役立ち、領域破壊しようとした異常プログラムも検出
できるため、領域破壊によるシステムの制御プログラム
の誤動作を防止することができるようになり、システム
の高信頼性に大きく寄与する。
[Effects of the Invention] As explained above, according to the present invention,
Multiple module configuration A configuration is adopted in which the protectable load modules and unprotectable load modules of load module 1 are collectively adjusted and expanded onto main memory, address constants are resolved, and protection is set. Therefore, it is possible to guarantee cooperation between the protectable load module and the unprotectable load module in the multi-module configuration load module 1, avoid a decrease in system processing capacity, and prevent area destruction. This makes effective use of the hardware protection function, helps prevent area destruction of the main storage area, and detects abnormal programs that attempt to destroy the area, thereby preventing malfunctions of system control programs due to area destruction. This greatly contributes to the high reliability of the system.

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

【図1】本発明の原理構成図である。FIG. 1 is a diagram showing the principle configuration of the present invention.

【図2】本発明の1実施例構成図である。FIG. 2 is a configuration diagram of one embodiment of the present invention.

【図3】本発明の動作説明フローチャートである。FIG. 3 is a flowchart explaining the operation of the present invention.

【図4】従来技術の説明図である。FIG. 4 is an explanatory diagram of the prior art.

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

1:複数モジュール構成ロードモジュール2:ロードモ
ジュール再編集部 3:ロードモジュール再編集制御データ4:再編集ロー
ドモジュール 41:システムライブラリ 5:ロードモジュール展開部 51:システム初期化処理部 6:主記憶プログラム領域 7:複数ロードモジュール
1: Multiple module configuration load module 2: Load module reediting unit 3: Load module reediting control data 4: Reediting load module 41: System library 5: Load module expansion unit 51: System initialization processing unit 6: Main memory program Area 7: Multiple load modules

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  複数ロードモジュールの主記憶上にお
ける保護を行う複数ロードモジュール保護方式において
、プロテクト可能なロードモジュールおよびプロテクト
不可能なロードモジュールからなる複数モジュール構成
ロードモジュール(1)と、この複数モジュール構成ロ
ードモジュール(1)のプロテクト可能なロードモジュ
ールおよびプロテクト不可能なロードモジュールをまと
めてプロテクト境界調整を行って主記憶上に展開、およ
び各ロードモジュールのアドレス定数の再解決を行うロ
ードモジュール展開部(5)とを備え、このロードモジ
ュール展開部(5)が展開したプロテクト可能なロード
モジュールの領域に保護を設定するように構成したこと
を特徴とする複数ロードモジュール保護方式。
Claim 1: A multiple load module protection method for protecting multiple load modules on main memory, comprising: a load module (1) having a multiple module configuration consisting of a protectable load module and an unprotectable load module; A load module expansion unit that adjusts the protect boundaries of the load modules that can be protected and that cannot be protected in the configuration load module (1), expands them onto the main memory, and re-resolves the address constants of each load module. (5) A multiple load module protection method, characterized in that the load module expansion unit (5) sets protection in an area of a protectable load module expanded by the load module expansion unit (5).
JP3055298A 1991-03-20 1991-03-20 Multiple load module protection method Expired - Fee Related JP2934039B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3055298A JP2934039B2 (en) 1991-03-20 1991-03-20 Multiple load module protection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3055298A JP2934039B2 (en) 1991-03-20 1991-03-20 Multiple load module protection method

Publications (2)

Publication Number Publication Date
JPH04291419A true JPH04291419A (en) 1992-10-15
JP2934039B2 JP2934039B2 (en) 1999-08-16

Family

ID=12994669

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3055298A Expired - Fee Related JP2934039B2 (en) 1991-03-20 1991-03-20 Multiple load module protection method

Country Status (1)

Country Link
JP (1) JP2934039B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007148962A (en) * 2005-11-30 2007-06-14 Fuji Xerox Co Ltd Subprogram, information processor for executing subprogram, and program control method in information processor for executing subprogram
JP2009522664A (en) * 2006-01-03 2009-06-11 エヌイーシー ラボラトリーズ アメリカ インク Method and system usable in sensor networks to handle memory failures
JP2010527060A (en) * 2007-05-09 2010-08-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and data processing system for preventing operation of a computer system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007148962A (en) * 2005-11-30 2007-06-14 Fuji Xerox Co Ltd Subprogram, information processor for executing subprogram, and program control method in information processor for executing subprogram
JP2009522664A (en) * 2006-01-03 2009-06-11 エヌイーシー ラボラトリーズ アメリカ インク Method and system usable in sensor networks to handle memory failures
JP2010527060A (en) * 2007-05-09 2010-08-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and data processing system for preventing operation of a computer system

Also Published As

Publication number Publication date
JP2934039B2 (en) 1999-08-16

Similar Documents

Publication Publication Date Title
US20050193217A1 (en) Autonomous memory checker for runtime security assurance and method therefore
US6546517B1 (en) Semiconductor memory
US11775450B2 (en) Memory protection circuit and memory protection method
US7523285B2 (en) Thermal memory control
JPH04291419A (en) Multi-load module protection system
KR20080061044A (en) Memory module system with multiple spd rom and boothing method of the memory module system
KR102028704B1 (en) Method for Protecting Memory Against Code Insertion Attacks in Electronic Device
CN111373405B (en) Computer-implemented method for preventing bit flipping attacks in computing devices
JPS6126152A (en) Address check system
US5913057A (en) Hidden headers for protecting computer system data
US11232003B1 (en) Method and apparatus for accessing at least one memory region of SSD during failover situation in multipath system
US11132305B1 (en) Automatic static region generation for memory protection units (MPUs)
US20050144408A1 (en) Memory protection unit, memory protection method, and computer-readable record medium in which memory protection program is recorded
US20040044708A1 (en) Executable file system for an embedded computer
JPS58211254A (en) Accumulated program controlling system
JP4260805B2 (en) CAM device and CAM control method
JP2004527064A (en) Method for comparing an address for accessing a memory with a known address of a defective memory cell
CN115495392B (en) Memory multiplexing method and device in multi-stage starting, storage medium and processor
JP5217570B2 (en) Memory device and memory control method
CN117272377A (en) Authority data processing method and device and electronic equipment
CN116527493A (en) Secondary equipment board card ad hoc network method and device, storage medium and terminal
JPS62251833A (en) Computer system
KR20210034478A (en) Metadata table management scheme for database consistency
JPS61100853A (en) Data processing system
JPH02222035A (en) Microprogram controller

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990427

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080528

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090528

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees