JPH04364563A - Downloading control method - Google Patents

Downloading control method

Info

Publication number
JPH04364563A
JPH04364563A JP16637091A JP16637091A JPH04364563A JP H04364563 A JPH04364563 A JP H04364563A JP 16637091 A JP16637091 A JP 16637091A JP 16637091 A JP16637091 A JP 16637091A JP H04364563 A JPH04364563 A JP H04364563A
Authority
JP
Japan
Prior art keywords
program
processor
sub
main processor
information
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
JP16637091A
Other languages
Japanese (ja)
Inventor
Toshiya Morita
森田 俊也
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP16637091A priority Critical patent/JPH04364563A/en
Publication of JPH04364563A publication Critical patent/JPH04364563A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To speedily actuates a main process and a subprocessor without being affected by the size of a program to be downloaded by providing the main processor with a downloading execution decision part. CONSTITUTION:A collation information storage part 22 provided to the downloading control part 15 of the main processor 11 is stored with program information to be reported from the subprocessor 12 at the time of a startup. When the system is started up, an information control part 23 provided to the startup control part 16 of the subprocessor 12 reads information specifying a program stored in a program storage part 17, e.g. a program name and informs the main processor 11 of that. The downloading execution decision part 21 of the main processor 11 collates the reported program information together with the contents of the collation information storage part 22. Only when the result of the collation shows a noncoincidence, the downloading control part 15 downloads the program, stored in a program file 13, to the subprocessor 12.

Description

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

【0001】0001

【産業上の利用分野】本発明は、主プロセッサから副プ
ロセッサに対して、副プロセッサの動作に必要なプログ
ラムをダウンロードする際のダウンロード制御方法に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a download control method for downloading a program necessary for the operation of a sub-processor from a main processor to a sub-processor.

【0002】0002

【従来の技術】コンピュータシステムにおいて、各種の
制御や演算処理を実施するプロセッサの負担を軽減する
ために、マルチプロセッサのシステムが提案されている
。例えば通常の情報処理の他に、通信処理を伴うシステ
ムの場合、情報処理の制御を実施するプロセッサを主プ
ロセッサとし、通信処理を実施するプロセッサを副プロ
セッサとし、2つのプロセッサを用意する場合がある。 主プロセッサ及び副プロセッサ共に、その動作を実現す
るためには所定のプログラム(データ)が必要であるが
、副プロセッサが参照するプログラムを、システムの立
ち上げ時に、主プロセッサ側から供給するダウンロード
方式を適用する場合がある。
2. Description of the Related Art In computer systems, multiprocessor systems have been proposed in order to reduce the burden on processors that perform various types of control and arithmetic processing. For example, in the case of a system that involves communication processing in addition to normal information processing, two processors may be prepared: the processor that controls information processing is the main processor, and the processor that carries out communication processing is the sub-processor. . Both the main processor and the sub-processor require a certain program (data) in order to realize their operations, but a download method is used in which the program referenced by the sub-processor is supplied from the main processor when the system is started up. May apply.

【0003】このダウンロード方式は、ダウンロードす
るプログラムを変更することにより、副プロセッサの処
理内容を容易に変更でき、更に副プロセッサにハードウ
ェア上の異常が発生しても、システム全体の基板交換等
を行なうことなく、単に副プロセッサが搭載された基板
のみを交換すれば良いといったような汎用性及び保守性
の点で利点がある。ここでは、主プロセッサと副プロセ
ッサの間で実施されるダウンロードに係る制御方法を、
ダウンロード制御方法と呼ぶことにする。
[0003] This download method allows you to easily change the processing content of the sub-processor by changing the program to be downloaded, and furthermore, even if a hardware abnormality occurs in the sub-processor, it is possible to replace the board of the entire system. There are advantages in terms of versatility and maintainability, as it is only necessary to replace the board on which the sub-processor is mounted, without having to perform additional operations. Here, we will explain the control method related to downloads carried out between the main processor and the sub-processor.
This will be called a download control method.

【0004】図2に、従来のダウンロード制御方法に係
る概念図を示す。図には、主プロセッサ1、副プロセッ
サ2、そして主プロセッサ1に接続されたプログラムフ
ァイル3が示されている。主プロセッサ1は、所定の情
報処理及び、立ち上げ時に副プロセッサ2の起動制御を
行なうもので、その内部にダウンロード制御部5が設け
られている。副プロセッサ2は、主プロセッサの制御に
よりダウンロードされたプログラムに基づいた処理、例
えば通信処理を実施するもので、その内部に立ち上げ制
御部6、プログラム記憶部7が設けられている。プログ
ラムファイル3は、副プロセッサ2へとダウンロードす
るプログラム(データ)を記憶する磁気記憶装置等から
構成されるものである。
FIG. 2 shows a conceptual diagram of a conventional download control method. The figure shows a main processor 1, a sub-processor 2, and a program file 3 connected to the main processor 1. The main processor 1 performs predetermined information processing and starts control of the sub-processor 2 at startup, and is provided with a download control section 5 therein. The sub-processor 2 executes processing based on a downloaded program under the control of the main processor, such as communication processing, and is provided with a startup control section 6 and a program storage section 7 therein. The program file 3 is composed of a magnetic storage device or the like that stores programs (data) to be downloaded to the sub-processor 2.

【0005】ダウンロード制御部5は、プログラムファ
イル3から読み出したプログラムを副プロセッサ2へダ
ウンロードする制御を行なうものである。立ち上げ制御
部6は、主プロセッサからダウンロードされるプログラ
ムを受入れ、副プロセッサ2の立ち上げを制御するもの
である。プログラム記憶部7は、主プロセッサ1からダ
ウンロードされたプログラムを記憶するRAM等から構
成されるものである。
The download control unit 5 controls downloading of the program read from the program file 3 to the sub-processor 2. The start-up control unit 6 accepts a program downloaded from the main processor and controls the start-up of the sub-processor 2. The program storage unit 7 is composed of a RAM and the like that stores programs downloaded from the main processor 1.

【0006】ここで、図3を参照しながら、従来のダウ
ンロード制御方法の説明を行なう。図3は、従来の方法
に係るフローチャートである。まず主プロセッサ1及び
副プロセッサ共に電源が投入され、立ち上げが開始され
ると(ステップS1)、主プロセッサ1のダウンロード
制御部5が起動し、副プロセッサ2に対して、これから
ダウンロードを実施する旨を通知するダウンロード要求
を出力する(ステップS2)。その後、ダウンロード制
御部5は、副プロセッサ2からダウンロード要求を受付
けた旨を示す受付応答を待つことになる(ステップS3
)。副プロセッサ2の立ち上げ制御部6は、主プロセッ
サ1からのダウンロード要求を受付けると、主プロセッ
サ1に対して受付応答を出力する。
[0006] Here, a conventional download control method will be explained with reference to FIG. FIG. 3 is a flowchart of a conventional method. First, when both the main processor 1 and the sub-processor are powered on and start-up is started (step S1), the download control unit 5 of the main processor 1 starts up and informs the sub-processor 2 that a download will be performed from now on. A download request notifying the user is output (step S2). Thereafter, the download control unit 5 waits for an acceptance response indicating that the download request has been accepted from the sub-processor 2 (step S3
). When the startup control unit 6 of the sub-processor 2 receives a download request from the main processor 1, it outputs an acceptance response to the main processor 1.

【0007】ダウンロード制御部5が受付応答を認識す
ると、ステップS3の判断結果がYESとなり、プログ
ラムファイル3からダウンロードすべきプログラムを読
み出し、副プロセッサ2に対してダウンロード(転送)
を行なう(ステップS4)。その後ダウンロード制御部
5は、副プロセッサ2からプログラムを受付けた旨を示
す受信通知を待つことになる(ステップS5)。副プロ
セッサ2の立ち上げ制御部6は、主プロセッサ1から転
送されたプログラムをプログラム記憶部7に書込み、こ
の書込みを完了すると主プロセッサ1に向けて受信通知
を出力する。
[0007] When the download control unit 5 recognizes the acceptance response, the judgment result in step S3 becomes YES, reads the program to be downloaded from the program file 3, and downloads (transfers) it to the sub-processor 2.
(Step S4). Thereafter, the download control unit 5 waits for a reception notification indicating that the program has been received from the sub-processor 2 (step S5). The startup control unit 6 of the sub-processor 2 writes the program transferred from the main processor 1 into the program storage unit 7, and outputs a reception notification to the main processor 1 when this writing is completed.

【0008】ダウンロード制御部5が受信通知を認識す
ると、ステップS5の判断結果がYESとなり、副プロ
セッサ2に対して起動要求を出力し(ステップS6)、
副プロセッサ2からの受付応答を待つ(ステップS7)
。立ち上げ制御部6は、起動要求を受付けると、主プロ
セッサ1に向けて受付応答を出力すると同時に副プロセ
ッサ2をプログラム記憶部7の内容に沿って動作させる
。ダウンロード制御部5が副プロセッサ2からの受付応
答を認識すると、ステップS7の判断結果がYESとな
り、ダウンロードに係る処理を終了して、通常の情報処
理を開始する。
[0008] When the download control unit 5 recognizes the reception notification, the judgment result in step S5 becomes YES, and a start request is output to the sub-processor 2 (step S6).
Wait for an acceptance response from the sub-processor 2 (step S7)
. When the start-up control section 6 receives the start-up request, it outputs an acceptance response to the main processor 1 and at the same time causes the sub-processor 2 to operate according to the contents of the program storage section 7 . When the download control unit 5 recognizes the acceptance response from the sub-processor 2, the determination result in step S7 becomes YES, the download-related process is ended, and normal information processing is started.

【0009】[0009]

【発明が解決しようとする課題】以上説明した従来のダ
ウンロード制御方法は、立ち上げが実施される度に、主
プロセッサ1から副プロセッサ2へのプログラムの転送
、即ちダウンロードが実施される。このため、速やかに
主プロセッサ及び副プロセッサによる情報処理及び通信
処理を起動させるのが非常に困難であるといった問題が
生じていた。近年、副プロセッサの機能の増加及び複雑
な制御の実施に伴い、ダウンロードすべきプログラムも
大型化する傾向があり、この場合、より一層ダウンロー
ドに必要な時間が長くなり、速やかな起動が困難となる
。本発明は以上の点に着目してなされたもので、ダウン
ロードすべきプログラムの量に影響されることなく、速
やかに主プロセッサ及び副プロセッサの起動を行なうこ
とのできるダウンロード制御方法を提供することを目的
とする。
In the conventional download control method described above, a program is transferred from the main processor 1 to the sub-processor 2, ie, downloaded, every time startup is performed. For this reason, a problem has arisen in that it is very difficult to promptly start information processing and communication processing by the main processor and the sub processor. In recent years, with the increase in the functions of sub-processors and the implementation of complex controls, there is a tendency for programs to be downloaded to become larger, and in this case, the time required for downloading becomes even longer, making prompt startup difficult. . The present invention has been made with attention to the above points, and an object of the present invention is to provide a download control method that can quickly start up a main processor and a sub-processor without being affected by the amount of programs to be downloaded. purpose.

【0010】0010

【課題を解決するための手段】本発明のダウンロード制
御方法は、ダウンロードすべきプログラムを管理する主
プロセッサと、前記主プロセッサからダウンロードされ
た前記プログラムに基づいて処理を行なう副プロセッサ
と、前記副プロセッサに設けられ、前記プログラムを記
憶する不揮発性のプログラム記憶部とを備え、立ち上げ
時、前記副プロセッサは、前記プログラム記憶部の記憶
内容を特定するプログラム情報を前記主プロセッサに通
知し、前記主プロセッサは、前記副プロセッサから通知
された前記プログラム情報と、予め照合情報記憶部に記
憶した照合情報と前記プログラム情報を照合し、前記照
合の結果が不一致の場合のみ前記ダウンロードを実行す
るものである。
[Means for Solving the Problems] The download control method of the present invention includes a main processor that manages a program to be downloaded, a sub-processor that performs processing based on the program downloaded from the main processor, and a sub-processor that processes a program downloaded from the main processor. and a non-volatile program storage section for storing the program, and at startup, the sub-processor notifies the main processor of program information specifying the storage contents of the program storage section, and The processor collates the program information notified from the sub-processor and collation information stored in advance in a collation information storage unit, and executes the download only when the result of the collation is inconsistent. .

【0011】[0011]

【作用】この方法は、主プロセッサの照合情報記憶部に
副プロセッサから通知されるべき内容を記憶させておき
、立ち上げ時に副プロセッサから通知された内容と照合
する。この照合が一致した場合、副プロセッサは起動可
能な状態にあるものとして、直ちに起動をかける。また
、照合が不一致の場合、副プロセッサへのダウンロード
が必要であるものとして、ダウンロードの処理を行なう
[Operation] In this method, the contents to be notified from the sub-processor are stored in the collation information storage section of the main processor, and the contents to be notified from the sub-processor are compared with the contents notified from the sub-processor at startup. If the comparison matches, the subprocessor is assumed to be in a startable state and is immediately started. Further, if the comparison does not match, it is assumed that downloading to the sub-processor is necessary, and the downloading process is performed.

【0012】0012

【実施例】図1に、本発明のダウンロード制御方法に係
る概念図を示す。図には、主プロセッサ11、副プロセ
ッサ12、そして主プロセッサ11に接続されたプログ
ラムファイル13が示されている。主プロセッサ11は
、所定の情報処理及び、立ち上げ時に副プロセッサ12
の起動制御を行なうもので、その内部にダウンロード制
御部15が設けられている。副プロセッサ12は、主プ
ロセッサ11の制御によりダウンロードされたプログラ
ムに基づいた処理、例えば通信処理を実施するもので、
その内部に立ち上げ制御部16、プログラム記憶部17
が設けられている。プログラムファイル13は、副プロ
セッサ12へとダウンロードするプログラム(データを
含む)を記憶する磁気記憶装置等から構成されるもので
ある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows a conceptual diagram of the download control method of the present invention. The figure shows a main processor 11, a sub-processor 12, and a program file 13 connected to the main processor 11. The main processor 11 performs predetermined information processing and the sub-processor 12 at startup.
A download control section 15 is provided inside the download control section 15. The sub-processor 12 executes processing based on a downloaded program under the control of the main processor 11, such as communication processing.
Inside it, a startup control section 16 and a program storage section 17 are provided.
is provided. The program file 13 is composed of a magnetic storage device or the like that stores a program (including data) to be downloaded to the sub-processor 12.

【0013】ダウンロード制御部15は、プログラムフ
ァイル13から読み出したプログラムを副プロセッサ1
2へダウンロードする制御を行なうものである。立ち上
げ制御部16は、主プロセッサからダウンロードされる
プログラムを受入れ、副プロセッサ12の立ち上げを制
御するものである。プログラム記憶部17は、主プロセ
ッサ11からダウンロードされたプログラムを記憶する
不揮発性のメモリから構成されるもので、例えばバッテ
リーによりバックアップされるRAMやEEPROM等
から構成される。
The download control unit 15 downloads the program read from the program file 13 to the sub-processor 1.
This control controls downloading to 2. The startup control unit 16 accepts a program downloaded from the main processor and controls startup of the sub-processor 12. The program storage unit 17 is composed of a nonvolatile memory that stores programs downloaded from the main processor 11, and is composed of, for example, a RAM backed up by a battery, an EEPROM, or the like.

【0014】ダウンロード制御部15には、ダウンロー
ド実行判定部21及び照合情報記憶部22が設けられて
いる。ダウンロード実行判定部21は、副プロセッサ1
2から通知されるプログラム情報と、照合情報記憶部2
2に記憶された照合情報を照合し、不一致の場合のみプ
ログラムファイル13に記憶されたプログラムのダウン
ロードを実行する判定を下すものである。照合情報記憶
部22は、立ち上げ時に副プロセッサ12から通知され
るべきプログラム情報を記憶するレジスタ等から構成さ
れるもので、例えば、副プロセッサ12に対してダウン
ロードすべきプログラムを、プログラムファイル13に
書込む際に生成して記憶させておく。
The download control unit 15 is provided with a download execution determination unit 21 and a verification information storage unit 22. The download execution determination unit 21
The program information notified from 2 and the collation information storage unit 2
The verification information stored in the program file 13 is compared with the verification information stored in the program file 13, and only if there is a discrepancy, a decision is made to download the program stored in the program file 13. The collation information storage unit 22 is composed of registers and the like that store program information to be notified from the sub-processor 12 at the time of startup. Generate and store it when writing.

【0015】立ち上げ制御部16には、通知制御部23
が設けられている。通知制御部23は、副プロセッサ1
2の電源が投入され立ち上げが開始された時、プログラ
ム記憶部17の記憶内容を示すプログラム情報を主プロ
セッサ11に通知する制御を行なうものである。ここで
、図4を参照しながら、本発明のダウンロード制御方法
の説明を行なう。図4は、本発明の方法に係るフローチ
ャートである。まず主プロセッサ11及び副プロセッサ
共に電源が投入され、立ち上げが開始されると(ステッ
プS11)、副プロセッサ11の立ち上げ制御部16に
設けられた通知制御部23が起動する。通知制御部23
は、プログラム記憶部17に記憶されたプログラムを特
定する情報、例えばプログラム名称をプログラム記憶部
17から読み出して所定の通知電文(プログラム情報)
を生成し(ステップS12)、主プロセッサ11に通知
する(ステップS13)。
The startup control unit 16 includes a notification control unit 23
is provided. The notification control unit 23
When the main processor 2 is turned on and startup is started, control is performed to notify the main processor 11 of program information indicating the stored contents of the program storage section 17. Here, the download control method of the present invention will be explained with reference to FIG. FIG. 4 is a flowchart of the method of the invention. First, when the main processor 11 and the sub-processor are powered on and start-up is started (step S11), the notification control unit 23 provided in the start-up control unit 16 of the sub-processor 11 is started. Notification control unit 23
reads the information identifying the program stored in the program storage unit 17, for example, the program name, from the program storage unit 17 and sends it to a predetermined notification message (program information).
is generated (step S12) and notified to the main processor 11 (step S13).

【0016】主プロセッサ11のダウンロード制御部1
5に設けられたダウンロード実行判定部21は、通知さ
れたプログラム情報と照合情報記憶部22の内容を照合
する(ステップS14)。照合の結果一致した場合、ダ
ウンロード制御部15は、副プロセッサ12に向けて起
動要求を出力し(ステップS15)、副プロセッサ12
からの受付応答を待つ(ステップS16)。立ち上げ制
御部16は、起動要求を受付けると、主プロセッサ11
に向けて受付応答を出力すると同時に副プロセッサ12
をプログラム記憶部7の内容に沿って動作させる。
Download control unit 1 of main processor 11
The download execution determination section 21 provided in the download execution determination section 5 checks the notified program information and the contents of the verification information storage section 22 (step S14). If the comparison results in a match, the download control unit 15 outputs a startup request to the sub-processor 12 (step S15), and
Waits for an acceptance response from (step S16). When the startup control unit 16 receives the startup request, the startup control unit 16 starts the main processor 11.
At the same time, the sub-processor 12 outputs an acceptance response to
is operated according to the contents of the program storage section 7.

【0017】ダウンロード制御部15が副プロセッサ1
2からの受付応答を認識すると、ステップS16の判断
結果がYESとなり、ダウンロードに係る処理を終了し
て、通常の情報処理を開始する。なお、ステップS14
の結果、不一致の判断が下されると、先に説明した図2
ステップS2〜S5の処理に対応するプログラム転送処
理が実施され(ステップS17)、ステップS15に移
る。
[0017] The download control unit 15 is the sub-processor 1.
When the acceptance response from 2 is recognized, the determination result in step S16 becomes YES, the process related to downloading is ended, and normal information processing is started. Note that step S14
As a result, if a judgment is made that there is a discrepancy, the figure 2 explained earlier will be displayed.
Program transfer processing corresponding to the processing in steps S2 to S5 is performed (step S17), and the process moves to step S15.

【0018】本発明は以上の実施例に限定されない。通
知制御部23が主プロセッサ11に通知するプログラム
情報の内容を、プログラム情報の他に、副プロセッサ1
2を構成するハードウェアの初期診断結果や、プログラ
ム記憶部17のハッシュ値等を付加した構成にしても構
わない。この場合、通知制御部23は、初期診断結果や
ハッシュ値をプログラム情報に付加し、通知電文を生成
することになる。
The present invention is not limited to the above embodiments. The notification control unit 23 notifies the main processor 11 of the contents of the program information, in addition to the program information.
The initial diagnosis result of the hardware constituting 2, the hash value of the program storage unit 17, etc. may be added. In this case, the notification control unit 23 adds the initial diagnosis result and the hash value to the program information to generate a notification message.

【0019】[0019]

【発明の効果】以上説明したように、立ち上げ時に毎回
、主プロセッサから副プロセッサに対してダウンロード
を行なうことが無くなるので、副プロセッサのプログラ
ム記憶部に既に記憶されたプログラムが有効な間、速や
かな起動を実現することができる。
[Effects of the Invention] As explained above, since there is no need to download from the main processor to the sub-processor every time the main processor starts up, the program can be quickly downloaded while the program already stored in the program storage section of the sub-processor is valid. It is possible to realize a smooth start-up.

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

【図1】本発明のダウンロード制御方法に係る概念図で
ある。
FIG. 1 is a conceptual diagram related to a download control method of the present invention.

【図2】従来のダウンロード制御方法に係る概念図であ
る。
FIG. 2 is a conceptual diagram of a conventional download control method.

【図3】従来の方法に係るフローチャートである。FIG. 3 is a flowchart of a conventional method.

【図4】本発明の方法に係るフローチャートである。FIG. 4 is a flow chart of the method of the invention.

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

11  主プロセッサ 12  副プロセッサ 13  プログラムファイル 15  ダウンロード制御部 16  立ち上げ制御部 17  プログラム記憶部 21  ダウンロード実行判定部 22  照合情報記憶部 23  通知制御部 11 Main processor 12 Sub-processor 13 Program file 15 Download control section 16 Start-up control section 17 Program storage section 21 Download execution determination unit 22 Verification information storage unit 23 Notification control section

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  ダウンロードすべきプログラムを管理
する主プロセッサと、前記主プロセッサからダウンロー
ドされた前記プログラムに基づいて処理を行なう副プロ
セッサと、前記副プロセッサに設けられ、前記プログラ
ムを記憶する不揮発性のプログラム記憶部とを備え、立
ち上げ時、前記副プロセッサは、前記プログラム記憶部
の記憶内容を特定するプログラム情報を前記主プロセッ
サに通知し、前記主プロセッサは、前記副プロセッサか
ら通知された前記プログラム情報と、予め照合情報記憶
部に記憶した照合情報と前記プログラム情報を照合し、
前記照合の結果が不一致の場合のみ前記ダウンロードを
実行することを特徴とするダウンロード制御方法。
1. A main processor that manages a program to be downloaded, a sub-processor that performs processing based on the program downloaded from the main processor, and a non-volatile processor provided in the sub-processor that stores the program. and a program storage unit, at startup, the sub-processor notifies the main processor of program information specifying the storage contents of the program storage unit, and the main processor is configured to program the program notified from the sub-processor. collating the information, collation information stored in a collation information storage unit in advance, and the program information;
A download control method characterized in that the download is executed only when the result of the verification is a mismatch.
JP16637091A 1991-06-11 1991-06-11 Downloading control method Pending JPH04364563A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16637091A JPH04364563A (en) 1991-06-11 1991-06-11 Downloading control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16637091A JPH04364563A (en) 1991-06-11 1991-06-11 Downloading control method

Publications (1)

Publication Number Publication Date
JPH04364563A true JPH04364563A (en) 1992-12-16

Family

ID=15830153

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16637091A Pending JPH04364563A (en) 1991-06-11 1991-06-11 Downloading control method

Country Status (1)

Country Link
JP (1) JPH04364563A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08129537A (en) * 1994-10-31 1996-05-21 Nec Corp Method for connection switching between host computer and work stations in multihost system
JP2011170887A (en) * 2011-05-25 2011-09-01 Toshiba Corp Information processing apparatus and data recording method therefor
WO2018042766A1 (en) * 2016-08-30 2018-03-08 株式会社ソシオネクスト Processing device, semiconductor integrated circuit and method for starting up semiconductor integrated circuit

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08129537A (en) * 1994-10-31 1996-05-21 Nec Corp Method for connection switching between host computer and work stations in multihost system
JP2011170887A (en) * 2011-05-25 2011-09-01 Toshiba Corp Information processing apparatus and data recording method therefor
WO2018042766A1 (en) * 2016-08-30 2018-03-08 株式会社ソシオネクスト Processing device, semiconductor integrated circuit and method for starting up semiconductor integrated circuit
JPWO2018042766A1 (en) * 2016-08-30 2019-06-24 株式会社ソシオネクスト PROCESSING APPARATUS, SEMICONDUCTOR INTEGRATED CIRCUIT, AND START-UP METHOD OF SEMICONDUCTOR INTEGRATED CIRCUIT
US10997298B2 (en) 2016-08-30 2021-05-04 Socionext Inc. Processing apparatus, and semiconductor integrated circuit and boot method therefor

Similar Documents

Publication Publication Date Title
JP2772103B2 (en) Computer system startup method
JPH08263282A (en) Branching control system for rom program processor
JP3117958B2 (en) Server setting device
JPH04364563A (en) Downloading control method
NO317558B1 (en) Method and apparatus for allowing a fixed program to be developed
US9081727B2 (en) Method, apparatus and computer program for loading files during a boot-up process
JP3586943B2 (en) Program loading device and method
JPS59184947A (en) Storage system of program
JPH02214955A (en) Os starting system
JPH08272757A (en) Multiprocessor system and program starting method
JPS6256535B2 (en)
JPH03263228A (en) Handing-over processing system for start processing
JPH09245006A (en) Execution device and execution method for job in tightly coupled multiprocessor system
JPS5835648A (en) Program execution controlling system
JP2506591B2 (en) Auxiliary processor
JPH08241212A (en) Task management device and its control method
JPH03282742A (en) Computer system
JPH0452825A (en) Updating processing method for system definition information
JPS603217B2 (en) Memory dump startup method
US6308196B1 (en) Method and interface device for sharing physical resources
JPS6069739A (en) Information processor
JPH11272516A (en) Dump output control system
JPS62168249A (en) Down-load processing system
JPS62251832A (en) Raising system for electronic apparatus
JPH056302A (en) Memory management system