[go: up one dir, main page]

JPH02135528A - Method for selecting activation os in multi-os - Google Patents

Method for selecting activation os in multi-os

Info

Publication number
JPH02135528A
JPH02135528A JP28779588A JP28779588A JPH02135528A JP H02135528 A JPH02135528 A JP H02135528A JP 28779588 A JP28779588 A JP 28779588A JP 28779588 A JP28779588 A JP 28779588A JP H02135528 A JPH02135528 A JP H02135528A
Authority
JP
Japan
Prior art keywords
activation
boot
selection information
information
storage means
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
JP28779588A
Other languages
Japanese (ja)
Inventor
Masaru Takei
武井 大
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 JP28779588A priority Critical patent/JPH02135528A/en
Publication of JPH02135528A publication Critical patent/JPH02135528A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To arbitrarily select an activation OS by storing the activation OS selection information to select one of plural OSs into a non-destructive storing means and executing an initial program loading IPL from an OS storing means based on the activation OS selection information with a program control means at the time of activating a device. CONSTITUTION:An activation OS selector in a multi-operating system OS is composed of a processor 1, a memory 2 including a RAM and a ROM, a battery backup memory 3, a floppy disk device 4, an FD interface circuit 5, etc. The activation OS selection information selected at the time of activating is before hand stored in the battery backup memory 3, and at the time of activating the device, the initial program loading is executed from an OS storing means 3 based on the activation OS selection information. In such a way, at the time of activating the device, the activation OS to execute IPL can be arbitrarily selected by the activation OS selection information from a non-destructive storing means.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は例えばパーソナルコンピュータ等におけるマ
ルチオペレイティングシステム(以下オペレイティング
システムはOSという)の選択方法、特に通常の供給電
源が断となっても情報の破壊されない非破壊記憶手段を
用いた起動OSの選択方法に関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] This invention relates to a method for selecting a multi-operating system (hereinafter referred to as an OS) in a personal computer, in particular, a method for selecting a multi-operating system (hereinafter referred to as an OS) in a personal computer, etc. The present invention relates to a method for selecting a boot OS using a non-destructive storage means that is not destroyed.

[従来の技術] 従来例えばパーソナルコンピュータ等におけるイニシャ
ルプログラムローディング(以下IPLという)の制御
は、フロッピィディスクやハードディスク等のOSの記
憶媒体の所定箇所からランダムアクセスメモリ(以下R
AMという)等のメモリにロードするのが一般的である
。従ってシステム起動時のOSは決まっていて固定され
ていた。
[Prior Art] Conventionally, for example, control of initial program loading (hereinafter referred to as IPL) in a personal computer, etc. is performed by loading a random access memory (hereinafter referred to as R
It is common to load the data into a memory such as AM. Therefore, the OS at system startup was determined and fixed.

近年になり同一装置に例えば顧客用OSとか、保守用O
Sとか、複数のOSが使用されるようになったが、シス
テム起動時のOSを選択する方法としては、例えば複数
のOSをそれぞれ別個の記憶媒体に記憶させ、システム
起動時に所望の記憶媒体に交換してIPLを行なうしか
方法がなかった。従来は一般に複数のOSが同一記憶媒
体に記憶されていても、電源投入時には決まった(固定
の)O5でしか起動することができなかった。
In recent years, the same device has been equipped with, for example, a customer OS and a maintenance OS.
Nowadays, multiple OSs such as S are used, but one way to select the OS at system startup is, for example, to store multiple OSs in separate storage media, and then to select the desired OS at system startup. The only option was to replace it and perform an IPL. Conventionally, even if a plurality of OSs were stored on the same storage medium, they could only be started at a fixed (fixed) O5 when the power was turned on.

第2図は従来のマルチOSのプログラムのフローチャー
トである。同図のステップSlでは、電源投入又はリセ
ットによる起動時のOSをIPLプログラムの実行によ
ってOS記憶媒体よりメモリにロードする。次のステッ
プS2では起動されたOS上のプログラムを実行し、プ
ログラムが終了するとステップS3に移る。ステップS
3ではOS切替コマンドかどうかの判定を行い、OS切
替コマンドでない場合は、ステップS2に戻りこの動作
を繰り返す。またOS切替コマンドの場合はステップS
1に戻り、切替コマンドにより指定された別のOSを、
IPLプログラムの実行によりOS記憶媒体よりメモリ
にロードし、以下同様の動作を繰り返す。
FIG. 2 is a flowchart of a conventional multi-OS program. In step Sl in the same figure, the OS at startup by power-on or reset is loaded from the OS storage medium into the memory by executing an IPL program. In the next step S2, a program on the activated OS is executed, and when the program is finished, the process moves to step S3. Step S
In step S3, it is determined whether it is an OS switching command, and if it is not an OS switching command, the process returns to step S2 and repeats this operation. In addition, in the case of an OS switching command, step S
Return to step 1 and switch to another OS specified by the switch command.
By executing the IPL program, it is loaded from the OS storage medium into the memory, and the same operation is repeated thereafter.

[発明が解決しようとする課題] 上記のような従来の起動OSの選択方法では、複数のO
Sが用意されていても、起動時のOSは常に固定され、
選択できないか又はOS記憶媒体の交換により起動OS
を選択する方法しかなかった。
[Problems to be Solved by the Invention] In the conventional boot OS selection method as described above, multiple OS
Even if S is prepared, the OS at startup is always fixed,
The boot OS may not be selected or the OS storage medium may be replaced.
There was only one way to choose.

本発明は、かかる問題点を解決するためになされたもの
で、記憶媒体を交換しなくとも起動OSを任意に選択で
きる方法を得ることを目的とする。
The present invention has been made to solve such problems, and an object of the present invention is to provide a method that allows a user to arbitrarily select a boot OS without replacing the storage medium.

[課題を解決するための手段] この発明に係るマルチOSにおける起動OS選択方法は
、記憶されたプログラムを読出し該プログラムの実行を
制御するプログラム制御手段と、複数のOSを記憶する
OS記憶手段と、通常の供給電源が断となっても格納さ
れた情報が破壊されない非破壊記憶手段とを備えた装置
において、あらかじめ前記複数のOSのうちの1つを起
動時に選択する起動OS選択情報を、前記非破壊記憶手
段に格納し、前記装置の起動時に前記プログラム制御手
段が、前記非破壊記憶手段から読出した起動OS選択情
報に基づき前記OS記憶手段からイニシャルプログラム
ローディング(IPL)を行なうものである。
[Means for Solving the Problems] A boot OS selection method in a multi-OS according to the present invention includes: a program control unit that reads a stored program and controls the execution of the program; and an OS storage unit that stores a plurality of OSs. , a non-destructive storage means in which the stored information is not destroyed even if the normal power supply is cut off, boot OS selection information for selecting one of the plurality of OSs at startup in advance; The program controller is stored in the non-destructive storage means, and when the device is started up, the program control means performs initial program loading (IPL) from the OS storage means based on boot OS selection information read from the non-destructive storage means. .

[作 用] この発明においては、複数のOSをOS記憶手段に記憶
する装置において、通常の供給電源が断となっても記憶
された情報が破壊されない非破壊記憶手段、例えばバッ
テリイバックアップメモリや不揮発メモリ等に、起動時
に選択する起動OS選択情報をあらかじめ記憶させてお
き、装置の起動時に前記起動OS選択情報に基づき前記
OS記憶手段からイニシャルプログラムローディングを
行なう。従って起動OSは固定されたものではなく、前
記起動OS選択情報を変更することにより任意の起動σ
Sをイニシャルプログラムローディングすることができ
る。
[Function] In the present invention, in a device that stores a plurality of OSs in an OS storage means, a non-destructive storage means that does not destroy stored information even if the normal power supply is cut off, such as a battery backup memory or the like, is used. Startup OS selection information to be selected at startup is stored in advance in a nonvolatile memory or the like, and an initial program is loaded from the OS storage means based on the startup OS selection information when the device is started up. Therefore, the boot OS is not fixed, and by changing the boot OS selection information, any boot OS σ can be set.
S can be loaded as an initial program.

[実施例] 第1図は本発明に係るマルチOSにおける起動OS選択
装置のブロック図であり、1はプロセッサ、2はRAM
及びリードオンリメモリ(以下ROMという)を含むメ
モリ、3はバッテリイバックアップメモリ(以下BBM
という)、4はフロッピィディスク(以下FDという)
装置、5はFDインタフェイス回路(インタフェイスは
以下1Fという)、6はキーボード、7はキーボードI
F回路、8はプリンタ、9はプリンタIF回路、10は
デイスプレィ、llはデイスプレィIF回路である。
[Embodiment] FIG. 1 is a block diagram of a boot OS selection device in a multi-OS according to the present invention, where 1 is a processor, 2 is a RAM
3 is a memory including read-only memory (hereinafter referred to as ROM), and 3 is battery backup memory (hereinafter referred to as BBM).
), 4 is a floppy disk (hereinafter referred to as FD)
5 is an FD interface circuit (the interface is hereinafter referred to as 1F), 6 is a keyboard, and 7 is a keyboard I.
F circuit, 8 is a printer, 9 is a printer IF circuit, 10 is a display, and 11 is a display IF circuit.

第3図は本発明に係るマルチOSにおける起動OS選択
方法のフローチャートである。
FIG. 3 is a flowchart of a method for selecting a boot OS in a multi-OS system according to the present invention.

第4図は本発明に係るBBM内の起動OSテーブルを説
明する図である。
FIG. 4 is a diagram illustrating a boot OS table in the BBM according to the present invention.

いま第1図を参照して第3図及び第4図を説明する。第
3図のステップSIOにおいて、電源投入(POW O
N)又はリセットを行ない、ステップ11に移る。ステ
ップ811では第1図のBBMB内の起動OS情報テー
ブルから起動OSフラグをサーチする。第4図がこのB
BMB内の起動OSテーブルを説明する図であり、同図
においてはそれぞれのOSについて、フラグ情報、起動
OSの名称情報、ディスク記憶装置の情報、及び該記憶
装置のアドレス情報が、サポート数n個分だけテーブル
形式で88M3に記憶されている。このテーブルは一種
のユーティリティで各OSが共通にメンテナンスできる
。即ちプロセッサ1が新規の業務を処理するためOSを
変更する必要が生じた場合は、プロセッサ1が通常のメ
モリ2内の選択したアドレスに新規の情報を書込むのと
同様に、BBMB内の起動OS情報テーブルのアドレス
を選択し、このテーブルアドレスに新規のフラグ情報を
書込むことによりOSのフラグ情報を変更できる。また
このテーブルはバッテリイでバックアップされ、通常電
源(一般に交流電源から給電される電源のこと)の供給
が断となっても格納された情報は保存されている。また
フラグ情報の1”は対応する起動OSがロード命令によ
りローディングされるべきことを示し、“0″は対応す
る起動OSがロード命令によりローディングされるべき
でないことを示している。ステップSllの次にステッ
プS12に移る。ステップS12では起動OSのフラグ
情報のいずれかに1“があるかをチエツクする。
3 and 4 will now be explained with reference to FIG. 1. In step SIO of Fig. 3, the power is turned on (POW O
N) Or perform a reset and move on to step 11. In step 811, the boot OS flag is searched from the boot OS information table in the BBMB shown in FIG. Figure 4 is this B
This is a diagram illustrating a boot OS table in the BMB, and in the figure, for each OS, flag information, boot OS name information, disk storage device information, and address information of the storage device are supported by n pieces. are stored in the 88M3 in table format. This table is a type of utility that can be commonly maintained by each OS. That is, when it becomes necessary for processor 1 to change the OS in order to process a new task, processor 1 writes new information to a selected address in normal memory 2. The flag information of the OS can be changed by selecting the address of the OS information table and writing new flag information to this table address. Additionally, this table is backed up by a battery, and the stored information is preserved even if the normal power supply (generally, power supplied from an AC power source) is cut off. Further, flag information "1" indicates that the corresponding boot OS should be loaded by a load instruction, and "0" indicates that the corresponding boot OS should not be loaded by a load instruction.Next to step Sll Then, the process moves to step S12. In step S12, it is checked whether any of the flag information of the boot OS has 1".

フラグ情報のいずれかに“1″があればステップS14
に移り、すべてのフラグ情報が0”で全く“1″がなけ
ればステップS13に移る。ステップS13では、第1
図のデイスプレィIF回路11を介してデイスプレィ1
0の表示面上に第4図に示されるようなテーブル形式の
起動OS設定画面を表示し、オペレータに起動OSを選
択させる。即ちオベータ1各起動OSに付与された番号
を選択し、キーボード6からこの番号を入力することに
より、プロセッサ1はこの選択されたOSのフラグを“
1“にセットさせ、次のステップSL4に移る。
If any of the flag information is “1”, step S14
If all the flag information is 0 and there is no 1, the process moves to step S13.In step S13, the first
Display 1 via the display IF circuit 11 shown in the figure.
A boot OS setting screen in a table format as shown in FIG. 4 is displayed on the display screen of 0, and the operator is prompted to select the boot OS. In other words, by selecting the number assigned to each booted OS in the Ovation 1 and inputting this number from the keyboard 6, the processor 1 sets the flag of the selected OS to "
1" and proceed to the next step SL4.

ステップSL4では88M3に格納され、フラグ情報が
“1″である起動OSか、又はオペレータが選択し、そ
のフラグを“1”にセットした起動OSを格納した記憶
装置及びそのアドレスの情報を読込み、ステップS15
に移る。ステップS15ではステップS14で読込まれ
た記憶装置の指定アドレスから該当OSをメモリにロー
ディングする。ステップS15の次にステップSi6に
移る。ステップ31Bでは該当業務を処理し、処理終了
後ステップS17に移る。ステップS17では業務終了
かの判断を行ない、終了の場合はステップS20にジャ
ンプし、終了でない場合はステップSI8に移る。ステ
ップS18ではオペレータが次の業務を行なうのにOS
の変更が必要かどうかを判断し、キーボード6からOS
変更あり又は変更なしのデータを入力し、プロセッサ1
はこの入力データによりOSの変更があるかの判断を行
ない、変更がなければステップ816に戻り、変更があ
ればステップS19に移る。ステップS19ではOS切
替コマンド割込みを次のようにして行なう。即ちプロセ
ッサ1が新規の業務を処理するため、BBMB内の起動
OS情報テーブルにアクセスして、使用済みのOSフラ
グを“1”′から“0″に変更し、また新規の業務を行
なうのに必要とするOSフラグを“0″から“1”に変
更する割込みコマンドを実行する。
In step SL4, information about the storage device and its address stored in the 88M3 and storing the boot OS whose flag information is "1" or the boot OS selected by the operator and whose flag is set to "1" is read; Step S15
Move to. In step S15, the corresponding OS is loaded into the memory from the designated address of the storage device read in step S14. After step S15, the process moves to step Si6. In step 31B, the corresponding task is processed, and after the processing is completed, the process moves to step S17. In step S17, it is determined whether the work has ended, and if it has ended, the process jumps to step S20, and if it has not ended, the process moves to step SI8. In step S18, the operator uses the OS to perform the next task.
Determine if it is necessary to change the OS from the keyboard 6.
Enter the data with or without changes, and
determines whether there is a change in the OS based on this input data, and if there is no change, the process returns to step 816, and if there is a change, the process moves to step S19. In step S19, an OS switching command interrupt is performed as follows. That is, in order to process a new task, processor 1 accesses the boot OS information table in the BBMB, changes the used OS flag from "1" to "0", and also processes the new task. Execute an interrupt command to change the required OS flag from "0" to "1".

そしてステップSL4ヘジャンプする。ステップS14
では新規にフラグで指定された起動OSを格納した記憶
装置及びそのアドレス情報を読込み、ステップS15以
下の動作を繰り返す。ステップS20では電源を断(P
OW 0FF)とし、業務を終了する。
Then, the process jumps to step SL4. Step S14
Then, the storage device storing the boot OS specified by the flag and its address information are read, and the operations from step S15 onwards are repeated. In step S20, the power is turned off (P
OW 0FF) and end the work.

また本実施例においては、第4図の起動OSテーブルを
第1図の88M3に格納するように説明したが、この発
明はこれに限定されるものではなく、他の同様な機能を
有するメモリ、例えば不揮発メモリ等を使用してもよい
。即ち本装置に供給される通常電源が断となっても格納
された情報が破壊されない非破壊記憶手段(Non D
estructiveMemory)であればよい。
Furthermore, in this embodiment, the boot OS table shown in FIG. 4 is stored in the 88M3 shown in FIG. For example, a non-volatile memory or the like may be used. In other words, non-destructive storage means (Non D
structiveMemory).

[発明の効果] 以上のようにこの発明によれば、装置の起動時にIPL
する起動OSが、非破壊記憶手段からの起動OS選択情
報により任意に選択できるので、装置製造者のサービス
員が保守用プログラムを携帯する必要がなくなった。ま
た例えば金融機関用装置で、システム開発用、営業店用
、保守用のように、複数のOSをそれぞれ個別の記憶媒
体に格納して管理したり、装置の起動時に記憶媒体を交
換したりする必要がなく、複数のOSを1つの記憶媒体
に格納できるので、装置の保守性が著しく向上するとい
う効果が得られている。
[Effects of the Invention] As described above, according to the present invention, when the device is started up, the IPL
Since the boot OS to be used can be arbitrarily selected using the boot OS selection information from the non-destructive storage means, there is no longer a need for the service personnel of the device manufacturer to carry a maintenance program with them. In addition, for example, in devices for financial institutions, multiple OSs may be stored and managed in separate storage media for system development, branch use, and maintenance, and storage media may be exchanged when the device is started up. Since this is not necessary and multiple OSs can be stored on one storage medium, the maintainability of the device is significantly improved.

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

第1図は本発明に係るマルチOSにおけるOS選択装置
のブロック図、第2図は従来のマルチOSのプログラム
のフローチャート、第3図は本発明に係るマルチOSに
おける起動OS選択方法のフローチャート、第4図は本
発明に係るBBM内の起動oSテーブルを説明する図で
ある。 図において、1はプロセッサ、2はメモリ、3はBBM
、4はFD装置、5はFDIF回路、6はキーボード、
7はキーボードIF回路、8はプリンタ、9はプリンタ
IF回路、lOはデイスプレィ、11はディス1141
1回路である。 3:バッテリイバックアッブメモ1月SSM)λトイヒ
日月にイ糸るマノV!roSにゐ1する起動O5運上m
のフbツク図第1図
FIG. 1 is a block diagram of an OS selection device in a multi-OS according to the present invention, FIG. 2 is a flowchart of a conventional multi-OS program, and FIG. 3 is a flowchart of a boot OS selection method in a multi-OS according to the present invention. FIG. 4 is a diagram illustrating the activation oS table in the BBM according to the present invention. In the figure, 1 is a processor, 2 is a memory, and 3 is a BBM.
, 4 is the FD device, 5 is the FDIF circuit, 6 is the keyboard,
7 is a keyboard IF circuit, 8 is a printer, 9 is a printer IF circuit, IO is a display, 11 is a display 1141
It is one circuit. 3: Battery Backup Memo January SSM) λ Toihi Sun Moon Iitoru Mano V! Startup O5 to roS
Figure 1

Claims (1)

【特許請求の範囲】  記憶されたプログラムを読出し該プログラムの実行を
制御するプログラム制御手段と、複数のオペレーティン
グシステム(OS)を記憶するOS記憶手段と、通常の
供給電源が断となっても格納された情報が破壊されない
非破壊記憶手段とを備えた装置において、 あらかじめ前記複数のOSのうちの1つを起動時に選択
する起動OS選択情報を、前記非破壊記憶手段に格納し
、前記装置の起動時に前記プログラム制御手段が、前記
非破壊記憶手段から読出した起動OS選択情報に基づき
前記OS記憶手段からイニシャルプログラムのロードを
行うことを特徴とするマルチOSにおける起動OS選択
方法。
[Claims] Program control means for reading stored programs and controlling the execution of the programs; OS storage means for storing a plurality of operating systems (OS); In the apparatus, boot OS selection information for selecting one of the plurality of OSs at startup is stored in advance in the non-destructive storage means, and the information stored in the plurality of OSs is stored in the non-destructive storage means. A startup OS selection method in a multi-OS system, characterized in that, at startup, the program control means loads an initial program from the OS storage means based on startup OS selection information read from the non-destructive storage means.
JP28779588A 1988-11-16 1988-11-16 Method for selecting activation os in multi-os Pending JPH02135528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28779588A JPH02135528A (en) 1988-11-16 1988-11-16 Method for selecting activation os in multi-os

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28779588A JPH02135528A (en) 1988-11-16 1988-11-16 Method for selecting activation os in multi-os

Publications (1)

Publication Number Publication Date
JPH02135528A true JPH02135528A (en) 1990-05-24

Family

ID=17721849

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28779588A Pending JPH02135528A (en) 1988-11-16 1988-11-16 Method for selecting activation os in multi-os

Country Status (1)

Country Link
JP (1) JPH02135528A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05257696A (en) * 1990-06-25 1993-10-08 Internatl Business Mach Corp <Ibm> Personal computer and its operating method
JPH08137675A (en) * 1994-11-14 1996-05-31 Nec Corp Operation environment setting system and its device
JPH08166882A (en) * 1994-12-12 1996-06-25 Nec Corp Address space management system
US7277097B2 (en) 2002-11-12 2007-10-02 Mitac Technology Corp. Method for implementing multiple power-up graphics in a single computer platform, and computer platform and storage medium therefor
WO2009110654A1 (en) * 2008-03-03 2009-09-11 Korea Telecom Internet Solutions Apparatus for providing on-line game service by multiple operating system and method for controlling the same
JP2014186501A (en) * 2013-03-22 2014-10-02 Nec Corp Information processor and start control method therefor, storage medium, and computer program
US10545772B2 (en) 2014-03-18 2020-01-28 International Business Machines Corporation Architectural mode configuration
US10747582B2 (en) 2014-03-18 2020-08-18 International Business Machines Corporation Managing processing associated with selected architectural facilities

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05257696A (en) * 1990-06-25 1993-10-08 Internatl Business Mach Corp <Ibm> Personal computer and its operating method
JPH08137675A (en) * 1994-11-14 1996-05-31 Nec Corp Operation environment setting system and its device
JPH08166882A (en) * 1994-12-12 1996-06-25 Nec Corp Address space management system
US7277097B2 (en) 2002-11-12 2007-10-02 Mitac Technology Corp. Method for implementing multiple power-up graphics in a single computer platform, and computer platform and storage medium therefor
WO2009110654A1 (en) * 2008-03-03 2009-09-11 Korea Telecom Internet Solutions Apparatus for providing on-line game service by multiple operating system and method for controlling the same
JP2014186501A (en) * 2013-03-22 2014-10-02 Nec Corp Information processor and start control method therefor, storage medium, and computer program
US10545772B2 (en) 2014-03-18 2020-01-28 International Business Machines Corporation Architectural mode configuration
US10552175B2 (en) 2014-03-18 2020-02-04 International Business Machines Corporation Architectural mode configuration
US10747582B2 (en) 2014-03-18 2020-08-18 International Business Machines Corporation Managing processing associated with selected architectural facilities
US10747583B2 (en) 2014-03-18 2020-08-18 International Business Machines Corporation Managing processing associated with selected architectural facilities
US11023256B2 (en) 2014-03-18 2021-06-01 International Business Machines Corporation Architectural mode configuration
US11029974B2 (en) 2014-03-18 2021-06-08 International Business Machines Corporation Architectural mode configuration

Similar Documents

Publication Publication Date Title
EP0100140B1 (en) Data processing system and method of starting up system
EP0464988A2 (en) Personal Computer system
US20080098381A1 (en) Systems and methods for firmware update in a data processing device
KR20080001268A (en) Portable device supporting multiple operating systems and its support method
KR101489158B1 (en) A storage medium in which a master boot record is stored, a computer system containing the master, and a booting method thereof
JPH02135528A (en) Method for selecting activation os in multi-os
JPH05233162A (en) Data saving system and data processing system provided with maintenance function
JP2535609B2 (en) Computer system
JPH08314801A (en) Memory managing system
JPH04169929A (en) Boot priority changing device
JP2972930B2 (en) Optimal environment setting device for computer system
JP2023044965A (en) Information processing device and program
JPS6329861A (en) Ipl control system
JPS5856051A (en) Address comparison system by access interruption
JPH0756742A (en) Computer system and method for attaining degradation operation of the system
JPH03229331A (en) Information processor
JPS61139851A (en) Patch system of program
JPS63206831A (en) Method for controlling start up of application program
JPH0342751A (en) Boot load control system
JPS62226230A (en) Correction control system for microprogram
JPH01232446A (en) Computer program development support device
JPH03260840A (en) Bank memory control system for multi-task
JPH02161855A (en) Communication control method for computer network system
JPS6079459A (en) Multi-computer system startup processing device
JPH0628233A (en) Information equipment