JPS63298447A - Multi-operating system console control system - Google Patents

Multi-operating system console control system

Info

Publication number
JPS63298447A
JPS63298447A JP13110787A JP13110787A JPS63298447A JP S63298447 A JPS63298447 A JP S63298447A JP 13110787 A JP13110787 A JP 13110787A JP 13110787 A JP13110787 A JP 13110787A JP S63298447 A JPS63298447 A JP S63298447A
Authority
JP
Japan
Prior art keywords
input
operating system
output
request
task
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
JP13110787A
Other languages
Japanese (ja)
Inventor
Atsushi Yoshida
淳 吉田
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.)
Hitachi Microcomputer System Ltd
Hitachi Ltd
Original Assignee
Hitachi Ltd
Hitachi Microcomputer Engineering 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 Hitachi Ltd, Hitachi Microcomputer Engineering Ltd filed Critical Hitachi Ltd
Priority to JP13110787A priority Critical patent/JPS63298447A/en
Publication of JPS63298447A publication Critical patent/JPS63298447A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To control the input/output requests of plural operating systems OS via a nucleus OS and also to enable plural OSs to share a single console, by using a 1st OS serving as a nucleus to control all processes in a multi-operating system. CONSTITUTION:A 2nd operating system OS4 or a user task gives an input/output request to a 1st OS1 before the OS4 or the user task controlled by the OS4 gives an input/output request to an input/output control task (I/O handler) 2 which is controlled by the OS1. Thus the OS1 decides whether the OS1 itself has a privileged input/output request or not to its own received request or whether an input/output request is received or not from another task controlled by the OS1. Then the OS1 gives permission to the requester OS4 or the user task based on the result of said decision. Thus all input/output processes are carried out under the control of the OS1.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、1台のコンピュータ上で異なったオペレーテ
ィングシステム(以下、O8と略す)を稼動させ、1台
のコンソール端末装置(以下、コンソールと略す)によ
り、これらのO8を一括管理させるコンソール制御方式
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention runs different operating systems (hereinafter referred to as O8) on one computer, and operates one console terminal device (hereinafter referred to as console). (omitted) relates to a console control method for collectively managing these O8s.

〔従来の技術〕[Conventional technology]

従来のかかるコンソール制御方式は、特開昭61−54
538号公報に記載のように第2のオペレーティングシ
ステムあるいは第2のオペレーティングシステムに制御
されるユーザタスクが第1のオペレーティングシステム
に制御される入出力制御タスクに対し直接入出力要求を
行う方式であるが、この方式では核となるオペレーティ
ングシステムが入出力要求を管理していないため入出力
要求が複数同時に発生した場合あるいは特権的に行う入
出力要求か否かなどの制御は入出力制御タスクにて行う
必要があるため、核となる第1のオペレーティングシス
テムの制御が介入されないという問題があった。
The conventional console control method is disclosed in Japanese Patent Application Laid-Open No. 61-54.
As described in Publication No. 538, this is a method in which a second operating system or a user task controlled by the second operating system makes a direct input/output request to an input/output control task controlled by the first operating system. However, in this method, the core operating system does not manage input/output requests, so if multiple input/output requests occur at the same time, or whether the input/output requests are privileged or not, control is performed by the input/output control task. Therefore, there was a problem in that the control of the first operating system, which is the core, was not intervened.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記従来技術では、マルチオペレーティングシステムに
おける全ての処理の制御は核となる第1のオペレーティ
ングシステムによりなされるという基本的な検討が欠け
ているため前述の問題が発生する。
The above-mentioned conventional technology lacks the fundamental consideration that all processing in a multi-operating system is controlled by the core first operating system, which causes the above-mentioned problem.

本発明の目的は、全ての入出力処理を核となる第1のオ
ペレーティングシステムを介して行うことにある。
An object of the present invention is to perform all input/output processing via a first core operating system.

尚、入出力制御タスクにより画面を複数に分割して制御
する方式については、上記公知例による方法であっても
あるいは他の方法であってもかまわない。
Note that the method of controlling the screen by dividing it into a plurality of parts using the input/output control task may be the method according to the above-mentioned known example or another method.

〔問題点を解決するための手段〕[Means for solving problems]

上記目的は、第2のオペレーティングシステム(以下、
第208と略す)あるいは第208に制御されるユーザ
タスク(以下、ユーザタスクと略す)が第1のオペレー
ティングシステム(以下、第tosと略す)に制御され
る入出力制御タスク(以下、工10ハンドラと称す)に
対して入出力要求を行う前に第208あるいはユーザタ
スクが第108に対し入出力許可要求を行い、第108
はこの要求に対して、第108自身が特権的な入出力要
求を行っているか否か、あるいは第108により制御さ
れる他のタスク(オペレーティングシステムでもユーザ
タスクでもよい)からの入出力要求中か否かを判断し、
要求元の第208あるいはユーザタスクに許可を与える
ことにより全ての入出力処理は第10Sの管理下で行わ
れるというオペレーティングシステムの基本動作を満足
できる。
The above purpose is to implement a second operating system (hereinafter referred to as
208) or a user task (hereinafter referred to as user task) controlled by the 208th handler (hereinafter referred to as the 10th handler) controlled by the first operating system (hereinafter referred to as TOS). Before making an input/output request to the 108th node, the 208th or user task requests input/output permission to the 108th node.
In response to this request, determines whether the 108th itself is making a privileged I/O request, or whether it is an I/O request from another task (which may be an operating system or a user task) controlled by the 108th. Decide whether or not
By granting permission to the requesting 208th or user task, it is possible to satisfy the basic operation of the operating system that all input/output processing is performed under the control of the 10th S.

〔作用〕[Effect]

I10ハンドラは入出力要求を受は付けると、コンソー
ルへの入出力処理を行い、終了すると終了メツセージを
第iosに送出する。従って、第108から見れば第2
08あるいはユーザタスクから入出力許可要求があると
、I10ハンドラの動作状態、つまり第108自身の入
出力要求中であるか、他のタスクからの入出力要求中で
あるかあるいは待期中であるかは容易に判断できるため
、第108は要求元に対して許可を与えるか、工10ハ
ンドラからの終了メツセージ受入まで許可を与えること
を待つかを決定可能である。
When the I10 handler accepts an input/output request, it performs input/output processing to the console, and upon completion, sends a termination message to the iOS. Therefore, from the perspective of the 108th, the 2nd
08 or when an input/output permission request is received from a user task, the operating state of the I10 handler is determined, i.e., whether it is requesting its own input/output, requesting input/output from another task, or waiting. Since this can be easily determined, the 108th node can decide whether to grant permission to the request source or wait to grant permission until the completion message is received from the 10th handler.

第208あるいはユーザタスクは第10Sからの入出力
許可を受入るとI10ハンドラを駆動しコンソールに対
して入出力を行う。
When the 208th or user task receives input/output permission from the 10th S, it drives the I10 handler and performs input/output to the console.

〔実施例〕〔Example〕

以下、本発明の一実施例を第1図、第2図および第3図
により説明する。
An embodiment of the present invention will be described below with reference to FIGS. 1, 2, and 3.

第1図はシステム全体の構成図で、1はシステムの核と
なる第108,2はコンソールへの入出力制御を行うI
10ハンドラで、1台のコンソールを複数のO8のため
に画面を分割させて表示する機能を具備し、3はコンソ
ール、4は第1081に制御される第208,5は第2
082に制御されるユーザタスクである。第2084あ
るいはユーザタスク5がコンソール3に対し入出力要求
を行う場合の流れを第2図により説明する。第2084
あるいはユーザタスク5(以下、2者をまとめて要求元
と称す)は入出力処理が必要になるとブロック10に示
すように入出力許可要求を第1081に要求する。ブロ
ック11にて、1g1O81より許可がない場合要求元
はブロック12に示すように許可があるまで待つかある
いは他の処理を行いつつ許可があるまで待つ。ブロック
11にて許可があると要求元はブロック13に示すよう
にI10ハンドラ2に対して入出力を要求する。I10
ハンドラ2は入出力要求に従ってコンソールに対し入出
力処理を行い、終了すると終了メツセージを第1081
に送出する。
Figure 1 is a configuration diagram of the entire system, where 1 is the core of the system, 108, and 2 is the I that controls input/output to the console.
10 handlers have the function of splitting the screen of one console to display multiple O8s, 3 is the console, 4 is the 208th handler controlled by the 1081st handler, and 5 is the 2nd handler.
This is a user task controlled by 082. The flow when the 2084 or user task 5 issues an input/output request to the console 3 will be explained with reference to FIG. No. 2084
Alternatively, when user task 5 (hereinafter the two parties are collectively referred to as request sources) requires input/output processing, it requests input/output permission from the 1081st task as shown in block 10. In block 11, if there is no permission from 1g1O81, the requestor waits until permission is obtained as shown in block 12, or waits until permission is obtained while performing other processing. If permission is granted in block 11, the request source requests input/output from the I10 handler 2 as shown in block 13. I10
Handler 2 performs input/output processing to the console according to the input/output request, and upon completion, sends a termination message to the 1081st
Send to.

次に入出力を管理する第1081の処理の流れを第3図
により説明する。ブロック20にて要求元より入出力許
可要求があると、ブロック21およびブロック四に示す
ように第1081自身が入出力要求中であるかあるいは
他のタスクから入出力要求中であるかを判定し、入出力
要求中であればそれぞれブロック22あるいはブロック
24に示すように現在実行中の入出力要求が終了するの
を待って(上記に述べた如く■10ハンドラ2の終了メ
ツセージ送出を待って)ブロック25に示すように要求
元に入出力許可、つまりI10ハンドラ2を使用する権
利を与える。
Next, the flow of the 1081st process for managing input/output will be explained with reference to FIG. When an input/output permission request is received from the request source in block 20, it is determined whether the 1081st itself is requesting input/output or an input/output request is being received from another task, as shown in block 21 and block 4. , if an input/output request is in progress, wait for the currently executing input/output request to be completed as shown in block 22 or block 24 (as described above, wait for ■10 handler 2 to send a completion message) As shown in block 25, input/output permission, that is, the right to use I10 handler 2, is granted to the requester.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、複数のO8(ユー
ザタスクを含む)の入出力要求を核となるO8が管理し
、かつ複数のO8が1台のコンソールを共同で使用可能
であるという利点がある。
As explained above, according to the present invention, the core O8 manages the input/output requests of multiple O8s (including user tasks), and multiple O8s can jointly use one console. There are advantages.

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

第1図は本発明の対象となるマルチオペレーティングシ
ステムの構成図、第2図は第2オペレーテイングシステ
ムあるいはユーザタスクが第1オペレーテイングシステ
ムに入出力許可要求を行う場合の流れを示すフローチャ
ート、第3図は第1オペレーテイングシステムが入出力
許可要求を処理する場合の流れを示すフローチャートで
ある。 1・・・第1オペレーテイングシステム2・・・I10
ハンドラ 3・・・コンソール 4・・・第2オペレーテイングシステム5・・・ユーザ
タスク 代理人 弁理士  小 川 勝 男− 嘱1図 も2図 v&3 図 CEEL)
FIG. 1 is a configuration diagram of a multi-operating system to which the present invention is applied, and FIG. 2 is a flowchart showing the flow when a second operating system or a user task makes an input/output permission request to the first operating system. FIG. 3 is a flowchart showing the flow when the first operating system processes an input/output permission request. 1...First operating system 2...I10
Handler 3...Console 4...Second operating system 5...User task representative Patent attorney Masao Ogawa

Claims (1)

【特許請求の範囲】[Claims] 1、複数のオペレーティングシステムを同時に並行して
実行させるマルチオペレーティングシステムにおいて、
各オペレーティングシステムの入出力処理を、一つの入
出力制御タスクによってコンソール上の画面を複数に分
割して表示させることにより行い、かつ第1のオペレー
ティングシステム(核となるオペレーティングシステム
)に制御される第2のオペレーティングシステム或いは
第2のオペレーティングシステムに制御されるユーザタ
スクからの入出力要求は、第1のオペレーティングシス
テムが管理し、実際の入出力は第1のオペレーティング
システム或いは第2のオペレーティングシステム或いは
ユーザタスクが前記入出力制御タスクに入出力要求する
ことによりこれを行うことを特徴とするマルチオペレー
ティングシステムコンソール制御方式。
1. In a multi-operating system that runs multiple operating systems in parallel,
The input/output processing of each operating system is performed by dividing the screen on the console into multiple parts and displaying them using one input/output control task, and the first operating system (the core operating system) controls the input/output processing of each operating system. The input/output requests from user tasks controlled by the second operating system or the second operating system are managed by the first operating system, and the actual input/output is handled by the first operating system, the second operating system, or the user. A multi-operating system console control method characterized in that a task performs this by making an input/output request to the input/output control task.
JP13110787A 1987-05-29 1987-05-29 Multi-operating system console control system Pending JPS63298447A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13110787A JPS63298447A (en) 1987-05-29 1987-05-29 Multi-operating system console control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13110787A JPS63298447A (en) 1987-05-29 1987-05-29 Multi-operating system console control system

Publications (1)

Publication Number Publication Date
JPS63298447A true JPS63298447A (en) 1988-12-06

Family

ID=15050142

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13110787A Pending JPS63298447A (en) 1987-05-29 1987-05-29 Multi-operating system console control system

Country Status (1)

Country Link
JP (1) JPS63298447A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100412791C (en) * 2004-06-24 2008-08-20 国际商业机器公司 Method and device to enable user mode process to operate in a privileged execution mode

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100412791C (en) * 2004-06-24 2008-08-20 国际商业机器公司 Method and device to enable user mode process to operate in a privileged execution mode

Similar Documents

Publication Publication Date Title
JPH07271717A (en) Data processor
JPS63298447A (en) Multi-operating system console control system
JPS6265137A (en) Control system for priority of user task
JPH01305461A (en) Right of using bus control system
JP2504833B2 (en) Process execution management method
JP2747153B2 (en) Response signal distribution method
JPH01259430A (en) Subtracting method for interval timer value
JPH0328956A (en) Exclusive control method for resources
JPH0227461A (en) Data transfer controller
JPH05151120A (en) Priority managing system for communication control process
JPH01318115A (en) Distributed window controller
JPH0296833A (en) Different type job control system
JPH04333915A (en) Picture input/output control system
JPS6319056A (en) Data transfer method
JP3172771B2 (en) Diagnostic imaging device
JPH03265959A (en) Input/output device control processing system
JPS6375937A (en) Job priority control system
JPH08292956A (en) Device and method for data base management
JPH06103116A (en) Operation time monitor-processing system
JPH113235A (en) Task control system using virtual processor
JPH0830481A (en) Race operation test system
JPH05204794A (en) File transfer method
JPH09244992A (en) Activation method for plural demons and plural session management system
JPH03131949A (en) Input/output pass selection control system
JPH01279347A (en) Re-execution system for input/output action of information processor