JPH09198243A - Information processor - Google Patents

Information processor

Info

Publication number
JPH09198243A
JPH09198243A JP706096A JP706096A JPH09198243A JP H09198243 A JPH09198243 A JP H09198243A JP 706096 A JP706096 A JP 706096A JP 706096 A JP706096 A JP 706096A JP H09198243 A JPH09198243 A JP H09198243A
Authority
JP
Japan
Prior art keywords
module
program
information
memory
information processing
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
JP706096A
Other languages
Japanese (ja)
Inventor
琢郎 ▲徳▼山
Takuro Tokuyama
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP706096A priority Critical patent/JPH09198243A/en
Publication of JPH09198243A publication Critical patent/JPH09198243A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To attain the partial correction and functional extension of a program by selectively linking functional unit modules stored together with module attribute information at the time of initializing the program. SOLUTION: A memory 11 is constituted of plural function blocks and respective function blocks are stored in the memory 11 at an equal interval. A module attribute managing part 12 scans the memory 11, judges the new/old state of a detected function module, registers the module in a name-address correspondence table 13, and sends an address corresponding to the name of the module in response to an inquiry from a program for accessing a function module. In the memory 11, a module name information and version information 14 are added to each function module and the information-added function module is arranged like a capsule. Since the managing part 13 manages correspondence relation between names and addresses, only always the newest module can be linked even when new and old function modules are mixed in the memory 11.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理装置に関
し、ことに情報処理装置におけるプログラム機能モジュ
ールのリンク方法および書き込み方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus, and more particularly to a program function module linking method and a writing method in the information processing apparatus.

【0002】[0002]

【従来の技術】従来、プログラムのリンクは、メモリに
格納された時点で終了しており、組込型の情報処理機器
においては、プログラムを組み込んだ時点で静的に終了
しており、部分的な修正を行うにはプログラム全体を一
旦他のメモリに読みだし修正した上で再度格納するしか
なく、その儘の形では出来ない仕組みになっている。
2. Description of the Related Art Conventionally, linking of a program ends at the time when it is stored in a memory, and in an embedded information processing device, it ends statically at the time when the program is installed. In order to make such corrections, the entire program has to be read into another memory once, corrected, and then stored again, which is a mechanism that cannot be done in that form.

【0003】図7に従来の方法でのプログラムの修正の
様子を示す。この図では、61に示すようにプログラム
メモリにモジュールA、モジュールB、モジュールC、
モジュールDのプログラムが記憶されている。これをモ
ジュールB部分だけをバージョン2に書き替えて62に
示すものにする場合、61に示すプログラム内容を一旦
全部読みだした上でモジュールB部分をバージョン2に
書き替えて、再度、全体を格納するしか方法がなかっ
た。
FIG. 7 shows how a program is modified by the conventional method. In this figure, as shown at 61, the modules A, B, C are stored in the program memory.
The program of module D is stored. In the case where only the module B part is rewritten to the version 2 to be the one shown in 62, the program contents shown in 61 are once read, the module B part is rewritten to the version 2, and the whole is stored again. I had no choice but to do it.

【0004】このように従来のプログラムのリンク方法
でプログラムの修正、拡張を行うためには、メモリ全体
のプログラムを再度読み込む必要があり、組込み型の情
報処理機器のように読みだし専用メモリ(ROM)にプ
ログラムが格納されている場合には、ROMを修正後の
プログラムを書き込んだROMに差し替える必要があ
り、もし、ROMとして今日多用されている面実装型の
素子が用いられている場合には基板全体を交換しなけれ
ばならないという問題があった。
As described above, in order to modify or expand the program by the conventional program linking method, it is necessary to reread the program in the entire memory, and a read-only memory (ROM) like an embedded information processing device. If the program is stored in), it is necessary to replace the ROM with the ROM in which the modified program is written. If the surface-mounted element that is widely used today as the ROM is used, There was a problem that the whole board had to be replaced.

【0005】[0005]

【発明が解決しようとする課題】上述のごとく、従来の
プログラムのリンク方法でプログラムの一部修正や拡張
を行う場合には、プログラム内容全体を再格納するしか
なく、ROMに記憶されている場合は、修正後のROM
に差し替えるとか、基板を修正後のROMを搭載したも
のに取り替える必要があった。
As described above, when the program is partially modified or expanded by the conventional program linking method, the entire program content must be stored again and stored in the ROM. Is the modified ROM
It was necessary to replace it with a new one, or to replace the board with one with a modified ROM.

【0006】本発明はこのような不都合を解決して、既
存の部分に手を加えることなく、プログラムの一部修正
や機能拡張ができるとともに、情報処理機器の機能を柔
軟に設定できる動的プログラムリンク方法を有する情報
処理装置を提供することを課題とする。
The present invention solves such an inconvenience and allows a program to be partially modified or expanded without modifying the existing part, and the function of the information processing device can be flexibly set. An object is to provide an information processing device having a link method.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、記憶手段に記憶された所定のプログラム
を逐次実行して情報処理を行う情報処理装置において、
前記記憶手段にプログラムを機能モジュール単位にモジ
ュール属性情報と共に記憶させ、前記記憶手段に記憶さ
れた単位モジュールを前記プログラムの初期化時に選択
的にリンクするモジュール属性管理部を具備することを
特徴とする。
To achieve the above object, the present invention provides an information processing apparatus for sequentially executing a predetermined program stored in a storage means to perform information processing,
It is characterized by comprising a module attribute management unit for storing the program in the storage unit together with the module attribute information in units of functional modules, and selectively linking the unit modules stored in the storage unit at the time of initialization of the program. .

【0008】この発明により、プログラムを機能モジュ
ール単位に構成でき、機能モジュール単位に一部修正や
機能拡張ができるとともに、情報処理機器の機能を柔軟
に変更したり設定したりできる。
According to the present invention, the program can be constructed in units of function modules, part of the functions can be modified or the functions can be expanded, and the functions of the information processing equipment can be flexibly changed or set.

【0009】また、前記モジュール属性情報は、モジュ
ールの選択を示すモジュール識別情報と、モジュール名
称情報と、モジュールバージョン番号情報を含んで構成
され、前記モジュール属性管理部は前記モジュールバー
ジョン番号情報をもとに常に最新のバージョンの単位モ
ジュールを選択的にリンクすることを特徴とする。
The module attribute information includes module identification information indicating module selection, module name information, and module version number information, and the module attribute management unit is based on the module version number information. The feature is that the latest version of the unit module is always selectively linked to.

【0010】この発明により、プログラムを構成する機
能モジュールの選択が容易になりバージョンの更新ミス
を防止できる。
According to the present invention, it is possible to easily select a function module that constitutes a program and prevent a version update error.

【0011】さらに、前記モジュール属性管理部は前記
モジュール属性情報を前記記憶手段に等アドレス間隔で
記憶することを特徴とする。
Further, the module attribute management unit stores the module attribute information in the storage unit at equal address intervals.

【0012】この発明により、プログラムを構成する機
能モジュールの選択を高速に実行することができる。
According to the present invention, the selection of the functional modules that make up the program can be executed at high speed.

【0013】さらにまた、前記モジュール属性管理部は
プログラムの初期化時にプログラムを構成する前記モジ
ュール属性情報の一覧情報を表示し、ユーザの指示した
モジュール属性情報を選択的にリンクすることを特徴と
する。
Further, the module attribute management unit displays a list information of the module attribute information constituting the program at the time of initialization of the program, and selectively links the module attribute information designated by the user. .

【0014】この発明により、プログラムを構成する機
能モジュールの選択をユーザの指示どうりに行うことが
できる。
According to the present invention, it is possible to select a function module that constitutes a program according to a user's instruction.

【0015】さらにまた、前記記憶手段が複数の記憶素
子によって構成される場合、前記モジュール属性管理部
は前記機能モジュールのバージョン変更に当たって書き
替えを少数の素子に集中させることを特徴とする。
Furthermore, when the storage means is composed of a plurality of storage elements, the module attribute management unit concentrates rewriting on a small number of elements when changing the version of the functional module.

【0016】この発明により、プログラムを構成する機
能モジュールのバージョン変更にともなってメモリ素子
の書き替え回数を低減することができ、装置の寿命を伸
ばすことができる。
According to the present invention, it is possible to reduce the number of times of rewriting of the memory element in accordance with the version change of the functional module constituting the program, and it is possible to extend the life of the device.

【0017】[0017]

【発明の実施の形態】本発明の請求項1の発明は、記憶
手段に記憶された所定のプログラムを逐次実行して情報
処理を行う情報処理装置において、前記記憶手段にプロ
グラムを機能モジュール単位にモジュール属性情報と共
に記憶させ、前記記憶手段に記憶された単位モジュール
を前記プログラムの初期化時に選択的にリンクするモジ
ュール属性管理部を具備したものであり、これにより、
プログラムを機能モジュール単位に構成でき、機能モジ
ュール単位に一部修正や機能拡張ができるとともに、情
報処理機器の機能を柔軟に変更したり設定したりできる
効果がある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The invention of claim 1 of the present invention is an information processing apparatus for sequentially executing a predetermined program stored in a storage means to perform information processing, and the program is stored in the storage means in units of functional modules. A module attribute management unit for storing together with the module attribute information and selectively linking the unit modules stored in the storage means at the time of initialization of the program is provided.
It is possible to configure the program in units of function modules, partially modify or expand the functions in units of function modules, and to flexibly change or set the functions of the information processing device.

【0018】本発明の請求項2の発明は、前記モジュー
ル属性情報を、モジュールの選択を示すモジュール識別
情報と、モジュール名称情報と、モジュールバージョン
番号情報を含んで構成し、前記モジュール属性管理部は
前記モジュールバージョン番号情報をもとに常に最新の
バージョンの単位モジュールを選択的にリンクする用に
したので、プログラムを構成する機能モジュールの選択
が容易になりバージョンの更新ミスを防止できる効果が
ある。
According to a second aspect of the present invention, the module attribute information is configured to include module identification information indicating module selection, module name information, and module version number information, and the module attribute management unit Since the unit modules of the latest version are always selectively linked based on the module version number information, it is easy to select the functional modules that make up the program, and it is possible to prevent version update errors.

【0019】本発明の請求項3の発明では、前記モジュ
ール属性管理部は前記モジュール属性情報を前記記憶手
段に等アドレス間隔で記憶するようにしたので、プログ
ラムを構成する機能モジュールの選択を高速に実行する
ことができる効果がある。
In the invention of claim 3 of the present invention, the module attribute management unit stores the module attribute information in the storage means at equal address intervals, so that the selection of the functional modules constituting the program is performed at high speed. There is an effect that can be implemented.

【0020】本発明の請求項4の発明では、前記モジュ
ール属性管理部はプログラムの初期化時にプログラムを
構成する前記モジュール属性情報の一覧情報を表示し、
ユーザの指示したモジュール属性情報を選択的にリンク
するようにしたので、プログラムを構成する機能モジュ
ールの選択をユーザの指示どうりに行うことができる効
果がある。
In the invention of claim 4 of the present invention, the module attribute management unit displays a list of the module attribute information constituting the program when the program is initialized,
Since the module attribute information instructed by the user is selectively linked, there is an effect that the selection of the functional module forming the program can be performed according to the instruction of the user.

【0021】本発明の請求項5の発明では、前記記憶手
段が複数の記憶素子によって構成される場合、前記モジ
ュール属性管理部は前記機能モジュールのバージョン変
更に当たって書き替えを少数の素子に集中させるように
したので、プログラムを構成する機能モジュールのバー
ジョン変更にともなってメモリ素子の書き替え回数を低
減することができ、装置の寿命を伸ばすことができる効
果がある。
In the invention of claim 5 of the present invention, when the storage means is composed of a plurality of storage elements, the module attribute management unit concentrates rewriting on a small number of elements when changing the version of the functional module. Therefore, it is possible to reduce the number of times of rewriting of the memory element in accordance with the version change of the functional module forming the program, and it is possible to extend the life of the device.

【0022】以下、本発明にかかるプログラムの動的リ
ンク方法を添付図面を参照にして詳細に説明する。
The program dynamic linking method according to the present invention will be described in detail below with reference to the accompanying drawings.

【0023】図1は、本発明の第1の実施の形態におい
て、プログラムモジュールに選択的にリンクを行うため
の機能ブロックを示したものである。
FIG. 1 shows a functional block for selectively linking to a program module in the first embodiment of the present invention.

【0024】図1において、メモリ11はプログラムが
格納されている場所を示しており、複数の機能ブロック
から構成されている。この複数の機能ブロックはメモリ
31上に等アドレス間隔で記憶されている。
In FIG. 1, the memory 11 shows the place where the program is stored, and is composed of a plurality of functional blocks. The plurality of functional blocks are stored in the memory 31 at equal address intervals.

【0025】図2は、この各機能ブロックのカプセルの
形態を示している。図1のモジュール属性管理部12
は、メモリ11を走査して発見された機能モジュールの
新旧を判断して、名称・アドレス対応表13に登録する
機能と、機能モジュールを呼び出そうとするプログラム
からの問い合わせに対して、モジュールの名称に対応す
るアドレスを送り返す機能を持つ。名称・アドレス対応
表13はモジュールの名称とモジュールが記憶されてい
るアドレスを対応させた情報を持つ対応表である。
FIG. 2 shows the form of the capsule of each functional block. The module attribute management unit 12 of FIG.
Scans the memory 11 to determine whether the function module found is old or new, registers the function in the name / address correspondence table 13, and responds to an inquiry from a program that calls the function module. It has a function to send back the address corresponding to the name. The name / address correspondence table 13 is a correspondence table having information in which module names are associated with addresses where the modules are stored.

【0026】以上に説明した、プログラムのリンクを行
う機能ブロックについて、図3のフロー図にしたがって
その動作を説明する。
The operation of the functional blocks for linking the programs described above will be described with reference to the flowchart of FIG.

【0027】まず、モジュール属性管理部12は、ステ
ップS1でメモリ11を走査する。次に、ステップS2
でモジュール属性情報があるかどうかを判断し、なかっ
た場合は分岐NOに進み、動的リンクを終了する。
First, the module attribute management unit 12 scans the memory 11 in step S1. Next, step S2
It is determined whether or not the module attribute information is present. If not, the process proceeds to branch NO to end the dynamic link.

【0028】ステップS2でモジュール属性情報があっ
た場合には、分岐YESに進み、ステップS3で発見さ
れたモジュール属性情報の名称を調べ、その名称が名称
・アドレス対応表13に登録されていない場合には、分
岐NOに進み、ステップS6に進む。ステップS6では
そのモジュールを無条件で名称・アドレス対応表13に
登録する。
If there is the module attribute information in step S2, the process proceeds to YES branch to check the name of the module attribute information found in step S3, and if the name is not registered in the name / address correspondence table 13. If so, the process proceeds to branch NO and proceeds to step S6. In step S6, the module is unconditionally registered in the name / address correspondence table 13.

【0029】ステップS3で発見されたモジュール属性
情報の名称が名称・アドレス対応表13に登録されてい
た場合には、分岐YESに進み、ステップS4で名称・
アドレス対応表13に登録されているモジュールと、発
見されたモジュールの新旧を対照する。発見されたモジ
ュールのほうが新しい場合には、ステップS4の分岐Y
ESに進み、ステップS5で発見されたモジュールの情
報で名称・アドレス対応表13を更新し、さらにメモリ
11の走査を継続する。
If the name of the module attribute information found in step S3 is registered in the name / address correspondence table 13, the process proceeds to YES at step S4.
The module registered in the address correspondence table 13 is compared with the old and new of the discovered module. If the found module is newer, branch Y in step S4.
The process proceeds to ES, the name / address correspondence table 13 is updated with the information of the module found in step S5, and the scanning of the memory 11 is continued.

【0030】発見されたモジュールより名称・アドレス
対応表13のモジュールの方が新しいか同じ場合には分
岐NOに進み、何もせずにさらにメモリ11の走査を継
続する。
If the module in the name / address correspondence table 13 is newer or the same as the found module, the process proceeds to branch NO, and the scanning of the memory 11 is further continued without doing anything.

【0031】以上のように本発明のこの実施形態によれ
ば、機能モジュールにモジュール名称情報およびバージ
ョン情報を付加してカプセル化してメモリに配置し、モ
ジュールの走査と、名称とアドレスの対応関係の管理を
行うモジュール属性管理部を設けることにより、メモリ
11に新旧の機能モジュールが混在していても、常に最
新の機能モジュールのみをリンクすることができる。
As described above, according to this embodiment of the present invention, the module name information and the version information are added to the functional module, encapsulated and placed in the memory, and the scanning of the module and the correspondence relationship between the name and the address are performed. By providing the module attribute management unit that manages, even if the memory 11 contains both new and old functional modules, it is possible to always link only the latest functional module.

【0032】図4は、本発明の第2の実施の形態におい
て、モジュールを予め与えられた指示情報に基づいて選
択的にリンクする場合の機能ブロックを示す。
FIG. 4 shows a functional block in the case of selectively linking modules based on instruction information given in advance in the second embodiment of the invention.

【0033】図4において、メモリ31はプログラムが
格納されている場所で、複数の機能ブロックから構成さ
れている。この複数の機能ブロックはメモリ31上に等
アドレス間隔で記憶されている。
In FIG. 4, a memory 31 is a place where a program is stored and is composed of a plurality of functional blocks. The plurality of functional blocks are stored in the memory 31 at equal address intervals.

【0034】モジュール属性管理部32は、メモリ31
を走査して、発見された機能モジュールの属性情報をモ
ジュール構成指示情報34に基づいて名称・アドレス対
応表33に登録する機能と、機能モジュールを呼び出そ
うとするプログラムからの問い合わせに対して、モジュ
ールの名称に対応するアドレスを送り返す機能を持つ。
名称・アドレス対応表33はモジュールの名称とモジュ
ールが記憶されているアドレスを対応させた情報を持つ
対応表である。またモジュール構成指示情報34はプロ
グラムの初期化前に、外部から与えられるリンクする機
能モジュールの名称を記述したものである。
The module attribute management unit 32 has a memory 31.
For the function of registering the attribute information of the found functional module in the name / address correspondence table 33 based on the module configuration instruction information 34 and the inquiry from the program that calls the functional module, It has a function to send back the address corresponding to the module name.
The name / address correspondence table 33 is a correspondence table having information associating the module names with the addresses where the modules are stored. The module configuration instruction information 34 describes the name of the functional module to be linked from the outside before the initialization of the program.

【0035】以上に説明したプログラムの動的リンクを
行う機能ブロックについて、図5のフロー図にしたがっ
てその動作を説明する。
The operation of the functional blocks for dynamically linking the programs described above will be described with reference to the flowchart of FIG.

【0036】まず、モジュール属性管理部32は、ステ
ップS11でメモリ31を一旦走査し、機能モジュール
を検索する。次に、ステップS12でモジュール構成指
示情報34を逐一参照し、ステップS14でモジュール
構成指示情報34に登録されているモジュールの情報
を、名称・アドレス対応表33に登録する。ステップS
13では、モジュール構成指示情報34に登録されてい
るモジュールを全て登録し終わった場合は分岐YESに
進み、リンク動作を終了する。
First, the module attribute management unit 32 temporarily scans the memory 31 in step S11 to search for a functional module. Next, in step S12, the module configuration instruction information 34 is referred to one by one, and in step S14, the information of the module registered in the module configuration instruction information 34 is registered in the name / address correspondence table 33. Step S
In 13, when all the modules registered in the module configuration instruction information 34 have been registered, the process proceeds to YES in the branch and ends the link operation.

【0037】以上のように、本実施の形態では、モジュ
ール構成指示情報34を変更することで、起動時ごとに
プログラムの構成を変更することができる。
As described above, in the present embodiment, by changing the module configuration instruction information 34, it is possible to change the configuration of the program each time it is started.

【0038】図6は、本発明の第3の実施の形態におい
て、プログラムの動的リンク方法を用いる情報処理機器
で、プログラムの更新を行った際に複数のメモリ素子間
でどのようにプログラムの書き込みを行うかを示した図
である。
FIG. 6 shows an information processing apparatus using the program dynamic linking method according to the third embodiment of the present invention, showing how a program is updated among a plurality of memory elements when the program is updated. It is the figure which showed whether to write.

【0039】図6において、(a)は最初のメモリ状態
である。(b)は1回目の変更が実施された後のメモリ
の状態である。(c)は再度変更されたメモリ状態であ
る。
In FIG. 6, (a) shows the first memory state. (B) shows the state of the memory after the first change. (C) is the memory state changed again.

【0040】メモリの状態が、最初のメモリ状態(a)
からメモリ状態(b)に変更される際に、モジュール
A、モジュールBおよびモジュールDのバージョンが変
更されるものとすると、従来の静的なリンク方法では、
メモリ素子Xの内容51とメモリ素子Yの内容52を書
き替えねばならなかった。しかし本発明の方法では、メ
モリYの内容52を55のように書き替えるだけで良
い。
The memory state is the first memory state (a).
If the versions of module A, module B, and module D are changed when changing from the memory state to the memory state (b), the conventional static linking method:
The contents 51 of the memory element X and the contents 52 of the memory element Y had to be rewritten. However, in the method of the present invention, it is only necessary to rewrite the contents 52 of the memory Y as 55.

【0041】さらに、メモリ状態(b)からメモリ状態
(c)に変更される際に、モジュールA、モジュールC
およびモジュールEのバージョンが変更されるものとす
ると、従来の静的なリンク方法では、メモリ素子Xの内
容54とメモリ素子Zの内容56を書き替えねばならな
かった。しかし本発明の方法では、メモリ素子Zの内容
56を59のように書き替えるだけで良い。
Furthermore, when the memory state (b) is changed to the memory state (c), the module A and the module C are changed.
And if the version of module E is changed, the conventional static linking method would have had to rewrite the contents 54 of memory device X and the contents 56 of memory device Z. However, in the method of the present invention, it is only necessary to rewrite the content 56 of the memory element Z as 59.

【0042】図6に示した実施形態から明らかなよう
に、従来の静的なリンク方法を用いた場合には、最初の
メモリ状態(a)からメモリ状態(c)に移る間で、従
来の静的なリンク方法では延べ4個のメモリが書き替え
られねばならなかったが、本発明を用いた場合では、延
べ2個のメモリの書き替えだけですむ。
As is apparent from the embodiment shown in FIG. 6, when the conventional static linking method is used, the conventional static link method is used during the transition from the initial memory state (a) to the memory state (c). In the static link method, a total of four memories had to be rewritten, but in the case of using the present invention, it is only necessary to rewrite a total of two memories.

【0043】このように、本発明の方法を用いることに
よって、モジュールのバージョンの変更に伴うメモリの
書き替えの回数を低減することができる。これにより、
ひいては情報処理装置自体の寿命を伸ばすこともでき
る。
As described above, by using the method of the present invention, it is possible to reduce the number of times of rewriting the memory due to the change of the module version. This allows
As a result, the life of the information processing device itself can be extended.

【0044】[0044]

【発明の効果】以上説明したように本発明では、プログ
ラムの機能モジュールに対して、名称情報やバージョン
番号情報といった属性情報を加えてカプセル化し、プロ
グラムの初期化時に選択的にこのカプセル化された機能
モジュールのリンクを行うようにした。従って、プログ
ラムの既存の部分に大巾に手を加えること無く、プログ
ラムの修正や機能拡張が行えると共に、情報処理機器の
機能を柔軟に設定できるという優れた動的プログラムリ
ンク機能を有する情報処理装置を提供することができ
る。
As described above, according to the present invention, the functional module of a program is encapsulated by adding attribute information such as name information and version number information, and this encapsulation is selectively performed at the time of initialization of the program. The function modules are linked. Therefore, an information processing apparatus having an excellent dynamic program link function that can modify the program and expand the function without changing the existing part of the program and can flexibly set the function of the information processing apparatus. Can be provided.

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

【図1】本発明の第1の一実施の形態においてプログラ
ムモジュールに選択的にリンクを行うための機能ブロッ
クのブロック図
FIG. 1 is a block diagram of a functional block for selectively linking to a program module according to a first embodiment of the present invention.

【図2】第1の実施の形態においてプログラムモジュー
ルの単位カプセルの形態を示す説明図
FIG. 2 is an explanatory diagram showing a form of a unit capsule of a program module according to the first embodiment.

【図3】第1の実施の形態においてプログラムモジュー
ルを選択的にリンクする動作のフロー図
FIG. 3 is a flow chart of an operation of selectively linking program modules in the first embodiment.

【図4】本発明の第2の実施の形態においてプログラム
モジュールに選択的にリンクを行うための機能ブロック
のブロック図
FIG. 4 is a block diagram of functional blocks for selectively linking to a program module according to the second embodiment of the present invention.

【図5】第2の実施形態においてプログラムモジュール
を選択的にリンクする動作のフロー図
FIG. 5 is a flow chart of an operation of selectively linking program modules in the second embodiment.

【図6】本発明の第3の実施形態におけるメモリの記憶
状態の変遷を示す説明図
FIG. 6 is an explanatory diagram showing changes in the storage state of the memory according to the third embodiment of the present invention.

【図7】従来の静的モジュールリンクの場合のメモリの
記憶状態の変遷を示す説明図
FIG. 7 is an explanatory diagram showing the transition of the memory storage state in the case of the conventional static module link.

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

11、31 メモリ 12、32 モジュール属性管理部 13、33 名称・アドレス対応表 14 追加メモリ素子 15 機能モジュールカプセル 34 モジュール構成指示情報 51、54、57 メモリXの状態 52、55、58 メモリYの状態 53、56、59 メモリZの状態 11, 31 memory 12, 32 module attribute management unit 13, 33 name / address correspondence table 14 additional memory element 15 functional module capsule 34 module configuration instruction information 51, 54, 57 memory X state 52, 55, 58 memory Y state 53, 56, 59 Memory Z status

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 記憶手段に記憶された所定のプログラム
を逐次実行して情報処理を行う情報処理装置において、
前記記憶手段にプログラムを機能モジュール単位にモジ
ュール属性情報と共に記憶させ、前記記憶手段に記憶さ
れた単位モジュールを前記プログラムの初期化時に選択
的にリンクするモジュール属性管理部を具備することを
特徴とする情報処理装置。
1. An information processing apparatus for performing information processing by sequentially executing a predetermined program stored in a storage means,
It is characterized by comprising a module attribute management unit for storing the program in the storage unit together with the module attribute information in units of functional modules, and selectively linking the unit modules stored in the storage unit at the time of initialization of the program. Information processing equipment.
【請求項2】 モジュール属性情報は、モジュールの選
択を示すモジュール識別情報と、モジュール名称情報
と、モジュールバージョン番号情報を含んで構成され、
モジュール属性管理部は前記モジュールバージョン番号
情報をもとに常に最新のバージョンの単位モジュールを
選択的にリンクすることを特徴とする請求項1記載の情
報処理装置。
2. The module attribute information is configured to include module identification information indicating module selection, module name information, and module version number information,
The information processing apparatus according to claim 1, wherein the module attribute management unit always selectively links the latest unit module based on the module version number information.
【請求項3】 モジュール属性管理部はモジュール属性
情報を記憶手段に等アドレス間隔で記憶することを特徴
とする請求項2記載の情報処理装置。
3. The information processing apparatus according to claim 2, wherein the module attribute management unit stores the module attribute information in the storage unit at equal address intervals.
【請求項4】 モジュール属性管理部はプログラムの初
期化時にプログラムを構成するモジュール属性情報の一
覧情報を表示し、ユーザの指示したモジュール属性情報
を選択的にリンクすることを特徴とする請求項1または
請求項2または請求項3記載の情報処理装置。
4. The module attribute management unit displays a list of module attribute information constituting the program when the program is initialized, and selectively links the module attribute information designated by the user. Alternatively, the information processing apparatus according to claim 2 or claim 3.
【請求項5】 記憶手段が複数の記憶素子によって構成
される場合、モジュール属性管理部は機能モジュールの
バージョン変更に当たって書き替えを少数の素子に集中
させることを特徴とする請求項3記載の情報処理装置。
5. The information processing according to claim 3, wherein when the storage means is composed of a plurality of storage elements, the module attribute management unit concentrates rewriting on a small number of elements when changing the version of the functional module. apparatus.
JP706096A 1996-01-19 1996-01-19 Information processor Pending JPH09198243A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP706096A JPH09198243A (en) 1996-01-19 1996-01-19 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP706096A JPH09198243A (en) 1996-01-19 1996-01-19 Information processor

Publications (1)

Publication Number Publication Date
JPH09198243A true JPH09198243A (en) 1997-07-31

Family

ID=11655532

Family Applications (1)

Application Number Title Priority Date Filing Date
JP706096A Pending JPH09198243A (en) 1996-01-19 1996-01-19 Information processor

Country Status (1)

Country Link
JP (1) JPH09198243A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001062115A (en) * 1999-08-30 2001-03-13 Heiwa Corp Game machine
KR100489681B1 (en) * 2002-07-18 2005-05-17 삼성전자주식회사 Software Module Initializing Management System
KR100658918B1 (en) * 2004-03-29 2006-12-15 주식회사 팬택앤큐리텔 Apparatus and method for initialization of system global variables using block input/output command
KR100746035B1 (en) * 2006-03-07 2007-08-06 삼성전자주식회사 Apparatus and method for providing management using linear file system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001062115A (en) * 1999-08-30 2001-03-13 Heiwa Corp Game machine
KR100489681B1 (en) * 2002-07-18 2005-05-17 삼성전자주식회사 Software Module Initializing Management System
KR100658918B1 (en) * 2004-03-29 2006-12-15 주식회사 팬택앤큐리텔 Apparatus and method for initialization of system global variables using block input/output command
KR100746035B1 (en) * 2006-03-07 2007-08-06 삼성전자주식회사 Apparatus and method for providing management using linear file system

Similar Documents

Publication Publication Date Title
US6845434B2 (en) Method for updating parametric data for use in data management system
TW452688B (en) Method to reflect BIOS set up changes into ACPI machine language
US5964873A (en) Method for updating a ROM BIOS
JP4668416B2 (en) Protecting boot block code when enabling write access to the boot block
US7039799B2 (en) Methods and structure for BIOS reconfiguration
US6269442B1 (en) Apparatus and method for on-line replacement of a running program code and data using checkpoints
JP2006196018A (en) Method and arrangement for providing bios to host computer
US6282700B1 (en) Mechanism for maintaining revisions of objects in flash memory
US20060200815A1 (en) Electronic Device and Method for Updating Related Programs
CN108376085B (en) Semiconductor system and method of operating semiconductor device
GB2227584A (en) Computer control data modification system
JP2001356925A (en) Portable telephone set
US6925522B2 (en) Device and method capable of changing codes of micro-controller
JPH09198243A (en) Information processor
US5953529A (en) Data processor with a debug device and a stack area control unit and corresponding data processing method
US7958345B2 (en) Method for adjusting setup default value of BIOS and main board thereof
US5903561A (en) Method and apparatus for communication node address initialization by using NVSRAM
US5048019A (en) Method of testing a read-only memory and device for performing the method
JP2000137604A (en) System for succeeding data
JP2000187533A (en) Hardware initialization system by firmware
JP2005234898A (en) Multi-application ic card with application packaged in rom, and program
JPH1040094A (en) Program controller for firmware
JPH10260908A (en) Storage device
JP2655612B2 (en) External reference update method
JP3789248B2 (en) Program loading method, program loading apparatus and recording medium therefor