The Unix and Internet Fundamentals HOWTO
Eric Raymond
Revision History | ||
---|---|---|
Revision 2.11 | 2010-01-05 | Revised by: esr |
Notice that it's mostly 64 bits now. Update the sections on booting and running programs to describe X. | ||
Revision 1.0 | 1998-10-29 | Revised by: esr |
Initial revision. |
- Table of Contents
- 1. Introduction
- 2. Basic anatomy of your computer
- 3. What happens when you switch on a computer?
- 4. What happens when you log in?
- 5. What happens when you run programs after boot time?
- 6. How do input devices and interrupts work?
- 7. How does my computer do several things at once?
- 8. How does my computer keep processes from stepping on each other?
- 9. How does my computer store things in memory?
- 9.1. Numbers
- 9.2. Characters
- 10. How does my computer store things on disk?
- 11. How do computer languages work?
- 11.1. Compiled languages
- 11.2. Interpreted languages
- 11.3. P-code languages
- 12. How does the Internet work?
- 12.1. Names and locations
- 12.2. The Domain Name System
- 12.3. Packets and routers
- 12.4. TCP and IP
- 12.5. HTTP, an application protocol
- 13. To Learn More
Next | ||
Introduction |