Update 计算机操作系统.md

或则 改为 或者
This commit is contained in:
KayKong 2019-01-29 11:46:00 +08:00 committed by GitHub
parent 93b6f572e4
commit 6e9dd1351e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@
并发是指宏观上在一段时间内能同时运行多个程序,而并行则指同一时刻能运行多个指令。
并行需要硬件支持,如多流水线、多核处理器或分布式计算系统。
并行需要硬件支持,如多流水线、多核处理器或分布式计算系统。
操作系统通过引入进程和线程,使得程序能够并发运行。