SDS 940 Time-Sharing System Technical Manual

Total Page:16

File Type:pdf, Size:1020Kb

SDS 940 Time-Sharing System Technical Manual Price: $3.50 SOS 940 TIME-SHARING SYSTEM TECHNICAL MANUAL SDS 90 11 16A November 1967 SCIE NTIFIC DATA SYSTEMS/1649 Seventeenth Street/Santa Moni co, Cal iforn ia ©1967. Scientific Data Systems. Inc Pnnted In USA. PREFACE This preliminary manual describes the Berkeley Time-Sharing System as modified for the SDS 940 Computer. The design and implementation of the system is explained, as well as certain of its operational features. The manual covers this in three major parts: Mon­ itor, Executive, and subsystems. Chapters 2-11 deal with the Monitor, chapters 12-19 discuss the Executive, and chapters 20-28 explain the various system programmed operators (SYSPOPS) and branch system routines (BRS) that can be used with this system. Illustrations and explanations are also given of important tables associated with the sys­ tem, such as the PAC Table, Phantom User Queue Entry, Job Table, Pseudo Memory Table, etc. This publication is a reference guide for experienced programmers rather than a primerfor beginners. It assumes that the reader is fami Iiar with the basi c concepts of the SDS 940 Time-Sharing System. Additional information about the system can be obtained from the related publications listed below. RELATED PUBLICATIONS Title Publication No. SDS 940 Computer Reference Manual 900640 SDS 940 Terminal Users Guide 90 11 18 SDS 940 FORTRAN II Reference Manual 90 00 10 SDS 940 BASIC Reference Manual 90 11 11 SDS 940 TAP Reference Manual 90 11 17 SDS 940 DDT Reference Manual 90 11 13 SDS 940 CAL Reference Manuai 90 Ii 14 SDS 940 QED Reference Manual 90 11 12 SDS 940 FORTRAN II Technical Notes 90 11 42 SDS 940 FORTRAN IV Reference Manual 90 11 15 NOTICE The specifications of the software system described inthis publication are subject to change without notice. The availability or performance of some features may depend on a specific configuration of equipment such as additional tape units or larger memory. Customers should consult thei r SDS sales representative for details. ii CONTENTS l. INTRODUCTION 15. SUBSYSTEMS 38 2. THE SCHEDU LER 16. MISCELLANEOUS EXECUTIVE FEATURES 39 Forks 1 17. MISCELLANEOUS MONITOR BRSs 39 The Program Active Table 1 The Phantom User 4 18. STRING PROCESSING SYSTEM 40 3. FORKS AND JOBS 5 19. FLOA TING POINT 40 Creation of Forks 5 Operating Characteristics 43 Memory Acquisition 6 Panic Conditions 6 20. BRS AND SYSPOP INDEXES 45 Jobs 7 Index of BRSs and System Operators 4. PROGRAM INTERRU PTS 8 by Number 45 Index of BRSs and SYSPOPs by Type 47 5. THE SWAPPER, MEMORY ALLOCATION AND RAD ORGANIZATION 9 2l. SCHEDULING, FORKS AND PROGRAM INTERACTION 52 Relabeling 9 22. INPUT/OUTPUT 65 6. MISCELLANEOUS FEATURES 11 23 .. TELETYPES 84 7. TELETYPE INPUT/OUTPUT 12 24. MEMORY 96 8. ORGANIZATION OF DISC AND BUFFER DEVICES 15 25. STRING PROCESSING 103 File Storage on Disc 15 26. NUMBERS 113 File Buffers 15 Devices 18 27. EXECUTIVE COMMAND OPERATIONS 120 System Data on Outer Arm Positions of Disc_ 19 28. MISCELLANEOUS 121 9. SEQUENTIAL FILES 19 Sequential Disc Files 19 Other Sequential Files 21 File Control Blocks 22 APPENDIXES Character Buffers 22 Permanently Open Files 22 A. GLOSSARY OF TERMS 127 10. SUBROUTINE FILES 23 B. GENERAL DESCRIPTION OF THE 1l. EXECUTIVE TREATMENT OF FILES 23 COMBINED FILE DIRECTORY 129 12. EXECUTIVE COMMANDS RELATED TO FILES 27 13. EXECUTIVE COMMANDS 28 ILLUSTRATIONS 14. OPERATOR EXECUTIVE ROUTINES 29 Function 29 l. PAC Tabl e - One Per Fork 2 Description of Control Commands 29 2. Phantom User Queue Entry 4 Operating Procedures 30 General Operating Instructions 30 3. Significance of Bits in A Register 5 Program Loading and Assembly Procedure __ 30 Description of Operator Executive 4. Job Tables 7 Routines 30 5. Pseudo Memory Table PMT Entries 9 iii 6. Disc Map 16 TABLES 7. Buffers 17 1. Activation Conditions for Currently 8. Device Tables 18 Inactive Fork 3 9. File Control Block 22 2. Panic Table 5 3. Teletype Table 12 10. Fixed File Numbers 22 4. Control Numbers 20 11. File Directory Arrangement 25 5. Device Numbers 21 6. File Control for Mag-tape 21 12. Hash Table Entry 26 7. Control Commands 29 13. Format Word for Floating Point 42 8. Error Conditions 43 iv 1. INTRODUCTION The SDS 940 Time-Sharing System consists of three main Since the user cannot address the computer directly, the res­ parts: Monitor, Executive, and subsystems. ident SYSPOP and BRS utility routines have been provided to allow him to perform I/o functions and control other sys­ The Monitor is the portion of the system concerned with tem operati ons. When accessed, these routi nes cause a transfer to monitor mode of operati on and a branch to a pro­ • scheduling cessing routine. The BRS instruction requires an integer in its address field that specifies the function to be performed. • input/output operati ons SYSPOP instructions require no such integer. Each SYSPOP • interrupt processing name is unique and specifies, by itself, the function desired. Not all of these routines are accessible to every user; special • memory allocation user status is required to access some of the routines. • swapping of programs and data from disc to core memory Subsystems are maj or processors such as FORTRA N II, CAL, • control of active programs QED, etc. These subsystems are programs that are permanent­ ly connected to the main system. Each subsystem is called The Executive is concerned with by name through the Executive. Tables in the Executive in­ dicate how the subsystem is to be started and where its en­ • the command language through which the user controls tries are in the shared memory table. the system from his teletype The processors implemented as 940 subsystems have such a high identi fi cati on of the vari ous users • rate of usage that they have been written as reentrant programs, • the specification of the limits of each user's access to enabl i ng many users to share the same processor si mu I taneousl y. the system Programming reference information on the major subsystems • control of the directory of symbol i c fi I e names, and is contained in individual manuals listed under related pub­ backup storage for these fi I es lications in front of this manual. 2. THE SCHEDULER FORKS control, each operating independently. There is also a tem­ porary storage area called a TS block that is shared with The 940 Ti me- Shari ng System is pri mari I y concerned wi th each active fork associated with a user. program entities called forks. A fork is a self-contained body of code for performing some process. At any point during this process it is possible to activate another fork. THE PROGRAM ACTIVE TABLE Forks are similar to programs and subprograms in other sys­ tems, but they differ from their non-time-sharing-system A fork is defined by its entry in the program active table counterparts in a number of important respects. (PAC table or PACT). This table contains all the informa­ ti on requi red to speci fy the state of the computer that the A fork can be all or part of a program. It can have one or user is programming, except for that contained in the user's more forks or subprograms running concurrently under its memory or in the system's permanent tabl es. Each PACT fu II control. entry has the format shown in Figure 1. A fork can share all, part, or none of its allocated memory Note that the PACT contains locations for saving the pro­ with the controlling program. gram counter, P, and the contents of the A register. The B and X registers are saved in the TS block. The PACT 01 so Forks are similar to subroutines, except that, theoretically, contains two pseudo-relabel ing registers for the user. A all forks making up a program could be executing simulta­ third one, that specifies the monitor map, is kept in the job neousl yin the ti me-shari ng mode. However, forks can, and tables. Pseudo-relabeling is discussed in detail in Chapter frequently do, exist in a hierarchical relationship with one 5. The word PTEST determines the conditions under which another. the fork should be reactivated if it is not currently running. There is at least one fork associated with each active user The panic table address in PTAB and the three pointers called in the system, but a user can have many forks under his PFORK, PDO'vVN and PPAR are discussed in Chapter 3. Introduction/The Scheduler Next queue or next program on queue PNEXT <0 - next ro ram <0 - next ueue o 10 23 PL Saved (P) o 1 2 3 8 9 10 23 PA Saved (A) o 23 Rll First pseudo-relabel ing register o 23 RL2 Second pseudo-relabeling register o 23 PPTR PDOWN PFORK or chain for free entries 0 11 12 23 Test word addrs., or into no., or status PTEST of dead fork 23 PQU I~I~ 10 1 QR 1QTAB PPAR o 1 2 3 8 9 11 12 23 PTAB IWI~ IIJOb No. H Panic Table Address I o 1 2 3 8 9 10 23 IEM PIM 0 XPB TO I~I~ 1~1oI1 2 3 4:56789 10 :111 o 1 2 3 4 14 15 17 18 20 21 23 UM USei mode (1) Add no memory OV Overflow TP Termination pending (checks for rubout) EX Executive program NT Non-terminabi I ity EXB Exec BRS IEM Interrupt enable mask QR Amount of long quantum left 1-4 System interrupt QTAB Index for long quantum 5-10 = Program interrupt LM Local memory 11 = Interrupt on di sc errors EX1 Subsystem status XPB Index to PB in TS block TS TS block assigned TO Ti me out interrupt armed Figure 1.
Recommended publications
  • SDS 940 THEORY of OPERATION Technical Manual SDS 98 01 26A
    SDS 940 THEORY OF OPERATION Technical Manual SDS 98 01 26A March 1967 SCIENTIFIC DATA SYSTEMS/1649 Seventeenth Street/Santa Monica, California/UP 1-0960 ® 1967 Scientific Data Systems, Inc. Printed in U. S. A. TABLE OF CONTENTS Section Page I GENERAL DESCRIPTION ...•.••.•••••.••.••.•..•.••••• 1-1 1.1 General ................................... 1-1 1.2 Documentation .•...•..•.••..•••••••.•.••.••••• 1-1 1 .3 Physical Description ..•...•.••••.••..••••..••••. 1-2 1.4 Featu re s • . • . • • • • . • • • • • . • • . • . • . • • . • • • 1-2 1 .5 Input/Output Capabi I ity •.•....•.•.......•.....•.. 1-2 1 .5. 1 Parallel Input/Output System .•...•.....••..•. 1-6 1.5.1.1 Word Parallel System ...........•.. 1-6 1.5.1.2 Single-Bit Control and Sense System .... 1-8 1 .5.2 Time-Multiplexed Communication Channels .....•. 1-8 1 .5.3 Direct Memory Access System ............... 1-9 1.5.3.1 Direct Access Communication Channels •. 1-9 1.5.3.2 Data Multiplexing System ...•.....•. 1-10 1 .5.4 Priority Interrupt System . • . 1-10 1.5.4.1 Externa I Interrupt •..........•.... 1-11 1.5.4.2 Input/Output Channe I ..•..•.•••••. 1-12 1.5.4.3 Real-Time Clock •••.••.••••••••• 1-12 1 .6 Input/Output Devices •..•..••.••.••.••.•••••..•. 1-12 1 .6. 1 Buffered Input/Output Devices ..••.••.•.•••.•• 1-12 1.6.2 Unbuffered Input/Output Devices ••••..••••..•• 1-14 II OPERATION AND PROGRAMMING •..•••••.••.•..•....••. 2-1 2. 1 General .•..•.......•......•..............•. 2-1 2.2 Chang i ng Operat ion Modes •.•.••.••.•••.•..•..•.•• 2-2 2.3 Modes of Operation •..••.••.••.••..••••..••••••• 2-2 2.3. 1 Normal Mode .••••••••••••••••••••.••••• 2-2 2.3.1.1 Interrupt Rout i ne Return Instru ction .•.•. 2-3 2.3.1.2 Overflow Instructions ...••..•••••• 2-3 2.3.1.3 Mode Change Instruction ....••.•..• 2-3 2.3.1.4 Data Mu Itiplex Channe I Interlace Word •.
    [Show full text]
  • SDS 900 Series, 1962
    The SDS 920 is a low cost, general purpose computer designed for sci- entific engineering computation and for systems integration. It has all the speed and operating features found only in much more expensive equipment, including instructions that facilitate floating-point and multi- precision operations. An evaluation of the 920's unequalled perform- ance-per-dollar capabilities can be made by comparing the following characteristics with any presently available digital computer: EXECUTION TIMES: All times include both memory access & indexing Add ........................................ 16 microseconds Mutiply ..................................... 32 microseconds Floating-Point Operations: (24-bit Mantissa plus 9-bit Exponent) Add ....................................292 mic~oseconds Multiply ............................... .248 microseconds (39-bit Mantissa plus 9-bit Exponent) Add ....................................368 microseconds Multiply ............................... .600 micmsecands PROGRAMMING: -- OENERAL PURPOSE COMPUTERS Control Pawl SI3S 4r09 &rim iDS 920 is a low cost, general purpose computer designed for sci- .......: engineering computation and for systems integration. It has all I the speed and operating features found only in much more expensive equipment, including instructions that facilitate floating-point and multi- precision operations. An evaluation of the 920's unequalled perform- per-dollar capabilities can be made by comparing the following 8 cteristics with any presently available digital computer: ' TYPE: Single address with indc g and indirect addressing Binary I Core Memory Solid State ructions for facilitating floating-point ,, iulti-precision opera1 , Parity checking on Input/Output and I sry Operations Prc ~---.dOperator magnetic core 4096 words expandable to 16,- ly addressable 24-bit word and parity Non- r include bot,' mory access & indexing ................ 16 microseconds ...................... 32 microseconds ...................292 micro .................. .248 microseconds bit Exponent ...............................
    [Show full text]
  • Tymnet Is Born
    The Bang! • August 1949 • Soviet RDS-1 • Valley Committee – Chair: George Valley • Technology R&D – Advanced RADAR – Advanced Computers – Advanced Networking • Boxcars of Cash The MIT Whirlwind Whirlwind was fitted with Core memory in 1953 as a part of the SAGE development project to develop something better than electrostatic memory. 22000 Sq Ft, 250 tons SAGE (Semi-Automatic Ground Environment) Enormous Comm. Network • Modems • Telephones • Fax Machines • Teleprinters • Radar Ckts Four Story Blockhouses • 3.5 acres of floor space • Hardened for 34 kPa overpressure • Two Computers in Duplex, each fills one floor, plus supporting equipment • Generators in smaller building • Enough Air Conditioning to cool 500 Arizona homes in summer, the electricity used would power 250 homes. Then Came Sputnik • US Defense Community reacted and threw even more money at Rand Corp and MIT and other think tanks, seeking a hardened network for military communications • ARPA began working on ARPANET Civilian Spin-offs - SABRE • Research proposal in 1953 • First system online in 1960 Civilian Spin-offs • ERMA – Electronic Recording Machine, Accounting • Bank of America and SRI • First ERMA system came online in 1959 Exploratory Demonstrations May 1965, Dave and Tom departed GE to work full-time on their dream Tymshare Associates Their business market is the science and engineering community around the South Bay Area Tymshare Incorporated • With funding in hand, the computer is ordered – Funded by $250,000 loan from BofA and SBA – Planned to use GE (Dartmouth
    [Show full text]
  • Notes on the History of Fork-And-Join Linus Nyman and Mikael Laakso Hanken School of Economics
    Notes on the history of fork-and-join Linus Nyman and Mikael Laakso Hanken School of Economics As part of a PhD on code forking in open source software, Linus Nyman looked into the origins of how the practice came to be called forking.1 This search led back to the early history of the fork system call. Having not previously seen such a history published, this anecdote looks back at the birth of the fork system call to share what was learned, as remembered by its pioneers. The fork call allows a process (or running program) to create new processes. The original is deemed the parent process and the newly created one its child. On multiprocessor systems, these processes can run concurrently in parallel.2 Since its birth 50 years ago, the fork has remained a central element of modern computing, both with regards to software development principles and, by extension, to hardware design, which increasingly accommodates parallelism in process execution. The fork system call is imagined The year was 1962. Melvin Conway, later to become known for “Conway’s Law,”3 was troubled by what seemed an unnecessary inefficiency in computing. As Conway recalls:4 I was in the US Air Force at the time – involved with computer procurement – and I noticed that no vendor was distinguishing between “processor” and “process.” That is, when a proposal involved a multiprocessor design, each processor was committed to a single process. By late 1962, Conway had begun contemplating the idea of using a record to carry the status of a process.
    [Show full text]
  • SDS 925 Computer, 1964
    SOS 925 com uler r GENERAL CHARACTERISTICS The SDS 925 is a high-speed general purpose digital computer Series computer can be run on the 925 without modification. designed for scientific and engineering computation and for The entire line of field proven 900 Series peripherals-including real-time systems integration. The basic price of the 925 is SDS MAGPAK - can al so be used without modification. And, $81,000, including console, Model 35 Teletype Printer, Time like the SDS 900 Series computers, the 925 uses silicon Multiplexed Communication Channel, and 4095 words of semiconductors exclusively. Advanced SDS logical design memory. techniques result in the use of from two to five times fewer components than conventionally designed equipment. This The SDS 925 is fully compatible with SDS 900 Series com­ gives the 925 a significant reliability advantage over compar­ puters. Because of this compatabil ity, a complete set of field­ able computers. proven software is available, and programs written for any 900 THE SDS 925 HAS THE FOLLOWING CHARACTERISTICS: • 24-bit word plus a parity bit • 48-bit word for floating point arithmetic • Hardware Index Register; indexing requires no additional time • Basic memory of 4096 words, expandable to 16,384 words, all directly addressable, with: 0.7 p'sec access time 1.75 p'sec cycle time • Extensive shift and register change instructions for data manipulation • Execution times, including all access and indexing: FIXED POINT 3.5 p'sec Add 54.25 p.sec Multiply FLOATING POINT (24-bit fraction, 9-bit exponent)
    [Show full text]
  • Oral History Interview with Paul A. Strassmann
    An Interview with PAUL A. STRASSMANN OH 172 Conducted by Arthur L. Norberg on 26 May 1989 New Canaan, CT Charles Babbage Institute Center for the History of Information Processing University of Minnesota, Minneapolis Copyright, Charles Babbage Institute 1 Paul A. Strassmann Interview 26 May 1989 Abstract Strausmann begins the interview with a dicussion of the mainframe products of Xerox Data Systems (XDS), formerly Scientific Data Systems (SDS). From his perspective as Chief Computer Executive at Xerox, he describes the interaction betweeen XDS and Xerox's established copier business. Straussmann describes the growth of Xerox Palo Alto Research Center (Xerox PARC) and the development of the Alto and Star computers. Staussman recalls Xerox's decision to move away from computers and into integrated information technology. He concludes the interview with his comments on the changing economics of information technology for end users. 2 PAUL A. STRASSMANN INTERVIEW DATE: May 26, 1989 INTERVIEWER: Arthur L. Norberg LOCATION: New Canaan, Connecticut NORBERG: I am in the home of Mr. Paul A. Strassmann, New Canaan, Connecticut for the second interview on the Xerox Data years. Can we pick up where we left off the last time, Paul, and can you tell me a few things about your early tasks at Xerox when you were brought in by Mr. Flaven? STRASSMANN: The first task that I received upon joining Xerox on May 1, 1969, was to fly up to Boston to the Spring Joint Computer Conference, and have a good look at a Sigma 7 computer which was being exhibited for the first time.
    [Show full text]
  • The Computer History Simulation Project
    The Computer History Simulation Project The Computer History Simulation Project The Computer History Simulation Project is a loose Internet-based collective of people interested in restoring historically significant computer hardware and software systems by simulation. The goal of the project is to create highly portable system simulators and to publish them as freeware on the Internet, with freely available copies of significant or representative software. Simulators SIMH is a highly portable, multi-system simulator. ● Download the latest sources for SIMH (V3.5-1 updated 15-Oct-2005 - see change log). ● Download a zip file containing Windows executables for all the SIMH simulators. The VAX and PDP-11 are compiled without Ethernet support. Versions with Ethernet support are available here. If you download the executables, you should download the source archive as well, as it contains the documentation and other supporting files. ● If your host system is Alpha/VMS, and you want Ethernet support, you need to download the VMS Pcap library and execlet here. SIMH implements simulators for: ● Data General Nova, Eclipse ● Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10, PDP-11, PDP- 15, VAX ● GRI Corporation GRI-909 ● IBM 1401, 1620, 1130, System 3 ● Interdata (Perkin-Elmer) 16b and 32b systems ● Hewlett-Packard 2116, 2100, 21MX ● Honeywell H316/H516 ● MITS Altair 8800, with both 8080 and Z80 ● Royal-Mcbee LGP-30, LGP-21 ● Scientific Data Systems SDS 940 Also available is a collection of tools for manipulating simulator file formats and for cross- assembling code for the PDP-1, PDP-7, PDP-8, and PDP-11.
    [Show full text]
  • Scientific Data Systems
    I SCIENTIFIC DATA SYSTEMS SDS 900 Series Computer Systems CONTENTS 2 INTRODUCTION 6 THE COMPUTER -O RIENTED APPROACH 9 SDS SYSTEM ELEMENTS 16 COMPUTER INTERFAC E CHA RACTERI STI CS 20 U SERS ©1965, Scientific Data Systems, Inc. INTRODUCTION Every activity at SDS ultimately focuses on the company's effort to fulfill needs for versatile, efficient total computing systems. Virtually every SDS product from logic modules and analog/digital conversion devices to general-purpose computers and peripheral equipment is involved · in a systems project. Every service provided by SDS-engineering, programming, maintenance, and training-is directed at supporting the systems effort. As a result more SDS computers are operating today in real-time engineering and scientific systems than those of any other computer manufacturer. The key element in this total systems capability is a "building-block" philosophy that SDS applies to the design of all its products-both hardware and software. The resulting compatibility and modularity of equipment and programs enable SDS to design and construct complex systems from standard off-the-shelf products. The customary charges for systems engineering and check-out programming are completely eliminatedwhen 80 percent of the system cost is represented by S OS products. Over 200 SDS 900 Series computers are now operating in a wide range of systems applications. Of these, 125 were system-engineered by SDS. Typical applications include real-time industrial control. telemetry data acquisition and reduction, nuclear pulse-height anal­ ysis, missile check-out and seismic data reduction. Illustrated throughout the text are the following representative SDS 900 Series computer-controlled systems reflect examples of operating SDS 900 Series computer systems: the broad range of central processor and peripheral System 1-Space Network Communications equipment configurations made possible by the SDS modular, standardized approach to design of real-time System 2-Meteorological Data Processing data acquisition, data processing, and control systems.
    [Show full text]
  • Annotated Bibliography of the Literature on Resource Sharing Computer Networks NATIONAL BUREAU of STANDARDS
    NBS SPECIAL PUBLICATION 384 Annotated Bibliography of the Literature on Resource Sharing Computer Networks NATIONAL BUREAU OF STANDARDS The National Bureau of Standards 1 was established by an act of Congress March 3, 1901. The Bureau's overall goal is to strengthen and advance the Nation's science and technology and facilitate their effective application for public benefit. To this end, the Bureau conducts research and provides: ( 1 ) a basis for the Nation's physical measurement system, (2) scientific and technological services for industry and government, (3 ) a technical basis for equity in trade, and (4) technical services to promote public safety. The Bureau consists of the Institute for Basic Standards, the Institute for Materials Research, the Institute for Applied Technology, the Institute for Computer Sciences and Technology, and the Office for Information Programs. THE INSTITUTE FOR BASIC STANDARDS provides the central basis within the United States of a complete and consistent system of physical measurement; coordinates that system with measurement systems of other nations; and furnishes essential services leading to accurate and uniform physical measurements throughout the Nation's scientific community, industry, and commerce. The Institute consists of a Center for Radiation Research, an Office of Meas- urement Services and the following divisions: Applied Mathematics — Electricity — Mechanics — Heat — Optical Physics — Nuclear Sciences " — Applied Radiation ! — Quantum Electronics 3 — Electromagnetics 3 — Time 3 3 3 and Frequency — Laboratory Astrophysics — Cryogenics . THE INSTITUTE FOR MATERIALS RESEARCH conducts materials research leading to improved methods of measurement, standards, and data on the properties of well-characterized materials needed by industry, commerce, educational institutions, and Government; provides advisory and research services to other Government agencies; and develops, produces, and distributes standard reference materials.
    [Show full text]
  • SDS 940 LECTURES Butler W
    To: FFL Systems Date: June 1, 1966 - July 1,1966 Group From: Butler W. Lampson Version: 1 SDS 940 LECTURES Butler W. Lampson Introduction The, system comes in three major pieces; namely the monitor, the exec and the subsystems. The monitor is the guts of the system. It is mostly resident in core and it eventually takes care of all interactions between the programs and the outside world: all input-output, scheduling, swapping, handling the drum or disc, handling teletypes etc., etc., etc. The exec is mostly non-resident, i.e., swapped; it runs as a user program. Its function is to provide what you might call second level control. Namely, it takes care of implementing the command language by which the user controls the system; it takes care of file naming, which allows the user to give symbolic name’s to his files and reference them afterwards, and it provides a ‘number of special services such as floating-point, input-output, string handling operations and one thing and another. This we will discuss perhaps in some detail. The third component of the system is the subsystems. A subsystem is just some language or convenient facility which has been programmed and inserted in the system in such a way that you can get at it by giving its name as a command to the executive. A subsystem is regarded as a completely independent program, not closely connected to any part of the system proper. It’s basically just like a user program. The only difference between a subsystem and a user program is that the name of the subsystem is in an exec table together with information about the location of the subsystem and its starting address.
    [Show full text]
  • Formation of the Cloud: History, Metaphor, and Materiality Trevor D Croker
    Formation of the Cloud: History, Metaphor, and Materiality Trevor D Croker Dissertation submitted to the faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy In Science and Technology Studies Janet Abbate, Chair Daniel Breslau Saul Halfon Richard Hirsh November 14, 2019 Blacksburg, Virginia Keywords: cloud computing, material culture, infrastructure, internet studies Formation of the Cloud: History, Metaphor, and Materiality Trevor D Croker Abstract In this dissertation, I look at the history of cloud computing to demonstrate the entanglement of history, metaphor, and materiality. In telling this story, I argue that metaphors play a powerful role in how we imagine, construct, and maintain our technological futures. The cloud, as a metaphor in computing, works to simplify complexities in distributed networking infrastructures. The language and imagery of the cloud has been used as a tool that helps cloud providers shift public focus away from potentially important regulatory, environmental, and social questions while constructing a new computing marketplace. To address these topics, I contextualize the history of the cloud by looking back at the stories of utility computing (1960s-70s) and ubiquitous computing (1980s-1990s). These visions provide an alternative narrative about the design and regulation of new technological systems. Drawing upon these older metaphors of computing, I describe the early history of the cloud (1990-2008) in order to explore how this new vision of computing was imagined. I suggest that the metaphor of the cloud was not a historical inevitability. Rather, I argue that the social- construction of metaphors in computing can play a significant role in how the public thinks about, develops, and uses new technologies.
    [Show full text]
  • IN FOCUS: Media Studies and the Internet at Fifty
    IN FOCUS: Media Studies and the Internet at Fifty Media Studies and the Internet by DEREK KOMPARE, editor n November 1969, an SDS Sigma 7 computer at the Univer- sity of California, Los Angeles, and an SDS 940 computer at Stanford were connected via telephone for the fi rst perma- nent host-to-host connection of ARPANET, the US Depart- ment of Defense’s project to build a dispersed computer network.1 IThis initial connection would grow over the coming years to form the physical and logistical infrastructure of what eventually became known as the internet, encompassing technologies and technological discourses at the global level. Along the way, new communication systems, codes, and protocols were developed (and just as important, evangelized) that fundamentally recast the functions and expecta- tions of media culture. Like almost every other endeavor in ad- vanced societies over the past few decades, fi lm and media studies has long relied on the internet for its basic operation, but it has yet to fully acknowledge, understand, or incorporate the internet as such into its fundamental scope. I prompted the contributors of this In Focus to use the fi ftieth anniversary of ARPANET’s con- nection to explore concepts and uses that the internet has fostered that challenge, expand, and illuminate our fi eld in signifi cant ways. These essays argue that the fi eld should regard the internet not only as a conduit for audiovisual texts and their related discourses but also, regardless of its “content,” as a system of technical aff or- dances, policies, and discourses that has long shaped and will con- tinue to shape the parameters of media and politics.
    [Show full text]