Mac OS X Unleashed
by John Ray, William C. Ray
Publisher: Sams 2002
ISBN/ASIN: 0672324652
ISBN-13: 9780672324659
Number of pages: 1560
Description:
Mac OS X Unleashed is a complete guide and reference for Mac OS users. The book helps the reader deal with the most trouble-prone aspects of the user interface, focusing on the BSD environment and how the user or administrator can get the most out of both the current operating system as well as the new components expected in the latest version.
Download or read it online for free here:
Read online
(online preview)
Similar books
How to Make a Computer Operating System in C++by Samy Pesse - GitHub
Online book about how to write a computer operating system in C/C++ from scratch. The goal is to build a very simple UNIX-based operating system, not just a 'proof-of-concept'. The OS should be able to boot, start a userland shell, and be extensible.
(15962 views)
Operating Systems: Three Easy Piecesby Remzi H. Arpaci-Dusseau, Andrea C. Arpaci-Dusseau - University of Wisconsin
The three easy pieces refer to the three major thematic elements the book is organized around: virtualization, concurrency, and persistence. In discussing these concepts, we'll end up discussing most of the important things an operating system does.
(35749 views)
MMURTL V1.0by Richard A. Burgess - Sensory Publishing
Originally titled Developing Your Own 32 Bit Operating System this book shows you how one man built a complete, 32 bit operating system for the Intel processors from scratch, running on processors from the 80386, all the way up to the Pentium III.
(14257 views)
Practical File System Design with the Be File Systemby Dominic Giampaolo - Morgan Kaufmann Publishers
Guide to the design of file systems in general, and the Be File System in particular. The book covers all topics related to file systems, advanced topics are also covered, such as journaling, attributes, indexing and query processing.
(21003 views)