1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #816 from LiWenGu/hotfix/814

fix814
This commit is contained in:
SnailClimb 2020-06-12 14:58:24 +08:00 committed by GitHub
commit 00892b0a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@
### 操作系统的用户态与内核态
unix与linux的体系架构分为用户态与内核态。
用户态与内核态与内核态是操作系统对执行权限进行分级后的不同的运行模式。
用户态与内核态是操作系统对执行权限进行分级后的不同的运行模式。
![用户态与内核态](../../media/pictures/linux/用户态与内核态.png)