JPS6250945A - Program loading system - Google Patents
Program loading systemInfo
- Publication number
- JPS6250945A JPS6250945A JP18957185A JP18957185A JPS6250945A JP S6250945 A JPS6250945 A JP S6250945A JP 18957185 A JP18957185 A JP 18957185A JP 18957185 A JP18957185 A JP 18957185A JP S6250945 A JPS6250945 A JP S6250945A
- Authority
- JP
- Japan
- Prior art keywords
- program
- load
- name
- file
- loader
- 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
Links
Abstract
Description
【発明の詳細な説明】
〔発明の利用分野〕
本発明は、プログラムローディング方式に関し、特にシ
ステム全体の機能の変更・拡張が可能なプログラムロー
ディング方式に関するものである。DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a program loading method, and more particularly to a program loading method that allows modification and expansion of the functions of the entire system.
通常、1台の端末装置により処理できる業務内容は限ら
れたものであり、端末装置に内蔵されているプロセッサ
が実行するプログラムも業務に対応した固定的なもので
ある。近時、1台の端末装置で処理できる業務を可変な
ものとし、かつ拡張性を持たせることができるような要
求が生じている。そのためKは、プログラムに可変性・
拡張性を持たせる必要がある。Usually, the content of business that can be processed by one terminal device is limited, and the program executed by the processor built in the terminal device is also fixed and corresponds to the business. Recently, there has been a demand for making the tasks that can be processed by one terminal device variable and providing expandability. Therefore, K is variable in the program.
It needs to be scalable.
従来、システムの立上げ時に行われるプログラムローデ
ィングの方法としては、例えば、特開昭58−1681
48号公報に記載のように、フレキシブルディスク等に
標準用プログラムファイルと変更用プログラムファイル
を格納し、変更すべき主記憶装置のアドレスと変更用プ
ログラムを入力して変更部分のデータからなる変更プロ
グラムを作成し、これらのプログラムから簡単な内容を
変更する。上記プログラムローディング方式では、プロ
グラムをローディング時に変更するものであるが、その
機能はメモリバッチと殆んど同じレベルのものであって
、一部の変更のみしか扱えない。Conventionally, as a method of program loading performed at the time of system startup, for example, Japanese Patent Application Laid-Open No. 58-1681
As described in Publication No. 48, the standard program file and the change program file are stored in a flexible disk, etc., and the address of the main storage device to be changed and the change program are input to create the change program consisting of the data of the changed part. Create and modify simple content from these programs. In the program loading method described above, the program is changed at the time of loading, but its function is almost at the same level as the memory batch, and only some changes can be handled.
プログラムローディング時に、システム全体の機能の変
更・拡張を単純な操作で行えるような方法が要求される
。There is a need for a method that allows the functionality of the entire system to be changed and expanded with simple operations when loading a program.
本発明の目的は、このような要求に応えるため、システ
ム全体の機能を簡単に変更・拡張することができるプロ
グラムローディング方式を提供することにある。In order to meet such demands, an object of the present invention is to provide a program loading method that allows the functions of the entire system to be easily changed and expanded.
上記目的を達成するため1本発明のプログラムローディ
ング方式は、ロードするプログラム名称を登録したテー
ブルと、各プログラムのロード情報を登録したテーブル
と、該テーブルのデータに従ってプログラムをロードす
るプログラムローダとを備えた処理装置において、ロー
ドプログラム名称とプログラムロード情報とを別個のフ
ァイルに格納し、該ロードプログラム名称テーブルの内
容を変更することにより、上記プログラムローダが変更
されたプログラム名称テーブルに登録されているプログ
ラムをロードすることに特徴がある。To achieve the above object, the program loading method of the present invention includes a table in which names of programs to be loaded are registered, a table in which load information of each program is registered, and a program loader that loads programs according to data in the table. By storing the load program name and program load information in separate files and changing the contents of the load program name table, the program loader can update the program registered in the changed program name table. The feature is that it loads.
以下、本発明の実施例を、図面により詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
第2図は1本発明によるロードプログラム名称とプログ
ラムロード情報のファイルの説明図である。FIG. 2 is an explanatory diagram of a load program name and program load information file according to the present invention.
本発明では、ロードプログラム名称とプログラムロード
情報を別のファイルに持つことが、第1の要件である。In the present invention, the first requirement is to have the load program name and program load information in separate files.
第2図において、1はロードプログラムの名称を登録し
たファイルであり、2はプログラムロード情報を格納し
たファイルであり、3はプログラムロード情報2の詳細
内容を示したものである。ファイルとしては、フレキシ
ブルディスクやハードディスク、あるいはICカード等
がある。ロードプログラム名称として、PRGOOf、
002,003,004,005とストッパー、ならび
に初期起動プログラム名称が格納されている。また、プ
ログラムロード情報として、プログラム名称、格納アド
レス、容量(サイズ)。In FIG. 2, 1 is a file in which the name of the load program is registered, 2 is a file in which program load information is stored, and 3 is a file showing detailed contents of the program load information 2. The file may be a flexible disk, hard disk, IC card, or the like. As a load program name, PRGOOf,
002, 003, 004, 005, a stopper, and the initial startup program name are stored. In addition, the program load information includes the program name, storage address, and capacity (size).
ロードアドレス等が格納されている。Load address etc. are stored.
第3図は、本発明のプログラムローダの処理概要を示す
図である。FIG. 3 is a diagram showing an outline of processing of the program loader of the present invention.
第3図(a)において、4はプログラムローダ、5はメ
モリ、1.2は第2図におけるロードプログラム名称フ
ァイルとプログラムロード情報ファイルである。第3図
(b)の6はファイル2に格納されている各プログラム
の状態を示す図である。In FIG. 3(a), 4 is a program loader, 5 is a memory, and 1.2 is a load program name file and a program load information file in FIG. 6 in FIG. 3(b) is a diagram showing the status of each program stored in the file 2. As shown in FIG.
ファイル2としては、前述のように、フレキシブルディ
スク、ハードディスク、あるいはICカード等があるが
、いずれも(b)に示すように、プログラムの容量が異
なるので、大小混合した状態で格納されている。As described above, the file 2 may be a flexible disk, a hard disk, or an IC card, but as shown in (b), each file has a different program capacity, so it is stored in a mixed size state.
ロードプログラム名称とプログラムロード情報とを別個
ファイル1,2に備えることにより、プログラムローダ
4は、ファイル1の処理順序を示す登録名称順にファイ
ル2のプログラムロード情報に従い、該プログラムをメ
モリ5にロードする。By providing the load program name and the program load information in separate files 1 and 2, the program loader 4 loads the program into the memory 5 according to the program load information of the file 2 in the order of registered names indicating the processing order of the file 1. .
これにより、メモリ5には、PRGOOI、002.0
03,004,005・・・が格納される。As a result, memory 5 has PRGOOI, 002.0
03,004,005... are stored.
従って、システムを変更・拡張する場合には、ロードプ
ログラム名称を登録し直すだけで、登録された順序でロ
ーディングが行われ、大幅な変更も可能となる。第3図
では、ロードプログラム名称を登録し直すことで、メモ
リ5には、PRGOOl、002,005,004,0
03の順でプログラムがローディングされた。Therefore, when changing or expanding the system, simply by re-registering the loading program name, loading will be performed in the registered order, making it possible to make major changes. In FIG. 3, by re-registering the load program name, the memory 5 stores PRGOOl, 002,005,004,0.
The programs were loaded in the order of 03.
第4図は、本発明の一実施例を示すハードウェア構成図
である。構成Aでは、端末装置の外部記 ゛憶装
置として、フレキシブルディスクFD、あるいはハード
ディスクDKを装備した場合であり。FIG. 4 is a hardware configuration diagram showing an embodiment of the present invention. In configuration A, the terminal device is equipped with a flexible disk FD or hard disk DK as an external storage device.
構成りでは、構成AにICカードを付加した場合である
。構成Aと構成りの違いは、ICカードが構成に含まれ
るか、否かの違いだけであるが、構成りのようにICカ
ードを記憶装置として用いた場合には、ICカードにロ
ードプログラム名称ファイルlの内容を登録しておき、
異なるICカードと入替えることにより、異なるシステ
ムで即座に立上げることができる。しかし、この場合の
ように、全く異なるシステムを構成するためには。This is the case where an IC card is added to configuration A. The only difference between configuration A and configuration is whether or not an IC card is included in the configuration. However, when an IC card is used as a storage device as in configuration A, the load program name is stored in the IC card. Register the contents of file l,
By replacing the IC card with a different IC card, you can immediately start up a different system. But to configure a completely different system, as in this case.
第3図(、)に示すように、ファイル1内に多種類のプ
ログラムを格納しておく必要がある。As shown in FIG. 3(,), it is necessary to store many types of programs in the file 1.
次に、第3図、第4図により、処理動作を説明する。プ
ログラムローダ4は、先ずロードプログラム名称ファイ
ルlおよびプログラムロード情報ファイル2から名称と
ロード情報を読み取る。このとき、ロードするファイル
を指定するため、第4図に示すフレキシブルディスクF
D、ハードディスクDK、あるいはICカードを指示す
る。次に、プログラムローダ4は、登録されているファ
イル1のロードプログラム名称に該当するプログラムロ
ード情報ファイル2をサーチし、その情報に従ってプロ
グラムをメモリ5の指定されたアドレスにロードするに
のとき、プログラムローダ4は、■プログラム名称ごと
に登録順に処理し、ロードプログラム名称としてストッ
パーを検出するまで、上記のロード処理を行う、ロード
処理が終了した後、プログラムローダ4は初期起動プロ
グラムに起動をかけて、プログラムローダ4自身の処理
を終了する。Next, the processing operation will be explained with reference to FIGS. 3 and 4. The program loader 4 first reads the name and load information from the load program name file 1 and the program load information file 2. At this time, in order to specify the file to be loaded, use the flexible disk F shown in Figure 4.
D. Indicates the hard disk DK or IC card. Next, the program loader 4 searches the program load information file 2 corresponding to the registered load program name of the file 1, and loads the program to the specified address of the memory 5 according to the information. The loader 4 processes each program name in the order of registration, and performs the above loading process until it detects a stopper as the load program name. After the loading process is completed, the program loader 4 starts the initial startup program. , the program loader 4 ends its own processing.
第1図は、本発明の一実施例を示すプログラムローダの
処理フローチャートである。FIG. 1 is a processing flowchart of a program loader showing one embodiment of the present invention.
プログラムローダ4は、先ずロードプログラム名称ファ
イル1から名称を読み取り(ステップ1)、プログラム
ロード情報をファイル2から読み取る(ステップ2)、
ここで、ファイル1,2は、フレキシブルディスク、ハ
ードディスク、あるいはICカードである。n(ポイン
タ)に1をセットする(ステップ3)、n番目のロード
プログラム名称はストッパか否かをチェックする(ステ
ップ4)。ストッパであれば、ステップ8へ、またスト
ッパでなければ、ステップ5へ進む、ここでは、プログ
ラムロード情報をプログラム名をキーにしてサーチする
(ステップ5)、次に、サーチしたプログラムロード情
報内のプログラム格納アドレスから該当するサイズ分だ
けプログラムを読み取り、メモリのロードアドレスにロ
ードする(ステップ6)。The program loader 4 first reads the name from the load program name file 1 (step 1), reads program load information from the file 2 (step 2),
Here, files 1 and 2 are on a flexible disk, hard disk, or IC card. Set n (pointer) to 1 (step 3), and check whether the nth load program name is a stopper (step 4). If it is a stopper, go to step 8; if it is not a stopper, go to step 5. Here, program load information is searched using the program name as a key (step 5). Next, the program load information in the searched program load information is searched. The program is read by the corresponding size from the program storage address and loaded to the memory load address (step 6).
n(ポインタ)を+1更新してステップ4に戻る(ステ
ップ7)、ステップ4において、n番目のプログラム名
称がストッパーであるときには、初期起動プログラムを
起動して、プログラムローダ4自身の処理を終了する(
ステップ8)。Update n (pointer) by +1 and return to step 4 (step 7). In step 4, if the nth program name is stopper, start the initial startup program and end the process of program loader 4 itself. (
Step 8).
第5図は、本発明の応用例を示すプログラムローディン
グ方式の説明図である。FIG. 5 is an explanatory diagram of a program loading method showing an application example of the present invention.
第5図においては、ロードプログラム名称を登録したテ
ーブルを複数種類定義しておき(No、1〜No、n)
、さらにシステムNo、を示すエリア7を設けて、シス
テムNo、エリア7で指定された番号(m)の対応する
ロードプログラム名称テーブル(N o 、 m )に
従って、システムを構成するものである。この方法では
、予め複数種類のロードプログラム名称を登録したテー
ブルを保持しておくので、エリア7の値を変更するだけ
で、システムの変更・拡張が可能である。In Figure 5, multiple types of tables are defined in which load program names are registered (No, 1 to No, n).
Furthermore, an area 7 indicating the system number is provided, and the system is configured according to the load program name table (N o , m ) corresponding to the number (m) specified in the system number area 7. In this method, a table in which a plurality of types of load program names are registered is maintained in advance, so that the system can be modified and expanded simply by changing the value in area 7.
以上説明したように、本発明によれば、ロードプログラ
ム名称とプログラムロード情報とを別ファイルに持ち、
プログラムローダがロードプログラム名称に登録されて
いるプログラムを、プログラムロード情報に従ってロー
ドするので、ロードプログラム名称を変更・追加するだ
けでシステムを変更・拡張できる利点がある。As explained above, according to the present invention, the load program name and program load information are stored in separate files,
Since the program loader loads the program registered in the load program name according to the program load information, there is an advantage that the system can be modified or expanded simply by changing or adding the load program name.
第1図は本発明の一実施例を示すプログラムローダの処
理フローチャート、第2図は本発明によるロードプログ
ラム名称とプログラムロード情報の詳細図、第3図は本
発明の一実施例を示すプログラムローダの処理概要を示
す図、第4図は本発明のシステム構成を示す図、第5図
は本発明の応用例を示すプログラムローディング方式の
説明図である。
1:ロードプログラム名称ファイル、2;プログラムロ
ード情報ファイル、4ニブログラムローダ、5:メモリ
、6:プログラム格納ファイル。
7:システムN o 、エリア。FIG. 1 is a processing flowchart of a program loader showing an embodiment of the present invention, FIG. 2 is a detailed diagram of load program name and program load information according to the present invention, and FIG. 3 is a program loader showing an embodiment of the present invention. FIG. 4 is a diagram showing a system configuration of the present invention, and FIG. 5 is an explanatory diagram of a program loading method showing an application example of the present invention. 1: Load program name file, 2: Program load information file, 4 Niprogram loader, 5: Memory, 6: Program storage file. 7: System No. Area.
Claims (1)
、各プログラムのロード情報を登録したテーブルと、該
テーブルのデータに従つてプログラムをロードするプロ
グラムローダとを備えた処理装置において、ロードプロ
グラム名称とプログラムロード情報とを別個のファイル
に格納し、該ロードプログラム名称テーブルの内容を変
更することにより、上記プログラムローダが変更された
プログラム名称テーブルに登録されているプログラムを
ロードすることを特徴とするプログラムローディング方
式。(1) In a processing device equipped with a table in which the name of a program to be loaded is registered, a table in which load information for each program is registered, and a program loader that loads a program according to the data in the table, the name of the load program and the program Loading information is stored in a separate file, and by changing the contents of the loading program name table, the program loader loads the program registered in the changed program name table. method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18957185A JPS6250945A (en) | 1985-08-30 | 1985-08-30 | Program loading system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18957185A JPS6250945A (en) | 1985-08-30 | 1985-08-30 | Program loading system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6250945A true JPS6250945A (en) | 1987-03-05 |
Family
ID=16243559
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP18957185A Pending JPS6250945A (en) | 1985-08-30 | 1985-08-30 | Program loading system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6250945A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63307530A (en) * | 1987-06-09 | 1988-12-15 | Hitachi Maxell Ltd | Information processing system |
JPS6418837A (en) * | 1987-07-14 | 1989-01-23 | Nec Corp | Load control system for system program |
-
1985
- 1985-08-30 JP JP18957185A patent/JPS6250945A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63307530A (en) * | 1987-06-09 | 1988-12-15 | Hitachi Maxell Ltd | Information processing system |
JPS6418837A (en) * | 1987-07-14 | 1989-01-23 | Nec Corp | Load control system for system program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5029078A (en) | Program loading method with relocation address | |
JPS6250945A (en) | Program loading system | |
US7231515B2 (en) | Method and system for maintaining the boot order of mass storage devices in a computer system | |
JPS6314258A (en) | Method for starting applircation program | |
JP2611490B2 (en) | System operating environment setting device | |
JPH0553886A (en) | Table access managing system | |
JPS61199126A (en) | Microprogram check system | |
JPH03194641A (en) | Application program sharing system | |
JP2507399B2 (en) | Database equipment | |
JPH04105128A (en) | High speed command starting system by residence | |
JPH01251264A (en) | Command adding and deleting system for time sharing system | |
JPS63198129A (en) | Input data processing system in procedure | |
JPS6269321A (en) | Process switching system | |
JPH0546415A (en) | Exclusive management control system | |
JPH0475155A (en) | Command start-up device | |
JP2003085013A (en) | Pdm system and programming method for system connection | |
JPH03260726A (en) | Microsubroutine control system | |
JPH0667891A (en) | Processing method for program loading | |
JPH05241814A (en) | Patch management device | |
JPH04367948A (en) | Saving method for file data in ipl processing | |
JPH02257349A (en) | Network address setting system | |
JPH0333928A (en) | Program patch system | |
JPH03189726A (en) | Data processor | |
JPH04131947A (en) | Table production system | |
JPH07200303A (en) | Program loading system |