GB1491453A - Computer system - Google Patents
Computer systemInfo
- Publication number
- GB1491453A GB1491453A GB5213274A GB5213274A GB1491453A GB 1491453 A GB1491453 A GB 1491453A GB 5213274 A GB5213274 A GB 5213274A GB 5213274 A GB5213274 A GB 5213274A GB 1491453 A GB1491453 A GB 1491453A
- Authority
- GB
- United Kingdom
- Prior art keywords
- bits
- address
- word
- byte
- bit
- 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.)
- Expired
Links
- 238000000034 method Methods 0.000 abstract 27
- 238000004886 process control Methods 0.000 abstract 10
- RPNUMPOLZDHAAY-UHFFFAOYSA-N Diethylenetriamine Chemical compound NCCNCCN RPNUMPOLZDHAAY-UHFFFAOYSA-N 0.000 abstract 1
- 244000309464 bull Species 0.000 abstract 1
- 238000006073 displacement reaction Methods 0.000 abstract 1
- 230000002093 peripheral effect Effects 0.000 abstract 1
- 239000004065 semiconductor Substances 0.000 abstract 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Multi Processors (AREA)
- Debugging And Monitoring (AREA)
Abstract
1491453 Data processing COMPAGNIE INTERNATIONALE POUR L'INFORMATIQUE CII-HONEYWELL BULL 2 Dec 1974 [30 Nov 1973 (3)] 52132/74 Heading G4A In a multi-programming computer system having a central processing unit with a plurality of processes one of which is in a running state, the remainder being in the ready, waiting or suspended states, a process control block in virtual memory stores information relating to the states of the processes this being used when a process switches from a running state to a waiting state or to a suspended state. The address of the process control block is defined by two integers J, P, entry J or a J table containing the absolute address of a P table, entry P of which contains the absolute location of the process control block. The integers J, P for the current process are held in system base. Basic system (Fig. 1, not shown).-The basic system comprises a central processing unit (101), peripheral sub-systems (103) and a semiconductor (capacitive) modular memory subsystem (102). The central processing unit includes base, scientific and general registers, a main memory synchronizer, a computational unit, a control unit, an emulation unit, a buffer store, an address control unit, and an associative store used to store the base address and segment numbers of the most recently used segments in main memory. The control unit receives microinstructions to control the processor in native, emulation or diagnostic modes. It comprises an integrated circuit read-only memory and a read/ write random access memory. Process control block (Fig. 4).-Each process control block includes, at byte positions 0-15, four 32 bit process main words PMW0-PMW3. The first word PMW0 includes a capability byte, a priority byte, a state byte and a data extension byte. The capability byte includes an accounting mode bit (to indicate if time accounting is being performed), a scientific mode bit and a code mode bit, the remaining 5 bits being zero. The priority byte sets the priority level of the associated process (one of 16 levels), the last 4 bits being zero. The state byte includes an active bit, set to "1" when the process is activated, a suspend bit, a 2 bit sub-state field, 00, 01, 10, 11, indicating, respectively, that the process is inactive, waiting on a queue of ready processes, waiting on a semaphore in a queue of semaphores (i.e. waiting for an event to happen or a resource to become available), or being executed, an interruption bit, an extended decor mode bit (indicating that the process is operating in an emulation mode) and 2 zero bits. The fourth byte contains the decor extension number DEXT used when the system is in the emulation mode. The second word PMW1 comprises a status byte storing the status register contents, a multi-processor byte, used only in a multiprocessor system and 2 bytes which are normally zero. The third word PMW2 contains in bit positions 4-32 the logical address (SEG, SRA) of the semaphore to which the process control block of a suspended or waiting process is linked, part of the address bits 16-31 indicating the class and type of the exception which caused the process to be suspended. The fourth word PMW3 points to a data extension table and comprises a DETFZ field (bits 0-7) defining the number of entries in the table (no decor extension being allowed if this is zero) and DETA field (bits 8-21) containing the absolute add-on of the table. (Each entry in the table is one byte size and has the value 0 or 1 indicating the capability of the process to operate in that decor extension mode.) The process control block also includes 2 address space words ASW0, ASW1, each containing a pointer to an array of segment table words (indicating segments assigned to processes), bits 0-7 defining the size of the array and bits 8-31 the absolute address of the array (in units of 16 bytes). An exception word EXW includes a zero field (bits 0-3) and an address field (bits 4-31) containing a pointer to an exception class table defining the action to be taken when a process exception occurs. A stack word SKW contains the value of the top of a T register of a stack, the stack being formed whenever one procedure calls another. It also includes a ring number (2 bits) for protection purposes, there being 4 levels of protection 0-3. An instruction counter word ICW includes the ring number (bits 2, 3) of the current process for determining access rights to main storage and the segment number and segment relative address (bits 4- 31) which define the address of the next instruction. A further word MBZ is tested every time the block is accessed and unless it is zero an exception occurs. Stack words SBW contain a segmented address of the first bytes of three stack segments assigned to ring levels 0, 1, 2 and utilized during stack operations. Further bytes are reserved for saving the contents of base, scientific and general registers. Above the zero address (which is the address pointed to by the P table) 5 double words are provided for time accounting purposes, a residual time out word RTO, (containing the time spent on the process before a time out exception), a running time word RUA and if the accounting mode bit is set a waiting time word, a ready time word (specifying the time a process is in the ready state) and a current entry time. System base (Fig. 6).-A boundary address register points to an address BAR in the system base at which is stored the size (bits 0-7 and absolute address (bits 8-31) of the J table. A G table word includes the size and absolute address of a G table in which entries are 2 word segment descriptors of segments containing semaphores. The system base includes 9 exception cell words, one per class of exception, each containing the system name (G, bits 8-15, D bits 16-31). A channel exception cell contains the name of a semaphore used when a channel exception occurs. An internal processor queue word IPQW points to the head of the processor's ready queue, it comprising a 16 bit number representing the displacement from the base of the GO segment. Re-try count words hold the number of times instruction re-try is to be executed when a machine error occurs. The running process word RPW holds the name of the current process (bits 16-31) together with its priority (bits 8-11). Accessing of a user segment, a system segment and the GO segment using the system base and process control block is described with reference to Fig. 12 (not shown). When a new process (i.e. is the head of the ready queue) has priority over the currently running process a roll-out operation is effected in which information relating to the running process is transferred from the general registers, base registers, scientific registers, T register, status registers and instruction counter to the process control block of the current process. This is followed by a roll-in operation in which the name of the new process is entered in the system base, the new process is de-queued and control information is supplied from the process control block to the registers of the processor.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
FR7342702A FR2253432A5 (en) | 1973-11-30 | 1973-11-30 | |
FR7342689A FR2289004A1 (en) | 1973-11-30 | 1973-11-30 | Fourth generation process control computer - has centralized process status and control information |
FR7342690A FR2258113A5 (en) | 1973-11-30 | 1973-11-30 |
Publications (1)
Publication Number | Publication Date |
---|---|
GB1491453A true GB1491453A (en) | 1977-11-09 |
Family
ID=27250213
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
GB5213274A Expired GB1491453A (en) | 1973-11-30 | 1974-12-02 | Computer system |
Country Status (8)
Country | Link |
---|---|
JP (1) | JPS6052453B2 (en) |
AU (1) | AU501600B2 (en) |
BR (1) | BR7410068A (en) |
CA (1) | CA1020280A (en) |
DE (1) | DE2456531A1 (en) |
GB (1) | GB1491453A (en) |
IT (1) | IT1030848B (en) |
NL (1) | NL7415722A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5586256A (en) * | 1989-07-20 | 1996-12-17 | Akebia Limited | Computer system using multidimensional addressing between multiple processors having independently addressable internal memory for efficient reordering and redistribution of data arrays between the processors |
WO2001040931A2 (en) * | 1999-11-30 | 2001-06-07 | OCé PRINTING SYSTEMS GMBH | Method for synchronising program sections of a computer program |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111857995B (en) * | 2020-06-30 | 2024-05-24 | 海尔优家智能科技(北京)有限公司 | Process scheduling method and device, storage medium and electronic device |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3611307A (en) * | 1969-04-03 | 1971-10-05 | Ibm | Execution unit shared by plurality of arrays of virtual processors |
-
1974
- 1974-11-28 AU AU75877/74A patent/AU501600B2/en not_active Expired
- 1974-11-29 IT IT3001174A patent/IT1030848B/en active
- 1974-11-29 DE DE19742456531 patent/DE2456531A1/en not_active Ceased
- 1974-11-30 JP JP49136674A patent/JPS6052453B2/en not_active Expired
- 1974-12-02 GB GB5213274A patent/GB1491453A/en not_active Expired
- 1974-12-02 CA CA215,184A patent/CA1020280A/en not_active Expired
- 1974-12-02 BR BR1006874A patent/BR7410068A/en unknown
- 1974-12-02 NL NL7415722A patent/NL7415722A/en not_active Application Discontinuation
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5586256A (en) * | 1989-07-20 | 1996-12-17 | Akebia Limited | Computer system using multidimensional addressing between multiple processors having independently addressable internal memory for efficient reordering and redistribution of data arrays between the processors |
WO2001040931A2 (en) * | 1999-11-30 | 2001-06-07 | OCé PRINTING SYSTEMS GMBH | Method for synchronising program sections of a computer program |
WO2001040931A3 (en) * | 1999-11-30 | 2002-11-07 | Oce Printing Systems Gmbh | Method for synchronising program sections of a computer program |
US7266825B2 (en) | 1999-11-30 | 2007-09-04 | Oce Printing Systems Gmbh | Method for synchronizing program sections of a computer program |
Also Published As
Publication number | Publication date |
---|---|
AU501600B2 (en) | 1979-06-28 |
AU7587774A (en) | 1976-06-03 |
JPS50117334A (en) | 1975-09-13 |
JPS6052453B2 (en) | 1985-11-19 |
BR7410068A (en) | 1976-06-08 |
CA1020280A (en) | 1977-11-01 |
NL7415722A (en) | 1975-06-03 |
DE2456531A1 (en) | 1975-06-05 |
IT1030848B (en) | 1979-04-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4777589A (en) | Direct input/output in a virtual memory system | |
US3916385A (en) | Ring checking hardware | |
US4355355A (en) | Address generating mechanism for multiple virtual spaces | |
US4564903A (en) | Partitioned multiprocessor programming system | |
KR920005853B1 (en) | Apparatus for controlling input/output operation in virtual memory/visual computer type data processing system | |
US4410941A (en) | Computer having an indexed local ram to store previously translated virtual addresses | |
JP2612168B2 (en) | Data processor | |
US7899972B2 (en) | Maintaining processor resources during architectural events | |
US4903234A (en) | Memory system | |
GB1509393A (en) | Method and device for communication of information | |
EP0557908A2 (en) | Method and system for avoiding selector loads | |
US5008816A (en) | Data processing system with multi-access memory | |
GB1464650A (en) | Data processing system | |
GB2060225B (en) | Multi-programming data processing system process suspension | |
US3701977A (en) | General purpose digital computer | |
US4654779A (en) | Multiprocessor system including firmware | |
US4454580A (en) | Program call method and call instruction execution apparatus | |
GB1491453A (en) | Computer system | |
JP3554320B2 (en) | A data processing system that performs communication between execution environments in a data processing system employing an object-oriented memory protection mechanism | |
GB1495729A (en) | Apparatus and method for handling exceptions in a data processing system | |
CA1302582C (en) | Apparatus and method for control of asynchronous program interrupt events in a data processing system | |
GB1486900A (en) | Data processing system | |
Wilkes | The use of a writable control memory in a multiprogramming environment | |
Groote et al. | Computer Organization | |
Pardo | A virtual memory system design |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PS | Patent sealed | ||
PE20 | Patent expired after termination of 20 years |
Effective date: 19941201 |