smileexpression / note

A repo to store course paper and learn to build blog.
http://47.113.146.19/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Principles of Operating Systems - Hodgepodge #6

Open smileexpression opened 8 months ago

smileexpression commented 8 months ago

http://47.113.146.19/2024/03/20/operating-systems/#more

操作系统概述基本特征1. 并发并发指宏观上一段时间内能同时运行多个程序,并行指同一时刻能运行多个指令。 并行需要硬件支持:多流水线、多处理器。 操作系统引入进程和线程,使程序能够并发运行。