Linux 系統

  1. 系統核心與使用者界面。

    \begin{picture}(150,170)(-50,0)
% htmlimage\{\}
......
  2. Kernel 的基本功能:
    1. System call interface;
    2. Process control;
    3. Memory management;
    4. File system management;
    5. Device drivers.

練習題

  1. 請列舉兩項 Kernel 的基本功能:
    Sol. 1. System call interface; 2. Process control; 3. Memory management; 4. File system management;5. Device drivers.