JPS6371735A - Multitask operating system - Google Patents

Multitask operating system

Info

Publication number
JPS6371735A
JPS6371735A JP21570186A JP21570186A JPS6371735A JP S6371735 A JPS6371735 A JP S6371735A JP 21570186 A JP21570186 A JP 21570186A JP 21570186 A JP21570186 A JP 21570186A JP S6371735 A JPS6371735 A JP S6371735A
Authority
JP
Japan
Prior art keywords
task
requests
key
operating system
multitasking
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
JP21570186A
Other languages
Japanese (ja)
Inventor
Masayuki Tomizawa
富沢 正之
Tomihisa Hatano
富久 幡野
Takuo Koyama
小山 卓夫
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 Ltd
Original Assignee
Hitachi 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 filed Critical Hitachi Ltd
Priority to JP21570186A priority Critical patent/JPS6371735A/en
Publication of JPS6371735A publication Critical patent/JPS6371735A/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 obtain a multitask operating system OS where two tasks which issue processing requests can be operated in parallel, by classifying processing requests to the OS into console input/output requests and the other requests and providing a means which retracts internal states of the OS in places different between these two classifications and restores them at the time of release of queuing. CONSTITUTION:An exclusive control means classifies processing requests to the OS into console input/output requests and the other requests and exclusively controls them. The restoring means retracts the internal states of the OS in places different between said two classifications of processing requests at the time of queuing in the OS and restores them at the time of release of queuing. Thus, the degree of multiplexity is increased with a simple means in the multitask OS which is based on a single-task OS and to which the multitask function is added.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、コンピュータ装置忙おけるマルチタスクオペ
レーティングシステムに係シ、特にシングルタスクオペ
レーティングシステムをマルチタスク化する場合に利用
して好適なものである。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a multitasking operating system for busy computer equipment, and is particularly suitable for use when converting a single-tasking operating system into a multitasking system. .

〔従来の技術〕[Conventional technology]

既存のシングルタスクオペレーティングシステム(以下
、オペレーティングシステムをO8と略Sする。)を、
マルチタスク化したいという要求が、通信プログラム等
よシある力ζこれを実現するためには、従来次の3つの
方法があった。
The existing single-task operating system (hereinafter the operating system will be abbreviated as O8),
There is a strong demand for multitasking in communication programs, etc. To achieve this, there have conventionally been the following three methods.

第1の方法は、外部仕様をシングルタスク08に合わせ
た、マルチタスクO8を作成する方法がある。これは、
内部仕様は初めからマルチタスクを考えて作成するので
、高度なマルチタスク制御が可能となる、 第2の方法は、シングルタスクO8のもとで、1つのア
プリケーションプログラムとして、マルチタスクOSの
核を動作させる方法である。シングルタスクO8自体は
、同時に複数のタスク(プログラム)よシ出される要求
を処理できないので、1つの資源としてあつがい、工時
には1つのタスクしかO8を使用しないように排他制御
して用いる。これを図示すると第4図、第5図となる。
The first method is to create a multi-task O8 with external specifications adapted to the single-task O8. this is,
Since the internal specifications are created with multitasking in mind from the beginning, advanced multitasking control is possible.The second method is to create the core of the multitasking OS as one application program under single-tasking O8. This is how to make it work. Since the single task O8 itself cannot process requests issued by multiple tasks (programs) at the same time, it is treated as one resource and used under exclusive control so that only one task uses the O8 during construction. This is illustrated in FIGS. 4 and 5.

すなわち、第4図に示すように、シングルタスクO81
の下にマルチタスク核2が動作し、その下でユーザプロ
グラム3が実行される。ユーザプログラム3より入出力
要求などでaSコールを行うと、第5図に示すように、
まずステップ5aでシングルタスクO8専有処理を行い
、他のタスクがシングル08を使用できないよう釦して
から、ステップ5bでシングルO8をコールした後、ス
テップ5CでシングルO8を解放し、他のタスクがシン
グルOSを使用可能とする。
That is, as shown in FIG. 4, single task O81
A multitasking kernel 2 operates under this, and a user program 3 is executed under it. When the user program 3 makes an aS call for an input/output request, as shown in Figure 5,
First, in step 5a, single task O8 exclusive processing is performed, and the button is pressed so that other tasks cannot use single 08. After that, in step 5b, single O8 is called, and in step 5C, single O8 is released, and other tasks Enables use of a single OS.

第3の方法は、独自の簡単なマルチタスクO8のもとで
、1つのタスクとしてシングルタスクO8を動作させ、
シングルタスクO8の入出力制御などの機能は、マルチ
タスクO6の機能を用すて処理する方法である。これを
第6図に示す。マルチタスク082の下にいくつかのユ
ーザタスク4があシ、その1つとしてシングルタスク0
81がある。さらにその下忙、ユーザプログラム3があ
り、このユーザプログラム3かものシングルOSコール
は、シングル081でマルチタス1082の機能を使っ
て処理される。
The third method is to operate single task O8 as one task under a unique and simple multitasking O8,
Functions such as input/output control of the single task O8 are processed using the functions of the multitask O6. This is shown in FIG. There are several user tasks 4 under multitask 082, one of which is single task 0.
There are 81. Furthermore, there is a user program 3, which is busy, and the single OS call of this user program 3 is processed by the single 081 using the multitasking 1082 function.

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

上記した第1の方法によるものは、Osを初めから全部
作成することと同等であシ、非常に大きなコストが掛か
つてしまう。
The first method described above is equivalent to creating the entire OS from the beginning, which results in a very large cost.

また、第2の方法によるものは、比較的容易にマルチタ
スク化できる利点はある25ζ同時には1つのタスクし
か、シングルOsを使用できないので、あるタスクがキ
ー人力要求をシングルOSに出してシングルo8の内部
で、ユーザのキー人力を待っている場合などでは、排他
制御により他のタスクは1つたくシングルO8を使えな
いので、タスクの多重度が上がらず、CPUタイムがむ
だになるという問題点があった。
In addition, the second method has the advantage of being able to multitask relatively easily.25ζOnly one task can use a single OS at the same time, so a task can issue a key human power request to a single OS and use a single OS. When a task is waiting for the user's key power inside, other tasks cannot use one single O8 due to exclusive control, so the multiplicity of tasks cannot be increased and CPU time is wasted. was there.

更に、第3の方法によるものは、タスクの多重度は士け
られる2>L独自のマルチタスクO8を開発するコスト
が掛シ、筐たユーザプログラム3は1つしか同時には実
行できず(ユーザタスク4は複数同時に実行できる)、
マルチタスク08のファイル管理とシングルタスク08
のファイル’[31の2つを矛盾しないように制御する
のが難かしいなどの問題点があつも 本発明の目的は、シングルタスクO8をもとに、マルチ
タスク機能を付加したマルチタスク08を、簡単な手段
で多重度が上がるような形で提供することにある。
Furthermore, in the third method, the multiplicity of tasks can be increased, but the cost of developing a unique multitasking O8 is high, and only one user program 3 can be executed at the same time (user (Task 4 can be executed multiple times at the same time)
Multitasking 08 file management and singletasking 08
Although there are problems such as the difficulty of controlling the two files '[31 so as not to contradict each other, the purpose of the present invention is to develop multitasking 08 which is based on singletasking O8 and has a multitasking function added. The purpose is to provide a form that increases the multiplicity by simple means.

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

上記の目的は、従来の第2の方法、すなわちシングルタ
スクO8の下で、マルチタスクO8の核を動作させる方
法を発展させることによシ達成される。従来のこの方法
の問題点は、同時には1つのタスクしか、シングルO8
を使用できないことにある。しかしながら、OSコール
のうち、キー人力要求以外の入出力要求は、ディスクに
しろプリンタにしろ比較的短時間で終了するので、これ
らの要求を出しているときKは、他のタスクからのOB
コール要求を排他制御により待たせておいても、大きな
問題ではない。問題となるのは、キー人力要求を出して
、シングルO8の中で、ユーザのキー人力を待っている
場合に、他のタスクがシングルOSを使えなくなること
である。そこで、キー人力処理と、他のシングルO8の
機能を並行して処理するようにする。これには、第1に
、キー人力処理をシングルO8の外部に独立して作成し
、キー人力処理はシングルOSを使用しないという方法
と、第2に、シングルOSの内部を並行動作可能となる
ように、外部から制御する方法がおる。
The above object is achieved by developing a conventional second method, namely operating the kernel of a multitasking O8 under a singletasking O8. The problem with this conventional method is that only one task can be performed at a time, and a single O8
The reason is that you cannot use . However, among OS calls, input/output requests other than key manual requests are completed in a relatively short time, whether for disks or printers, so when these requests are issued, K
Even if a call request is made to wait under exclusive control, it is not a big problem. The problem is that if a single OS is waiting for the user's key power after issuing a key power request, other tasks will not be able to use the single OS. Therefore, the key manual processing and other single O8 functions are processed in parallel. Firstly, the key manual processing is created independently outside the single O8, and the key manual processing does not use the single OS.Secondly, the inside of the single OS can be operated in parallel. There is a way to control it from the outside.

第1の方法では、キー人力処理といってもシングルOS
の処理内容は多岐にわたり、完全にサポートするのはむ
ずかしく、これに比較して第2の方が簡単に実現できる
ので、第2の方法を用いる。
In the first method, although the key is manual processing, it is possible to use a single OS.
The processing contents are diverse and difficult to fully support, and the second method is easier to implement than this, so the second method is used.

すなわち、本発明の特徴とするところは、既存のシング
ルタスクオペレーティングシステムK。
That is, the feature of the present invention is that the existing single-task operating system K.

マルチタスク制御を行う核を付加した形のマルチタスク
オペレーティングシステムにおいて、オペレーティング
システムへの処理’LINを、コンソール入出力要求と
その他の要求の2種類に分け排他制御を行う排他制御手
段と、オペレーテイングシステムの中で待ち状態となる
ときに、オペレーティングシステムの内部状態を、前記
2種類の処理要求ごとに別々の場所に退避しておき、待
ちが解除されたときKこれを回復する回復手段とを具備
したことにある。
In a multitasking operating system that includes a core that performs multitasking control, there is an exclusive control means that performs exclusive control by dividing processing 'LIN' to the operating system into two types, console input/output requests and other requests, and an operating system. When the system enters a waiting state, the internal state of the operating system is saved in separate locations for each of the two types of processing requests, and a recovery means is provided to recover the internal state when the waiting state is released. This is because we have the necessary equipment.

〔作用〕[Effect]

排他制御手段を気 08への処理要求を、コンソール入
出力要求と、その他の要求の2種類に分けて排他制御を
行なう。回復手段は、08の中で待ち状態となるときに
、OBの内部状態を、前記2種類の処理要求ごとに別々
の場所に退避しておき、待ちが解除されたときにこれを
回復する。
Exclusive control is performed by dividing processing requests to 08 into two types: console input/output requests and other requests. The recovery means saves the internal state of the OB to separate locations for each of the two types of processing requests when the OB enters the waiting state in 08, and recovers it when the waiting state is released.

これにより、シングルタスクO8をもとに、マルでタス
ク機能を付加したマルチタスクOSを、簡単な手段で多
重度が上がるような形で提供することができる。
As a result, it is possible to provide a multi-task OS based on the single-task O8 with multiple task functions added in a form that increases the degree of multiplicity using simple means.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面にしたがい説明する。第
1図に本発明による制御処理手段を示す。
An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 shows a control processing means according to the present invention.

アプリケーションプログラム中からOBの機能を使用す
る場合は、OEIコールを発行する。OSコールの処理
には、第1図のステップ11.12のO8専有処理と、
ステップ15.16のO8s放処理、−17’?シング
ル08内部で入出力完了待ちとなる場合に、ステップ1
7の完了待ち処理を追加する。今、あるタスクからO8
へキー人力要求を出すと、ステップ10でキー人力要求
と判定して、ステップ11でキー人力に関してO8を専
有する。
When using OB functions from within an application program, issue an OEI call. The OS call processing includes the O8 exclusive processing in step 11.12 in Figure 1,
O8s release treatment in step 15.16, -17'? If the single 08 is waiting for input/output completion, step 1
Add the completion wait process in step 7. Now, from a certain task, O8
When a key human power request is issued, in step 10 it is determined that it is a key human power request, and in step 11 O8 is exclusively used for key human power.

そして、ステップ】3でシングルo8コールヲ行い、キ
ー人力待ちとなるとき、ステップ17で完了待ち処理を
行う。キー人力かあると待ちが解除されシングルO8か
らリターンする。この後、ステップ14でキー人力要求
と判定して、ステップ15のキー人力に関するOSの専
有を解放する。
Then, in step 3, a single O8 call is made, and when the key is put on hold, a completion waiting process is performed in step 17. If there is a key human power, the waiting state will be canceled and the train will return from single O8. Thereafter, in step 14, it is determined that there is a key human power request, and in step 15, the exclusive use of the OS regarding the key human power is released.

完了待ち処理の制御手段を第2図に示す。シングルOB
の内部で、アプリケーションプログラムからの入出力要
求を処理するときに、その入出力動作が完了していない
場合に、この完了待ち処理がコールされる。ステップ2
0で入出力完了かどうかもう1度チェックし、入出力未
完了の場合、キー人力要求ならば、ステップ22でキー
人力用バッファにシングルOBの内部状態を退避してか
ら、入出力の完了待ちとする。キーが押されて入出力完
了すると、キー人力要求ならば、ステップ26でキー人
力用バッファからシングルO8の内部状態を回復してか
ら、シングル08の処理を続行する。
FIG. 2 shows the control means for waiting for completion processing. Single OB
When processing an input/output request from an application program within the application program, if the input/output operation has not been completed, this completion wait process is called. Step 2
If the input/output is not completed, if it is a key manual request, save the internal state of the single OB to the key manual buffer in step 22, and then wait for the input/output to complete. shall be. When a key is pressed and the input/output is completed, if it is a key manual power request, the internal state of the single O8 is recovered from the key human power buffer in step 26, and then the processing of the single O8 is continued.

以上のような制御で、キー人力とその他のOSコールが
並行して実行される例を、第3図により説明する。まず
タスクAが実行中で71の所でキー人力要求をO8に対
して出力すると、キー人力のO8専有を行い、T、でシ
ングルO8の状態をキー人力用バッファに退避した後、
キー人力待ちとなる。次にタスクCが動きだし、T、で
ディスク出力要求をOSに出すと、その他用O8専有を
行い、T4でシングルO8の状態をその他用バッファに
退避して、ディスク出力完了待ちとなる。
An example in which key manual input and other OS calls are executed in parallel under the above control will be described with reference to FIG. First, when task A is running and a key human power request is output to O8 at step 71, O8 is exclusively occupied by the key human power, and after saving the state of the single O8 to the key human power buffer at T,
Waiting for key personnel. Next, task C starts running, issues a disk output request to the OS at T, dedicates O8 for other use, saves the state of the single O8 to the buffer for other use at T4, and waits for completion of disk output.

タスクAがシングルO8の内部で待ちになっているとき
にタスクC力ζシングルO8を使うので、タスクAdζ
キー人力待ちとなっているときのシングルO8の内部状
態は、タスクCのディスク出力処理により、壊されてし
まうが、これはキー人力用バッファに退避されて込るの
で、後で回復することができるわけである。今、タスク
Aはキー人力待ち、タスクCはディスク出力完了待ちと
なっている。次忙タスクBが動きだし、T、でキー人力
要求をOSに出すと、T、でタスクAがキー人力のO8
を専有しているので、タスクBはO8を使用できずに、
現在専有中のタスクAがキー人力OSの解放をするまで
、キー人力O8解放待ちとなる。次にタスクDが動き出
し、T、でディスク入力要求をOSに出すと、T、でタ
スクCがその他用OSを専有しているので、タスクDは
O8を使用できずに、現在専有中のタスクCがその他用
O8の解放をする1で、その他用OS解放待ちとなる。
Since task C uses single O8 when task A is waiting inside single O8, task Adζ
The internal state of the single O8 while waiting for key human power is destroyed by the disk output process of task C, but this is saved in the key human power buffer, so it can be recovered later. It is possible. Currently, task A is waiting for key input, and task C is waiting for disk output to be completed. Busy task B starts to move, and when the key human power request is sent to the OS at T, task A is the key human power O8 at T.
Since task B cannot use O8,
Until the currently occupied task A releases the key human-powered OS, the key human-powered OS is released. Next, task D starts running and sends a disk input request to the OS at T. Since task C is monopolizing the OS for other use at T, task D cannot use O8, and the currently exclusive task C releases O8 for other uses, and waits for the release of the other OS.

この時点では、タスクA、  B、  C!、  Dは
すべて待ち状態となっている。次に、T、でキーが押さ
れ、キー人力待ちが解除されると、T、で退避しておい
たシングルO8の内部状態を、キー人力用バッファから
OSに戻して、T、の時点と同じにしてからシングルO
8のキー人力処理の続きを行う。そして、T、のシング
ルO8からぬける所で、キー人力08を解放する。する
と、T。
At this point, tasks A, B, C! , D are all in a waiting state. Next, when the key is pressed at T, and the key human power waiting state is released, the internal state of the single O8 that was saved at T, is returned from the key human power buffer to the OS, and it is returned to the OS at the time of T. Single O after doing the same
Continue the key manual processing in step 8. Then, at the point where T, exits from the single O8, key manpower 08 is released. Then, T.

でキー人力O8の解放されるのを待っていた、タスクB
がT、よ如動き出し、キー人力08を専有して%”16
でシングルO8の状態をキー人力用バッファに退避した
後、キー人力待ちとなる。そのうち、Tmlでディスク
出力が完了し、待ちが解除されると、T4で退避したシ
ングルO8の内部状態を、その他用バッファからO8K
戻してから、ディヌク出力処理の続きを行う。そして、
Titのシングル08からぬける所で、その他用OSを
解放する。すると、T6でその他用08の解放されるの
を待っていた、タスクDがTHから動きだし、その他用
08を専有して、ディスク入力の処理を行う。
Task B was waiting for the key human power O8 to be released.
However, T started to move and monopolized the key human power 08%”16
After saving the status of the single O8 to the key human power buffer, the system waits for key human power. When the disk output is completed at Tml and the waiting state is released, the internal state of the single O8 saved at T4 is transferred from the other buffer to the O8K.
After returning it, continue the Dinuku output process. and,
When you exit Tit's Single 08, you will release the OS for other uses. Then, task D, which had been waiting for the other use 08 to be released at T6, starts moving from TH, monopolizes the other use 08, and performs disk input processing.

以上のように制御するので、第3図からも明らかなよう
に、シングルO8の内部を走るのは常に1つのタスクに
排他制御されているにもかかわらず、キー人力と、その
他の処理はそれぞれの待ちの時間を利用して、並行して
動作可能となる。これは、O8中で待ちとなるときに、
O8内部の状態をキー人力とその他の処理要求に分けて
退避、回復しているために実施される。
Since the control is performed as described above, as is clear from Figure 3, even though what runs inside the single O8 is always exclusively controlled by one task, the key human power and other processes are controlled separately. It becomes possible to operate in parallel by using the waiting time. This means that when waiting in O8,
This is done because the internal state of the O8 is evacuated and restored by dividing key human power and other processing requests.

また、第3図のシーケンスはある動作例であり、キーを
押すタイミング、ディスク出力の完了するタイミングに
よシ色々な場合が考えられるが、シングルOsも広義の
O8の内部なので、シングルO8の任意の時点ではタス
クスイッチは起こさずに、待ち状態となったときのみ、
タスクスイッチを可能とする制御を、マルチタスクO8
核で行なっているので、少々タイミングがずれても、第
3図と同様のシーケンスとなる。
Also, the sequence in Figure 3 is an example of an operation, and various cases can be considered depending on the timing of key presses and the timing of completion of disk output, but since a single Os is also inside an O8 in a broad sense, any arbitrary operation of a single O8 can be considered. At this point, there is no task switch, only when the task is in the waiting state.
Multitasking O8 provides control that enables task switching.
Since this is done in the nucleus, the sequence will be the same as in Figure 3 even if the timing is slightly off.

以上のようにすれば、シングルタスクO8はそのままで
、外部にいぐりかの処理プログラムを付は加えるだけで
、キー人力とその他のaS処堺要求を出した2つのタス
クが、並行して動作可能なマルチタスクO8を実現でき
るという効果かある。
By doing the above, the single task O8 remains as it is, and by simply adding some processing programs externally, the two tasks that issued the key human power and other aS processing Sakai requests will run in parallel. This has the effect of making it possible to achieve multitasking O8.

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

以上の説明から明らかなように、本発明によれば、シン
グルタスクO8をもとに、マルチタスク機能を付加した
マルチタスクO8を、簡単な手段で多重度が上るような
形で提供できる。
As is clear from the above description, according to the present invention, it is possible to provide a multitask O8 based on a single task O8 with a multitask function added thereto, in a form that increases the multiplicity using simple means.

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

第1図は本発明の一実施例を示す処理フローチャート、
第2図は第】図の完了待ち処理の処理内容を示すフロー
チャート、第3図は各タスクの動作状態の一例を示すタ
イムチャート、第4図は従来例を示すブロック図、第5
図は第4図を説明するためのフローチャート、第6図は
他の従来例を示すブロック図である。 1ニシンゲルタスクOS、Z;マルチタスクO8の核、
3:ユーザプログラム(タスク)、10゜11.12,
13:排他制御手段、21,22゜・・・、27:回復
手段 第 1 図 $ 2 凹 県、凹       $5:
FIG. 1 is a processing flowchart showing an embodiment of the present invention;
2 is a flowchart showing the processing contents of the completion waiting process in FIG. 3, a time chart showing an example of the operating state of each task, FIG. 4 is a block diagram showing a conventional example, and
This figure is a flowchart for explaining FIG. 4, and FIG. 6 is a block diagram showing another conventional example. 1 Nishingel task OS, Z; core of multitasking O8,
3: User program (task), 10°11.12,
13: Exclusive control means, 21, 22°..., 27: Recovery means Fig. 1 $2.

Claims (1)

【特許請求の範囲】[Claims] 既存のシングルタスクオペレーティングシステムに、マ
ルチタスク制御を行う核を付加した形のマルチタスクオ
ペレーティングシステムにおいて、オペレーティングシ
ステムへの処理要求を、コンソール入出力要求とその他
の要求の2種類に分け排他制御を行う排他制御手段と、
オペレーティングシステムの中で待ち状態となるときに
、オペレーティングシステムの内部状態を、前記2種類
の処理要求ごとに別々の場所に退避しておき、待ちが解
除されたときにこれを回復する回復手段とを具備したこ
とを特徴とするマルチタスクオペレーティングシステム
In a multitasking operating system that adds a core for multitasking control to an existing singletasking operating system, processing requests to the operating system are divided into two types: console input/output requests and other requests, and exclusive control is performed. exclusive control means;
A recovery means that saves the internal state of the operating system to separate locations for each of the two types of processing requests when the operating system enters a wait state, and restores the internal state when the wait state is released. A multitasking operating system featuring:
JP21570186A 1986-09-16 1986-09-16 Multitask operating system Pending JPS6371735A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21570186A JPS6371735A (en) 1986-09-16 1986-09-16 Multitask operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21570186A JPS6371735A (en) 1986-09-16 1986-09-16 Multitask operating system

Publications (1)

Publication Number Publication Date
JPS6371735A true JPS6371735A (en) 1988-04-01

Family

ID=16676728

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21570186A Pending JPS6371735A (en) 1986-09-16 1986-09-16 Multitask operating system

Country Status (1)

Country Link
JP (1) JPS6371735A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03173507A (en) * 1989-11-30 1991-07-26 Kokuyo Co Ltd Sideboard

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03173507A (en) * 1989-11-30 1991-07-26 Kokuyo Co Ltd Sideboard

Similar Documents

Publication Publication Date Title
JPS6371735A (en) Multitask operating system
US7234142B1 (en) Task processing system
JPH11184828A (en) Test system for multiprocessor system
JPH05135117A (en) Man-machine interface system of conversational system
JP2590872B2 (en) Task scheduling method
JPS59146387A (en) Stack control system of multiprocessing
JPH09330239A (en) Exclusive control method
JPH0340035A (en) Multi-task processing system
JPH0833831B2 (en) Occupation management method for shared resources
JPH05100874A (en) Inter-task data transfer system
JP3011471B2 (en) Control method of form output processing
JPS6353657A (en) Volume save/restoration system
JPH02202635A (en) Task control method
JPH03240156A (en) Data processing system
JPH0690671B2 (en) I / O device access method
JPH02113363A (en) Time slice controlling system for multiprocessor system
JPH04305755A (en) Batch processing method for computer system
JPS63170761A (en) Input/output controller for electronic computer
JPH01306943A (en) Asynchronous input-output control system
JPS63159941A (en) Task control system for real time os
JPH0628140A (en) Method for data movement between windows and its canceling method
JPH04348438A (en) Using right control system
JPH02112045A (en) Computer system
JP2001014177A (en) Method for processing asynchronous data input and output and program recording medium
JPS6269323A (en) Event processing system