Books

From OSDev.wiki
Revision as of 01:35, 10 June 2012 by osdev>Love4boobies (Prepare for further work: add TOC, create a category (although things will move aroun shortly))
Jump to navigation Jump to search


OS development


http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Operating Systems Design and Implementation (3rd Edition)
Author(s): Andrew S Tanenbaum, Albert S Woodhull
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: Most books on operating systems deal with theory while ignoring practice. While the usual principles are covered in detail, the book describes a small, but real UNIX-like operating system: MINIX. The book demonstrates how it works while illustrating the principles behind it. Operating Systems: Design and Implementation Second Edition provides the MINIX source code. The relevant selections of the MINIX code are described in detail. When it first came out, MINIX caused something of a revolution. Within weeks, it had its own newsgroup on USENET, with 40,000 people. Most wanted to make MINIX bigger and fancier. Instead, Linux was created. That has become quite popular, very large, and complicated. MINIX, on the other hand, has remained small and suitable for instruction and example. The book has been revised to include updates in MINIX, which started out as a v 7 unix clone for a floppy-disk only 8088. It is now aimed at 386, 486, and pentium machines and is based on the international posix standard instead of on v7. There are now also versions of MINIX for the Macintosh and SPARC available. Professional programmers will find this book to be a valuable resource and reference book.
Review: {{{review}}}




http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
The Indispensable PC Hardware Book (4th Edition)
Author(s): Hans-Peter Messmer
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: Now fully up to date(Dec 2001) and even more comprehensive than before, this latest edition of The Indispensable PC Hardware Book will continue to amaze and delight with its detailed explanation of every aspect of PC hardware. Whether you're a newcomer to the field or a veteran systems programmer you'll relish the very latest scoop on hot topics including Pentium Pro, the PCI Chipset and SCSI III.

Key Features include: detailed explanations of core hardware topics (including all CPUs, 8086/88 to Pentium and Pentium Pro; all co-processors, 8087 to i387; AMD processors, Am386 to AM5k86, Cyrix CPUs:386 to 6x86; real, protected and virtual 8086 mode with Pentium enhancements; addressing, segmentation and paging; extended and expanded memory; ports, registers and I/O address space; BIOS and register programming; ST412/506, AT-Bus, IDE, DI, SCSI I/II/III; interrupts, exceptions and NMI; RAM, ROM, EPROM, EEPROM, flash memories; page mode, static, statics column mode, serial mode, memory interleaving), as well as unique coverage of upgrades and clones, overdrives and Sls; PC architectures from XT via ISA, EISA, MCA to VLB and PCI; Mass storage and interfaces; parallel, serial and PCMCIA; multimedia, concepts and programming of sound cards; and extensive appendices to provide you with a lasting programming reference.

Review: {{{review}}}



File:ISBN 0201100886.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Compilers: Principles, Techniques, and Tools
Author(s): Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: This introduction to compilers is the direct descendant of the well-known book by Aho and Ullman, Principles of Compiler Design. The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.
Review: {{{review}}}



File:ISBN 0130313580.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Modern Operating Systems (3rd Edition)
Author(s): Andrew S Tanenbaum
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: The widely anticipated revision of this worldwide best-seller incorporates the latest developments in operating systems technologies. The Third Edition includes up-to-date materials on relevant operating systems such as Linux, Windows, and embedded real-time and multimedia systems. Includes new and updated coverage of multimedia operating systems, multiprocessors, virtual machines, and antivirus software. Covers internal workings of Windows Vista (Ch. 11); unique even for current publications. Provides information on current research based Tanenbaum’s experiences as an operating systems researcher. A useful reference for programmers.
Review: {{{review}}}



File:ISBN 0201403994.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Operating System Concepts
Author(s): Abraham Silberschatz, Peter Baer Galvin, Greg Gagne
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: Another defining moment in the evolution of operating systems. Small footprint operating systems, such as those driving the handheld devices that the baby dinosaurs are using on the cover, are just one of the cutting-edge applications you'll find in Silberschatz, Galvin, and Gagne's Operating System Concepts, Seventh Edition. By staying current, remaining relevant, and adapting to emerging course needs, this market-leading text has continued to define the operating systems course. This Seventh Edition not only presents the latest and most relevant systems, it also digs deeper to uncover those fundamental concepts that have remained constant throughout the evolution of today's operation systems. With this strong conceptual foundation in place, students can more easily understand the details related to specific systems.
Review: {{{review}}}



File:ISBN 0132199084.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Distributed Operating Systems
Author(s): Andrew S. Tanenbaum
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: As distributed computer systems become more pervasive, there is a need for a book that explains how their operating systems are designed and implemented. This book, which is a revised and expanded Part II of the best selling Modern Operating Systems, fulfills that need. It covers the material from the original book, including communication, synchronization, processes and file systems, and adds new material on distributed shared memory. It also contains 4 detailed case studies, Amoeba, Mach, Chorus, and OSF/DCE. Tanenbaum's trademark writing style provides the reader with a thorough yet concise treatment of distributed systems.
Review: {{{review}}}



File:ISBN 0131019082.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
UNIX Internals: The New Frontiers
Author(s): Uresh Vahalia
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: This book offers an exceptionally up-to-date, in-depth, and broad-based exploration of the latest advances in UNIX-based operating systems. Focusing on the design and implementation of the operating system itself — not on the applications and tools that run on it -- this book compares and analyzes the alternatives offered by several important UNIX variants, and covers several advanced subjects, such as multi-processors and threads. Compares several important UNIX variants—highlighting the issues and alternative solutions for various operating system components. Describes advanced technologies such as multiprocessor and multithreaded systems, log- structured file systems, and modern memory architecture.
Review: {{{review}}}




http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
The Undocumented PC second edition
Author(s): Frank van Gilluwe
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: The best-selling first edition of The Undocumented PC revealed hidden programming features of PC hardware that allowed programmers to solve tricky problems and dramatically speed up the execution time of their programs. Thoroughly revised and updated, this new edition contains even more undocumented and hard-to-find information. The Undocumented PC includes comprehensive coverage of Pentium, Pentium Pro, and MMX functions, AMD's 5K86 processor, 5x86 and 6x86 CPUs from Cyrix, the Windows® 95 keyboard functions, and more.
Review: {{{review}}}



File:ISBN 1572316772.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Inside Windows NT
Author(s): Helen Custer, David Solomon
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: A fully revised, updated, and expanded guide to Windows NT includes coverage of the file system, comprehensive information on Windows NT version 4.0, and a thorough investigation of the NT internals and the associated coding implications.
Review: {{{review}}}



File:ISBN 1573980137.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Lions' Commentary on UNIX 6th Edition, with Source Code
Author(s): John Lions
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: The most famous suppressed book in computer history! * Used as an Operating System textbook at MIT" After 20 years, this is still the best expostion of the workings of a 'real' operating system." --- Ken Thompson (Developer of the UNIX operating system) After years of suppression (as trade secrets) by various owners of the UNIX code, this tome has been re-released, and we owe a debt to all involved in making this happen. I consider this to be the single most important book of 1996. Unix Review, June 1997"The Lions book", cherished by UNIX hackers and widely circulated as a photocopied bootleg document since the late 1970's, is again available in an unrestricted edition. This legendary underground classic, reproduced without modification, is really two works in one: the complete source code to an early version (Edition 6) of the UNIX operating system, a treasure in itself! a brilliant commentary on that code by John Lionswith additional historical perspective essays added in 1996.Lions' marriage of source code with commentary was originally used as an operating systems textbook, a purpose for which it remains superbly well-suited (as evidenced by it's ongoing use at MIT).
Review: {{{review}}}




http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Project Oberon - The Design of an Operating System and Compiler
Author(s): Niklaus Wirth and Jürg Gutknecht
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: Complete description of the Oberon System. The Oberon System is the documentation of the successful attempt of two part-time programmers (being in their other job full time lecturers in computer science) to implement an operating system from the scratch. Starting from design decisions the authors dive into every detail of the implementation. The Oberon System has an unconventional user interface and needs quite some time and practice to get used to it. Native Oberon itself seems to be orphaned, but a followup project is around. It is a multiprocessor variant called BlueBottle. The book "Project Oberon" is the third part of the Oberon Trilogy documenting the whole original system. A genealogy of different versions of the Oberon System can be found here. The book is out of print since several years but a pdf is available online here together with other books.

This book presents the results of Project Oberon, namely an entire software environment for a modern workstation. The project was undertaken by the authors in the years 1986-89, and its primary goal was to design and implement an entire system from scratch, and to structure it in such a way that it can be described, explained, and understood as a whole. In order to become confronted with all aspects, problems, design decisions and details, the authors not only conceived but also programmed the entire system described in this book, and more.

Although there exist numerous books explaining principles and structures of operating systems, there is a lack of descriptions of systems actually implemented and used. The book gives advice on how a system might be built, and demonstrates how one was built. Program listings therefore play a key role in this text, because they alone contain the ultimate explanations. The choice of a suitable formalism therefore assumed great importance, and the language Oberon was designed as not only an effective vehicle for implementation, but also as a publication medium for algorithms in the spirit in which Algol 60 had been created three decades ago. Because of its structure, the language Oberon is equally well suited to exhibit global, modular structures of programmed systems.

In spite of the small number of man-years spent on realizing the Oberon System, and in spite of its compactness letting its description fit a single book, it is not an academic toy, but rather a versatile workstation system that has found many satisfied and even enthusiastic users in academia and industry. The core system described here, consisting of storage, file, display, text, and viewer managers, of program loader and device drivers, draws its major power from a suitably chosen, flexible set of basic facilities and, most importantly, of their effective extensibility in many directions and for many applications. The extensibility is particularly enhanced by the language Oberon on the one, and by the efficiency of the basic core on the other hand. It is rooted in the application of the object-oriented paradigm which is employed wherever extensibility appears advantageous.

In addition to the core system, this book describes in full detail the compiler for the language Oberon and a graphics system, which both may be regarded as applications. The former reveals how a compact compiler is designed to achieve both fast compilation and efficient, dense code. The latter stands as an example of extensible design based on object-oriented techniques, and it shows how a proper integration with an existing text system is possible. Another addition to the core system is a network module allowing many workstations to be interconnected. This book also shows how the Oberon System serves conveniently as the basis for a multi-server station, accommodating a file distribution, a printing, and an electronic-mail facility.

Review: {{{review}}}



File:ISBN 9781558604971.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
Practical File System Design-With the Be file system
Author(s): Dominic Giampaolo
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: This is the new guide to the design and implementation of file systems in general, and the Be File System (BFS) in particular. This book covers all topics related to file systems, going into considerable depth where traditional operating systems books often stop. Advanced topics are covered in detail such as journaling, attributes, indexing and query processing. Built from scratch as a modern 64 bit, journaled file system, BFS is the primary file system for the Be Operating System (BeOS), which was designed for high performance multimedia applications.

You do not have to be a kernel architect or file system engineer to use Practical File System Design. Neither do you have to be a BeOS developer or user. Only basic knowledge of C is required. If you have ever wondered about how file systems work, how to implement one, or want to learn more about the Be File System, this book is all you will need.

Review: {{{review}}}



File:ISBN 0132017997.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
The Design of the UNIX Operating System
Author(s): Maurice J. Bach
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: Classic description of the internal algorithms and the structures that form the basis of the UNIX operating system and their relationship to programmer interface.
Review: {{{review}}}



File:ISBN 9780201702453.jpg
http://wiki.osdev.org/images/3/3a/Buy_from_amazon.gif
The Design and Implementation of the FreeBSD Operating System
Author(s): Marshall Kirk McKusick,George V. Neville-Neil
Year:
Supplementary material and/or errata: {{{supp}}}
Official Description: The authors provide a concise overview of FreeBSD's design and implementation. Then, while explaining key design decisions, they detail the concepts, data structures, and algorithms used in implementing the systems facilities. As a result, readers can use this book as both a practical reference and an in-depth study of a contemporary, portable, open source operating system.

This book:

Details the many performance improvements in the virtual memory system; Describes the new symmetric multiprocessor support; Includes new sections on threads and their scheduling; Introduces the new jail facility to ease the hosting of multiple domains; Updates information on networking and interprocess communication

Review: {{{review}}}