Начать. Это бесплатно
или регистрация c помощью Вашего email-адреса
Computer System Structure создатель Mind Map: Computer System Structure

1. Dual mode operation

1.1. in order to ensure the proper execution of the operating system the computer must be able to distinguish bw the execution of OS code & user-defined code

2. Storage Hierarchy

2.1. Speed

2.2. cost

2.3. volatility

3. Storage Structure

3.1. Main memory

3.2. Secondary storage

4. Computer System Operation

4.1. consists of one / more CPUs and a number of device controllers

4.2. Each device controller has a local buffer

4.3. The CPU & device controller can execute concurrently

5. Asynchronous I/O Structure

5.1. System call

5.2. Device

6. Synchronous I/O Structure

6.1. wait instruction idles the CPU until the next interrupt

6.2. wait loop

6.3. At most one I/O request is outstanding at a fine, no simultaneous I/O processing.

7. Interrupt handling

7.1. When the CPU interrupted, it stops immediately

7.2. Interrupt vector provide the address of the interrupt service routine for the interrupt service routine for the interrupting devices

8. I/O Protection

8.1. User program must executes a system call to request that the OS to perform I/O

9. CPU Protection

9.1. load-timer is a priviliged instructions

10. Memory Protection

10.1. Base register

10.2. Limit register