sponsored by |
OSdata.com |
Summary: One of the most basic operations of an operating system is scheduling and control of processes or jobs (programs).
OSdata.com is used in more than 300 colleges and universities around the worldFind out how to get similar high web traffic and search engine placement. |
An operating system treats programs as processes or jobs.
Most of the older mainframe and mainframe-derived operating systems have a facility to link together various modules to make an executable image (working object or machine code). This linking can be be done statically as part of the compilation process or can be done dynamically at the time the program is loaded into main memory (or even a combination of the two approaches).
A program must be loaded into main (or working) memory before it can run on a particular processor inside the computer. An important aspect of an operating system is scheduling which programs are loaded into main memory and ready for execution.
In CP/M (an early microcomputer OS), a small program called the Monitor is loaded into memory when the computer is started and remains in memory until the computer is shutdown. The Monitor will load a new program at the users request and run the program by using the call (jump to subroutine) instruction.
Any program that is loaded into memory can be run or executed. The operating system keeps track of which program is running, schedules each candidate program, and in a multiprocessing system will continually swap between programs to give the appearance that multiple programs are running simultaneously.
In CP/M (an early microcomputer OS), a small program called the Monitor is loaded into memory when the computer is started and remains in memory until the computer is shutdown. The Monitor will load a new program at the users request and run the program by using the call (jump to subroutine) instruction.
If you want your book reviewed, please send a copy to: Milo, POB 1361, Tustin, CA 92781, USA.
Price listings are for courtesy purposes only and may be changed by the referenced businesses at any time without notice.
Structured Computer Organization, 4th edition; by Andrew S. Tanenbaum; Prentice Hall; October 1998; ISBN 0130959901; Paperback; 669 pages; $95.00; used by CS 308-273A (Principles of Assembly Languages) at McGill University School of Computer Science
Computers: An Introduction to Hardware and Software Design; by Larry L. Wear, James R. Pinkert (Contributor), William G. Lane (Contributor); McGraw-Hill Higher Education; February 1991; ISBN 0070686742; Hardcover; 544 pages; $98.60; used by CS 308-273A (Principles of Assembly Languages) at McGill University School of Computer Science
If you want your book reviewed, please send a copy to: Milo, POB 1361, Tustin, CA 92781, USA.
OSdata.com is used in more than 300 colleges and universities around the world |
Tweets by @osdata |
A web site on dozens of operating systems simply cant be maintained by one person. This is a cooperative effort. If you spot an error in fact, grammar, syntax, or spelling, or a broken link, or have additional information, commentary, or constructive criticism, please e-mail Milo. If you have any extra copies of docs, manuals, or other materials that can assist in accuracy and completeness, please send them to Milo, PO Box 1361, Tustin, CA, USA, 92781.
Click here for our privacy policy.
previous page | next page |
Hardware Level of Operating System
This web site handcrafted on Macintosh computers using Tom Benders Tex-Edit Plus and served using FreeBSD .
UNIX used as a generic term unless specifically used as a trademark (such as in the phrase UNIX certified). UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company Ltd.
Names and logos of various OSs are trademarks of their respective owners.
Copyright © 2006 Milo
Last Updated: September 13, 2006
Created: September 13, 2006
previous page | next page |