welcome

.....welcome to world of operating systems.....

Jumat, 13 April 2012

History of Operating Systems..part.2

Early History: The 1940s and the 1950s:
In the 1940s, the earliest electronic digital systems had no operating systems. Computers of this time were so primitive compared to those of today that programs were often entered into the computer one bit at a time on rows of mechanical switches. Eventually, machine languages (consisting of strings of the binary digits 0 and 1) were introduced that sped up the programming process (Stern, 1981). The systems of the 1950s generally ran only one job at a time. It allowed only a single person at a time to use the machine. All of the machine’s resources were at the user’s disposal. Billing for the use of the computer was straightforward - because the user had the entire machine, the user was charged for all of the resources whether or not the job used these resources. In fact, usual billing mechanisms were based upon wall clock time. A user was given the machine for some time interval and was charged a flat rate. 


Originally, each user wrote all of the code necessary to implement a particular application, including the highly detailed machine level input/output instructions. Very quickly, the input/output coding needed to implement basic functions was consolidated into an input/output control system (IOCS). Users wishing to perform input/output operations no longer had to code the instructions directly. Instead, they used IOCS routines to do the real work. This greatly simplified and sped up the coding process. The implementation of input/output control system may have been the beginning of today’s concept of operating system. Under this system, the user has complete control over all of  main storage memory and as a result, this system has been known as single user contiguous storage allocation system. Storage is divided into a portion holding input/output control system (IOCS) routiner, a portion holding the user’s program and an unused portion (Milenkovic, 1987). 


Early single-user real storage systems were dedicated to one job for more than the job’s execution time. Jobs generally required considerable setup time during which the operating system loaded, tapes and disk packs were mounted, appropriate forms were placed in the printer, time cards were “punched in,” etc. When jobs completed, they required considerable “teardown” time as tapes and disk packs were removed, time cards were “punched out” etc. During job setup and job teardown, the computer sat idle. Users soon realized that they could cut down the amount of time wasted between the jobs, if they could automate the job-to-job transition. First major such system, considered by many to be the first operating system, was designed by the General Motors Research Laboratories for their IBM 701 mainframe beginning in early 1956 (Grosch, 1977). Its success helped establish batch computing – the groupings of the jobs into a single deck of cards, separated by control cards that instructed computers about the various specification of the job. The programming language that the control cards used was called job control language (JCL). These job control cards set up the job by telling the computer whether the cards following it contain data or programs, what programming language is used, the approximate execution time, etc. When the current job terminated, the job stream reader automatically reads in the control language statements for the next job and performs appropriate housekeeping chores to facilitate the transition to the next job. Batch processing system greatly improved the use of computer systems and helped demonstrate the real value of operating systems by managing resources intensely. This type of processing called single stream batch processing systems became the state-of-theart in the early 1960s (Orchard-Hays, 1961).

source : Prof. Tim Bergin

Tidak ada komentar:

Posting Komentar