操作系统 - 基础(持续更新中)

定义

An operating system(OS) is system software that manages computer hardware and software resources and provides common services for computer programs.

操作系统是一个用来管理计算机硬件和软件资源、并且为计算机程序提供服务的系统软件。

An operating system is the one program running at all times on the computer—usually called the kernel. Along with the kernel, there are two other types of programs: system programs, which are associated with the operating system but are not necessarily part of the kernel, and application programs, which include all programs not associated with the operation of the system.

操作系统是一个在计算机上一直运行的软件(通常也被叫做内核)。伴随内核一起的还有其它两种类型程序:系统程序和应用程序。系统程序与操作系统息息相关,但是并不一定是内核组成的必要部分。应用程序则是与系统运行无关的程序。

计算机系统组成部分

操作系统 - 基础(持续更新中)_第1张图片
计算机系统抽象组成部分
  1. 用户(User)
  2. 应用程序(Application Programs)
  3. 操作系统 (Operating System)
  4. 硬件(Hardware)

计算机系统常见硬件

  • 中央处理器(CPU)
  • 内存(Memory)
  • 输入输出设备(I/O)
    • 键盘(Keyboard)
    • 鼠标(Mouse)
    • 显示器(Monitor)
    • 触摸屏(Touch Screen)

摩尔定律

Moore's law is the observation that the number of transistors in a dense integrated circuit doubles about every two years.
集成电路上可以容纳的元器件数量约每两年增加一倍。

计算机系统组织

操作系统 - 基础(持续更新中)_第2张图片
一个典型的计算机系统组织结构

中断

定义

中断向量

你可能感兴趣的:(操作系统 - 基础(持续更新中))