|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
SCIDIR_ocn898772193 |
003 |
OCoLC |
005 |
20231117032935.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
141227s1974 nyua ob 001 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e rda
|e pn
|c EBLCP
|d N$T
|d IDEBK
|d OCLCQ
|d N$T
|d E7B
|d OCLCF
|d DEBSZ
|d OCLCQ
|d YDXCP
|d OCLCQ
|d MERUC
|d OCLCQ
|d INARC
|d OCLCQ
|d OCLCE
|d VLY
|d LUN
|d OCLCQ
|d OCLCO
|d OCL
|d OCLCQ
|
016 |
7 |
|
|a 003684748
|2 Uk
|
019 |
|
|
|a 563787880
|a 1040014367
|a 1050230011
|a 1153446330
|a 1162088500
|a 1397701234
|
020 |
|
|
|a 9781483268583
|q (electronic bk.)
|
020 |
|
|
|a 1483268586
|q (electronic bk.)
|
020 |
|
|
|z 9780127017501
|
020 |
|
|
|z 012701750X
|
035 |
|
|
|a (OCoLC)898772193
|z (OCoLC)563787880
|z (OCoLC)1040014367
|z (OCoLC)1050230011
|z (OCoLC)1153446330
|z (OCoLC)1162088500
|z (OCoLC)1397701234
|
042 |
|
|
|a dlr
|
050 |
|
4 |
|a QA76.5
|
072 |
|
7 |
|a REF
|x 018000
|2 bisacsh
|
080 |
|
|
|a 518.563.T88
|
082 |
0 |
4 |
|a 001.6/44/04
|2 23
|
084 |
|
|
|a 54.54
|2 bcl
|
084 |
|
|
|a ST 260
|2 rvk
|
084 |
|
|
|a ST 267
|2 rvk
|
084 |
|
|
|a ST 235
|2 rvk
|
084 |
|
|
|a 005.43
|
100 |
1 |
|
|a Tsichritzis, Dionysios C.
|
245 |
1 |
0 |
|a Operating systems /
|c Dionysios C. Tsichritzis and Philip A. Bernstein.
|
264 |
|
1 |
|a New York :
|b Academic Press,
|c [1974]
|
264 |
|
4 |
|c �1974
|
300 |
|
|
|a 1 online resource (xviii, 298 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Computer science and applied mathematics
|
504 |
|
|
|a Includes bibliographical references (pages 267-287) and index.
|
506 |
|
|
|3 Use copy
|f Restrictions unspecified
|2 star
|5 MiAaHDL
|
533 |
|
|
|a Electronic reproduction.
|b [Place of publication not identified] :
|c HathiTrust Digital Library,
|d 2010.
|5 MiAaHDL
|
538 |
|
|
|a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
|u http://purl.oclc.org/DLF/benchrepro0212
|5 MiAaHDL
|
583 |
1 |
|
|a digitized
|c 2010
|h HathiTrust Digital Library
|l committed to preserve
|2 pda
|5 MiAaHDL
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a For upper-level undergraduate and first-year graduate students.
|
505 |
0 |
|
|a Front Cover; Operating Systems; Copyright Page; Table of Contents; Preface; Acknowledgments; Notes to the Instructor; PART I: PRINCIPLES; Chapter 1. Operating System Functions and Concepts; 1.1 Introduction; 1.2 Operating Systems; 1.3 Resource Allocation; 1.4 The Supervisor; 1.5 Conclusion; Problems; Chapter 2. Processes; 2.1 Introduction; 2.2 Process Definition; 2.3 Process Implementation; 2.4 Process Communication; 2.5 Low-Level Synchronization Primitives; 2.6 High-Level Synchronization Primitives; 2.7 Deadlocks; Problems; Chapter 3. Processor Allocation; 3.1 Introduction
|
505 |
8 |
|
|a 3.2 Multiprogramming3.3 Multiprogramming Scheduling Methods; 3.4 Multilevel Scheduling; 3.5 Final Remarks; Problems; Chapter 4. Memory Management; 4.1 Memory Management Functions; 4.2 Linking Methods; 4.3 Storage Allocation; 4.4 Overlaying; 4.5 Job Swapping; 4.6 Segmentation; 4.7 Paging; 4.8 Segmentation with Paging; 4.9 Linking Using Segmentation with Paging; Problems; Chapter 5. Virtual Memory; 5.1 Introduction; 5.2 Hardware Devices for Virtual Memory; 5.3 Allocation Strategies in Segmentation and Paging; 5.4 Analysis of Paging Systems; 5.5 Final Remarks; Problems; PART II: TECHNIQUES
|
505 |
8 |
|
|a Chapter 6. I/O and Files6.1 Introduction; 6.2 I/O System; 6.3 Basic File System; 6.4 Logical File System; 6.5 Access Methods; 6.6 Data Base Management Systems; 6.7 Example of a Simple File System; 6.8 Conclusion; Problems; Chapter 7. Protection; 7.1 Introduction; 7.2 Domains and Capabilities; 7.3 Describing the Protection Status; 7.4 Protection Implementation; 7.5 Capability Passing and Format; 7.6 Security; 7.7 Conclusion; Problems; Chapter 8. Design; 8.1 Introduction; 8.2 Design Methodology; 8.3 A Design Approach; 8.4 Project Management; 8.5 Concluding Remarks; Problems
|
505 |
8 |
|
|a Chapter 9. Implementation9.1 Introduction; 9.2 Choice of Implementation Language; 9.3 Program Engineering; 9.4 Program Verification; 9.5 Performance Evaluation; 9.6 Conclusion; Problems; Chapter 10. Examples of Systems; 10.1 Introduction; 10.2 The SUE System; 10.3 The Venus Operating System; 10.4 Other Systems; Problems; Appendix I: Data Structures; I.1 Definition of Terms; I.2 Sequential Allocation of Lists; I.3 Linked Lists; I.4 Management of Linked Lists; I.5 Stacks; I.6 Queues; I.7 Dequeues; I.8 Tables; Appendix II: Computational Structures; II.1 Introduction; II.2 Petri Nets
|
505 |
8 |
|
|a II.3 Computational SchemataII.4 A Model for the Deadlock Problem; II.5 Conclusion; Appendix III: A Toy Operating System; III.1 Introduction; III.2 Simulated Hardware; III.3 The Toy Operating System; III.4 Conclusion; Annotated References; Index
|
546 |
|
|
|a English.
|
650 |
|
0 |
|a Operating systems (Computers)
|
650 |
|
0 |
|a Electronic digital computers.
|
650 |
|
0 |
|a Computers.
|
650 |
|
2 |
|a Computers
|0 (DNLM)D003201
|
650 |
|
6 |
|a Ordinateurs.
|0 (CaQQLa)201-0003527
|
650 |
|
6 |
|a Syst�emes d'exploitation (Ordinateurs)
|0 (CaQQLa)201-0029698
|
650 |
|
7 |
|a operating systems.
|2 aat
|0 (CStmoGRI)aat300235851
|
650 |
|
7 |
|a computers.
|2 aat
|0 (CStmoGRI)aat300024521
|
650 |
|
7 |
|a REFERENCE
|x Questions & Answers.
|2 bisacsh
|
650 |
|
7 |
|a Computers.
|2 fast
|0 (OCoLC)fst00872776
|
650 |
|
7 |
|a Electronic digital computers.
|2 fast
|0 (OCoLC)fst00907122
|
650 |
|
7 |
|a Operating systems (Computers)
|2 fast
|0 (OCoLC)fst01046280
|
650 |
|
7 |
|a Betriebssystem
|2 gnd
|0 (DE-588)4006216-8
|
650 |
|
7 |
|a Syst�emes d'exploitation (ordinateurs)
|2 ram
|
655 |
|
7 |
|a Operating systems.
|2 swd
|
700 |
1 |
|
|a Bernstein, Philip A.
|
776 |
0 |
8 |
|i Print version:
|a Tsichritzis, Dionysios C.
|t Operating systems.
|d New York : Academic Press, �1974
|z 012701750X
|w (DLC) 73018959
|w (OCoLC)799587
|
830 |
|
0 |
|a Computer science and applied mathematics.
|
856 |
4 |
0 |
|u https://sciencedirect.uam.elogim.com/science/book/9780127017501
|z Texto completo
|