home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LINUX / HOWTO / mini / reading.txt < prev    next >
Text File  |  1997-07-07  |  15KB  |  358 lines

  1. The Linux Bibliography
  2. By Jim Haynes <haynes@cats.ucsc.edu>
  3.  
  4. The following is not meant to be a comprehensive Unix
  5. bibliography.  For that, see the Unix book list posted periodically
  6. to misc.books.technical and to several comp.unix newsgroups.  This
  7. list is meant to be supplemental, containing items of special interest
  8. and importance for Linux workers (or 386BSD people - whatever turns you on).
  9.  
  10. Comments not in quotes below are mine.  Comments sent in by others are
  11. in quotes, and have the name of the commentor in square brackets.
  12. [except when they don't.  Some comments in quotes are from the publisher's
  13. catalog.]
  14.  
  15. Please send additions, corrections, and comments to haynes@cats.ucsc.edu.
  16. Jim Haynes, Computer Center, University of California, Santa Cruz, CA  95064
  17.  
  18.  
  19. I. Hardware
  20.  
  21.    Upgrading and Repairing PCs; Mueller, Scott; Que Corp.; ISBN 0-88022-856-3;
  22.    1298pp; 1992; $34.95 (USA).  This is a book I bought when I was struggling
  23.    with an AT-clone.  It is best on XTs and ATs and IBM PS/2s.  Still, there
  24.    is a wealth of information common to all models.  EISA and VESA are
  25.    mentioned only in the glossary.
  26.  
  27.    80386 Hardware Reference Manual; Intel Corp.; ISBN 1-55512-024-5; ?pp.;
  28.    1986; $?.  Pin connections, timing, waveforms, block diagrams, voltages,
  29.    all that kind of stuff.
  30.  
  31.    The Indispensable PC Hardware Book; Messmer, Hans-Peter; Addison-
  32.    Wesley; ISBN 0-201-62424-9; 1000 pp; 1993.  Covers the more recent
  33.    stuff like EIDE and PCI.
  34.  
  35. II. Processor architecture and programming
  36.  
  37.     80386 Programmer's Reference Manual; Intel Corp.; ISBN 1-55512-022-9;
  38.     ?pp.; 1986; $?.  Part I. Applications Programming, data types, memory
  39.     model, instruction set.  Part II. Systems Programming, architecture,
  40.     memory management, protection, multitasking, I/O, exceptions and
  41.     interrupts, initialization, coprocessing and multiprocessing. Part III.
  42.     Compatibility (with earlier x86 machines).  Part IV. Instruction Set.
  43.  
  44.     80386 System Software Writer's Guide; Intel Corp.; ISBN 1-55512-023-7;
  45.     ?pp.; 1987; $?.  This explains the 386 features for operating system
  46.     writers.  It includes a chapter on Unix implementation.  A lot of the
  47.     80386 architecture seems to have been designed with Multics in mind;
  48.     the features are not used by DOS or by Unix.
  49.  
  50.     Programming the 80386; Crawford, John H., and Gelsinger, Patrick P.;
  51.     Sybex; ISBN 0-89588-381-3; 774pp.; $26.95 (USA).  This is the book the
  52.     Jolitzes used when they ported BSD to the 386 architecture.
  53.  
  54.     Pentium Processor User's Manual: Volume 3, Architecture and Programming
  55.     Manual; Intel Corp.; ISBN 1-55512-195-0; ?pp.; 1993; $?.  Pretty much
  56.     the Pentium version of the 80386 Programmer's manual listed above.
  57.  
  58.  
  59. III. Unix Kernel Implementation
  60.  
  61.      The Design of the Unix Operating System; Bach, Maurice J.; Prentice-
  62.      Hall; ISBN 0-13-201799-7; 470pp.; $60 (USA).  The book that got Linus
  63.      started.
  64.  
  65.      The Design and Implementation of the 4.3BSD Unix Operating System;
  66.      Leffler, Samuel J., McKusick, Marshall Kirk, Karels, Michael J., and
  67.      Quarterman, John S.; Addison-Wesley; ISBN 0-201-06196-1; 471 pp.;
  68.      1989, 1990; $44.95 (USA).  So, it's not about Linux, but can you
  69.      afford to ignore it?
  70.  
  71.      Linux Kernel Hacker's Guide; Johnson, Michael K.; Linux Documentation
  72.      Project; FTP sites (see end of document); 1993.
  73.  
  74.      Linux kernel programming; about six authors; Addison-Wesley.
  75.  
  76.      Operating Systems, Design and Implementation; Tanenbaum, Andrew S.;
  77.      Prentice-Hall; 1987.  [sugg. by Alan Cox]
  78.  
  79.      Porting Unix to the 386; Jolitz, William F., and Jolitz, Lynne G.;
  80.      Dr. Dobb's Journal; Jan 1991-July 1992.
  81.      
  82. IV. System Calls
  83.  
  84.     The Posix.1 Standard: A Programmer's Guide; Zlotnick, Fred; Benjamin/
  85.     Cummings; ISBN 0-8053-9605-5; 379pp.; 1991; $35.95 (USA).  When I
  86.     complained about the lack of Section 2 man pages in Linux, somebody
  87.     told me just to get a POSIX book, because that's what Linux does.
  88.     I like this book because I'm not a professional programmer and the
  89.     author gives copious explanations and examples.  
  90.  
  91.  
  92. V. Networking
  93.  
  94.    Unix Network Programming; Stevens, W. Richard; PTR Prentice Hall;
  95.    ISBN 0-13-949876-1; 772 pp.; $54 (USA).  Everything you might want to
  96.    know about the subject, and some things you probably don't want to
  97.    know (really, XNS!?).
  98.  
  99.    Linux Networking Guide; Kirch, Olaf; Linux Documentation Project; FTP
  100.    sites (see end of this document); 1993.
  101.  
  102.    TCP/IP Network Adminstration; Hunt, Craig; O'Reilly Associates;
  103.    ISBN 0-937175-82-X; 1992. [sugg. by Kurt M. Hockenbury]
  104.  
  105.    Internetworking With TCP/IP: Volume 1, Principles, Protocols, and
  106.    Architecture; Comer, E. Douglas; Prentice-Hall; ISBN 0-13-474321-0;
  107.    2nd ed. [sugg. by Phil Packer]  [Alan Cox suggests all 3 volumes
  108.    in this series] [Somebody else thought the Stevens book was better.]
  109.  
  110.    Computer Networks (2nd Edition); Tanenbaum, Andrew S.; Prentice Hall;
  111.    1988.  [sugg. by Alan Cox]
  112.  
  113.    Sendmail; Costales, Bryan, with Allman, Eric & Rickert, Neil; O'Reilly;
  114.    ISBN 1-56592-056-2; 1993; 830 pp; $32.95
  115.  
  116.    DNS and BIND; Albitz, Paul, and Liu, Cricket; O'Reilly; ISBN 1-56592-010-4;
  117.    1992; 418 pp; $29.95.   But note that the BIND Operations Guide included
  118.    in the latest release of BIND obsoletes some of this material.
  119.  
  120.    Firewalls & Internet Security; Cheswick, William R. & Bellovin, Steven M.;
  121.    Addison-Wesley; ISBN 0-201-63357-4.
  122.  
  123.    TCP/IP Illustrated. Vol. 1; Stevens, W. Richard.
  124.  
  125. VI.a  General Unix (or hard-to-classify)
  126.  
  127.    Unix in a Nutshell; Gilly, Daniel et al.; O'Reilly Assoc.; 2nd Ed. 1992;
  128.    ISBN 1-56592-001-5; 444 pp. $9.95.  "...a complete reference containing
  129.    all commands and options, along with generous descriptions and examples..."
  130.  
  131.    Bell System Technical Journal, July-August 1978, Vol. 57, No. 6, part 2;
  132.    AT&T; 416 pp.  Many papers on Unix, including Ritchie & Thompson,
  133.    "The UNIX Time Sharing System"; Thompson, "UNIX Implementation";
  134.    Ritchie, "A Retrospective"; Bourne, "The UNIX Shell"...
  135.  
  136.    The UNIX-haters Handbook, complete with barf bag.  I was going to omit this,
  137.    but since Olaf Kirch suggested it, ...
  138.  
  139.    Linux from PC to Workstation; Springer Verlag. [said to be available in
  140.    German and English]
  141.    Linux, Unleashing the Workstation in Your PC; Strobel, Stefan, & Uhl,
  142.    Thomas; Springer-Verlag; 1994. [might be the same book as the above]
  143.  
  144.    Linux Users Handbook; Mueller, Martin & Hetze, Sebastian; ftp sites.
  145.  
  146.    The Linux Primer - the Latest UNIX Environment for PCs; Hiroshi, Koyama,
  147.    Yasushi, Saito, Hiroshi, Sasaka, and Tomoyuki, Nakagome; Addison Wesley
  148.    Japan; ISBN 4-7952-9652-9; 1995; 415 pp; Y4,800.  With CD-ROM.
  149.  
  150.    UNIX for the Impatient; Abrahams & Larson.
  151.  
  152.    UNIX System V Release 4, An Introduction - For New and Experienced Users;
  153.    Osborne; Mc-Graw Hill; ISBN 0-07-881552-5.
  154.    
  155.    Running Linux; Welsh, Matt, & Kaufman, Lar; O'Reilly; ISBN 1-56592-100-3;
  156.    1995; 600pp; $24.95.  "Everything you need in order to understand, install,
  157.    and use the Linux operating system."
  158.  
  159. VI.b  General (or hard-to-classify) (non-Unix)
  160.  
  161.    The Mythical Man Month, Essays on Software Engineering; Brooks, Frederick
  162.    P.; Addison Wesley;  1975.  "This I'd recommend not for its technical
  163.    value but for its application of common sense and reality to computing
  164.    projects." [Alan Cox] (Ah, yes.  What if Linus had been given 200
  165.    programmers and had been told to produce Linux in 3 months!)
  166.    
  167. VII. System Installation
  168.  
  169.      Linux Installation and Getting Started; Welsh, Matt; Linux Documentation
  170.      Project; FTP sites (see end of this document); 175 pp.; 1994.
  171.  
  172.      Using Linux; QUE; ISBN 0-7897-0100-6; 1995
  173.  
  174. VIII. System Administration
  175.  
  176.      Linux System Administrator's Guide; Wirzenius, Lars;  Linux
  177.      Documentation Project; FTP sites (see end of document); 1993.
  178.  
  179.      Essential System Administration; Frisch, Aileen; O'Reilly Associates;
  180.      ISBN 0-937175-80-3; 2nd ed, 1995; 788 pp; $32.95.
  181.  
  182.      Unix System Administration Handbook; Nemeth et al; Prentice-Hall
  183.  
  184.      Linux Anwender Handbuch; Hetze, S. et al; Lunetix. [German language]
  185.  
  186. IX. Security
  187.  
  188.     Practical U