Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1590867
  • 博文数量: 441
  • 博客积分: 20087
  • 博客等级: 上将
  • 技术积分: 3562
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-19 15:35
文章分类

全部博文(441)

文章存档

2014年(1)

2012年(1)

2011年(8)

2010年(16)

2009年(15)

2008年(152)

2007年(178)

2006年(70)

分类: LINUX

2008-04-22 17:43:40

The following article comes from this book:
Advanced Programming in the Unix Second Edition By W. Richard Stevens, Stephen A. Rago

In a strict sense, an operating system can be defined as the software that controls the hardware resources of the computer and provides an environment under which programs can run. Generally, we call this software the kernel, since it is relatively small and resides at the core of the environment. Following figure shows a diagram of the UNIX System architecture.

The interface to the kernel is a layer of software called the system calls (the shaded portion in Figure ). Libraries of common functions are built on top of the system call interface, but applications are free to use both. The shell is a special application that provides an interface for running other applications.
In a broad sense, an operating system is the kernel and all the other software that makes a computer useful and gives the computer its personality. This other software includes system utilities, applications, shells, libraries of common functions, and so on.

For example, Linux is the kernel used by the GNU operating system. Some people refer to this as the GNU/Linux operating system, but it is more commonly referred to as simply Linux. Although this usage may not be correct in a strict sense, it is understandable, given the dual meaning of the phrase operating system. (It also has the advantage of being more succinct.)

阅读(770) | 评论(0) | 转发(0) |
0

上一篇:UNIX Architecture

下一篇:读写windows注册表

给主人留下些什么吧!~~