system type
- multiprogramming
- time sharing(multitasking)
- multiprocessors(tightly-coupled system)
- distributed system(loosely-coupled system)
- real time system
- hard
- soft
- mobile computing
computer system 架構
- hardware,CPU,memory,I/O device
- operating system 協調
- application programs
- text editor
- assembler
- linking loader
- compile
- debugger
- network utility
- user-machine,other computes
- MS-office
- data base management system
- web browsers
- game
os架構
1.kernel(核心)
"the one program running at all times on the computer" 即重要的服務元件所構成之集合
- program exec(or process management)
- file system
- I/O operations
- IPC
- Accounting
- Protection,Security
- M