next up previous contents
Next: Linux in the Medium Up: Linux in the Small Previous: Developers   Contents

Operating System

Linux is an operating system. It has the goal of managing the resources of your computer. In particular, if you look at the source code [7] you'll find that it breaks down into several parts, thus: initialization is the process that happens when you power-on your computer. The kernel initialization code parses the command line options, calibrates the speed of the machine, initializes various tables, and starts the first ``program'' running (called init). The init program then reads configuration files and starts other programs. (see [7] pp443-450).
next up previous contents
Next: Linux in the Medium Up: Linux in the Small Previous: Developers   Contents
root 2004-02-24