Cantitate/Preț
Produs

Design and Implementation of the MTX Operating System

Autor K. C. Wang
en Limba Engleză Hardback – 16 iul 2015
This course-tested textbook describes the design and implementation of operating systems, and applies it to the MTX operating system, a Unix-like system designed for Intel x86 based PCs. Written in an evolutional style, theoretical and practical aspects of operating systems are presented as the design and implementation of a complete operating system is demonstrated. Throughout the text, complete source code and working sample systems are used to exhibit the techniques discussed. The book contains many new materials on the design and use of parallel algorithms in SMP. Complete coverage on booting an operating system is included, as well as, extending the process model to implement threads support in the MTX kernel, an init program for system startup and a sh program for executing user commands.
Intended for technically oriented operating systems courses that emphasize both theory and practice, the book is also suitable for self-study.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 86190 lei  43-57 zile
  Springer International Publishing – 15 oct 2016 86190 lei  43-57 zile
Hardback (1) 107230 lei  43-57 zile
  Springer International Publishing – 16 iul 2015 107230 lei  43-57 zile

Preț: 107230 lei

Preț vechi: 134038 lei
-20% Nou

Puncte Express: 1608

Preț estimativ în valută:
20522 21317$ 17046£

Carte tipărită la comandă

Livrare economică 03-17 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783319175744
ISBN-10: 3319175742
Pagini: 495
Ilustrații: XXI, 539 p. 690 illus.
Dimensiuni: 155 x 235 x 38 mm
Greutate: 9.63 kg
Ediția:1st ed. 2015
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Public țintă

Upper undergraduate

Cuprins

Introduction.- Foundations and Background.- Booting Operating Systems.- A Simple Operating System Kernel.- User Mode and System Calls.- Process Synchronization.- Memory Management.- Interrupt Processing and Process Scheduling.- Signals and Signal Processing.- Device Drivers.- File System.- Block Device I/O and Buffer Management.- User Interface.- MTX in 32-bit Protected Mode.- Symmetric Multiprocessing MTX.- Hybrid Operating Systems.

Recenzii

“It is completely self-contained and is geared toward students for teaching and learning purposes. … The problems given in the book stand out and make the reader think outside of the box. Code fragments are sprinkled throughout the book, making learning a pleasurable experience. … In summary, there is a wealth of information in this nicely written book.” (Naga Narayanaswamy, Computing Reviews, computingreviews.com, July, 2016)

Notă biografică

K.C. Wang received the BSEE degree from National Taiwan University in 1960 and the Ph.D. degree in Electrical Engineering from Northwestern University, Evanston, Ill in 1965. He is currently a Professor in the School of Electrical Engineering and Computer Science at Washington State University. His academic interests are in Operating Systems, Distributed Systems and Parallel Computing.

Caracteristici

Course-tested textbook with problems at the end of each chapter to review concepts and principles presented in the chapter Presents the design and implementation of a complete operating system in incremental steps suitable for the classroom or self-study Complete source code and working sample systems demonstrate design principles and implementation techniques Self-contained as it includes all the necessary background information for studying operating systems Includes supplementary material: sn.pub/extras