KR970071261A - Scheduler for a dynamic reconfigurable uniprocessor system - Google Patents

Scheduler for a dynamic reconfigurable uniprocessor system Download PDF

Info

Publication number
KR970071261A
KR970071261A KR1019960011282A KR19960011282A KR970071261A KR 970071261 A KR970071261 A KR 970071261A KR 1019960011282 A KR1019960011282 A KR 1019960011282A KR 19960011282 A KR19960011282 A KR 19960011282A KR 970071261 A KR970071261 A KR 970071261A
Authority
KR
South Korea
Prior art keywords
scheduler
task
inheritance
basic
oriented
Prior art date
Application number
KR1019960011282A
Other languages
Korean (ko)
Other versions
KR100287136B1 (en
Inventor
박정형
Original Assignee
김광호
삼성전자 주식회사
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 김광호, 삼성전자 주식회사 filed Critical 김광호
Priority to KR1019960011282A priority Critical patent/KR100287136B1/en
Publication of KR970071261A publication Critical patent/KR970071261A/en
Application granted granted Critical
Publication of KR100287136B1 publication Critical patent/KR100287136B1/en

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
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Devices For Executing Special Programs (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

본 발명은 동적 재구성이 가능한 단일 프로세서 시스템의 스케쥴러에 관한 것으로서, 적어도 하나 이상의 스케쥴러에 공통적으로 필요한 속성을 포함하고 있는 기본 스케쥴러 객체, 상기 기본 스케쥴러 객체의 속성을 상속받고 소속된 타스크를 포인터를 사용하여 관리하며 소정의 제한 시간 단위로 교대로 수행되는 적어도 하나 이상의 상속 스케쥴러 객체로 이루어지는 객체 지향 스케쥴러; 및 상기 객체지향 스케쥴러의 각 상속 스케쥴러 객체에 속하며 상기 상속 스케쥴러의 스케쥴링 대상이 되고, 포인터를 가지며 이중 연결구조(double linked list)로 된 적어도 하나 이상의 타스크를 포함함을 특징으로 한다.The present invention relates to a scheduler of a single processor system capable of dynamic reconfiguration, which includes a basic scheduler object including attributes required in common to at least one scheduler, a task inheriting the attributes of the basic scheduler object, An object-oriented scheduler comprising at least one inheritance scheduler object managed and alternately performed in a predetermined time unit; And at least one task belonging to each inheritance scheduler object of the object-oriented scheduler and being a scheduling target of the inheritance scheduler, having a pointer, and having a double linked list.

본 발명에 의하면 기종의 일반적인 운영체제에서의 스케쥴링 방법에 비해 단일 프로세서 시스템에서 다양한 스케쥴링 방법이 가능하다.According to the present invention, various scheduling methods are possible in a single processor system as compared to a scheduling method in a general operating system of a machine.

Description

동적 재구성이 가능한 단일 프로세서 시스템의 스케쥴러Scheduler for a dynamic reconfigurable uniprocessor system

본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음Since this is a trivial issue, I did not include the contents of the text.

제1도는 본 발명의 구성요소 중 하나인 객체지향 타스크의 타스크 객체의 자료구조의 일실시예를 도시한 것이다, 제2도는 본 발명의 구성요소 중 하나인 객체지향 스케쥴러의 스케쥴러 객체의 자료구조의 일실시예를 도시한 것이다, 제3도는 상기 타스크와 스케쥴러의 관계를 도시한 것이다, 제4도는 시스템 내부에서 수행되는 자료구조를 개념적으로 도시한 것이다.FIG. 1 is a block diagram of a data structure of a task object of an object-oriented task according to an embodiment of the present invention. FIG. 2 is a block diagram of a data structure of a scheduler object of an object- FIG. 3 illustrates a relationship between the task and a scheduler. FIG. 4 conceptually illustrates a data structure performed in the system. As shown in FIG.

Claims (3)

적어도 하나 이상의 스케쥴러에 공통적으로 필요한 속성을 포함하고 있는 기본 스케쥴러 객체, 상기 기본 스케쥴러 객체의 속성을 상속받고 소속된 타스크를 포인터를 사용하여 관리하며 소정의 제한 시간 단위로 교대로 수행되는 적어도 하나 이상의 상속 스케쥴러 객체로 이루어지는 객체 지향 스케쥴러; 및 상기 객체지향 스케쥴러의 각 상속 스케쥴러 객체에 속하며 상기 상속 스케쥴러의 스케쥴링 대상이 되고, 포인터를 가지며 이중 연결구조(double linked list)로 된 적어도 하나 이상의 타스크를 포함함을 특징으로 하는 동적 재구성이 가능한 단일 프로세서 시스템의 스케쥴러.A basic scheduler object inheriting the attributes of the basic scheduler object, managing a task to which the basic scheduler object belongs by using a pointer, and alternately performing at least one inheritance An object-oriented scheduler comprising a scheduler object; And at least one task belonging to each inheritance scheduler object of the object-oriented scheduler, being a scheduling target of the inheritance scheduler, having a pointer, and being a double-linked list, Processor system scheduler. 제1항에 있어서, 상기 기본 스케쥴러 객체의 속성을 상속받으며 소정의 제한 시간 단위로 교대로 수행되는 상속 스케쥴러 객체는 이전의 스케쥴러와 이후의 스케쥴러에 대한 포인터를 가지는 이중 연결구조를 부가로 구비함을 특징으로 하는 동적 재구성이 가능한 단일 프로세서 시스템의 스케쥴러.The method of claim 1, wherein the inherited scheduler object inheriting the attributes of the basic scheduler object and alternately performed in units of a predetermined time unit further comprises a dual connection structure having a previous scheduler and a pointer to the following scheduler A scheduler for a dynamic reconfigurable single processor system. 제1항 또는 제2항 중 어느 한 항에 있어서, 상기 적어도 하나 이상의 타스크는 적어도 하나 이상의 타스크에 공통적으로 필요한 속성을 포함하고 있는 기본 타스크 객체; 및 상기 기본 타스크 객체의 속성을 상속받으며 적어도 하나 이상의 상속 타스크 객체로 이루어지는 객체지향 타스크임을 특징으로 하는 동적 재구성이 가능한 단일 프로세서 시스템의 스케쥴러.4. The method of claim 1 or 2, wherein the at least one task includes at least one attribute common to at least one task; And an object-oriented task that inherits attributes of the basic task object and includes at least one inheritance task object. ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.※ Note: It is disclosed by the contents of the first application.
KR1019960011282A 1996-04-15 1996-04-15 Scheduler of single processor system capable of dynamic reconfiguration KR100287136B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960011282A KR100287136B1 (en) 1996-04-15 1996-04-15 Scheduler of single processor system capable of dynamic reconfiguration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960011282A KR100287136B1 (en) 1996-04-15 1996-04-15 Scheduler of single processor system capable of dynamic reconfiguration

Publications (2)

Publication Number Publication Date
KR970071261A true KR970071261A (en) 1997-11-07
KR100287136B1 KR100287136B1 (en) 2001-04-16

Family

ID=37514937

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960011282A KR100287136B1 (en) 1996-04-15 1996-04-15 Scheduler of single processor system capable of dynamic reconfiguration

Country Status (1)

Country Link
KR (1) KR100287136B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100728899B1 (en) * 2005-10-27 2007-06-15 한국과학기술원 High Performance Embedded Processor with Multiple Register Sets and Hardware Context Manager

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000055430A (en) * 1999-02-05 2000-09-05 서평원 Dynamic Time Assigning Method In Input Part And Output Part Of Switching System

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03122753A (en) * 1989-10-05 1991-05-24 Nec Corp Processor control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100728899B1 (en) * 2005-10-27 2007-06-15 한국과학기술원 High Performance Embedded Processor with Multiple Register Sets and Hardware Context Manager

Also Published As

Publication number Publication date
KR100287136B1 (en) 2001-04-16

Similar Documents

Publication Publication Date Title
JP4021534B2 (en) How to run processor specific applications
EP1763774B1 (en) Multiple computer architecture with replicated memory fields
EP0917057A3 (en) Multiprocessor computer architecture with multiple operating system instances and software controlled resource allocation
US6751737B1 (en) Multiple protected mode execution environments using multiple register sets and meta-protected instructions
ATE261596T1 (en) MIGRATION OF PROCESSES USING A DATA REPRESENTATION LANGUAGE REPRESENTATION OF THOSE PROCESSES IN A DISTRIBUTED COMPUTING ENVIRONMENT
CN106445656B (en) A kind of method and device for realizing thread-local storage
EP0702291B1 (en) Method and mechanism for invocation on objects with interface inheritance
KR900018831A (en) How to Boot and Configure a Data Processing System and Systems With It
KR970071261A (en) Scheduler for a dynamic reconfigurable uniprocessor system
US20040268076A1 (en) Memory allocation in a multi-processor system
US6748503B1 (en) System and method facilitating unmanaged code participation in garbage collection
KR890005614A (en) Virtual Memory Control Management System
Lee et al. Hotswapping Linux kernel modules
JPS62126451A (en) Initial program load system for distributed processor
Kluge et al. An operating system architecture for organic computing in embedded real-time systems
US20030200253A1 (en) Common thread server
ES2161918T3 (en) CONFIGURATION MECHANISM.
Lankes et al. HermitCore
Corsini et al. The implementation of abstract objects in a capability based addressing architecture
Schroder-Preikschat Object-orientation in a family of parallel operating systems
Skousen et al. The Sombrero distributed single address space operating system project
CN117896346A (en) Address translation method, address translation device, physical machine and storage medium
Chuang A virtualized quality of service packet scheduler accelerator
JPS62137642A (en) Plural os storing system
Butenuth et al. Experiences in building cosy-an operating system for highly parallel computers

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20101230

Year of fee payment: 11

LAPS Lapse due to unpaid annual fee