Skip to content

Commit 60bc7f8

Browse files
committed
添加linux内核
用户态与内核态
1 parent d925e96 commit 60bc7f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
- [19 求两棵树是否相同](#19-求两棵树是否相同)
111111
- [20 前序中序求后序](#20-前序中序求后序)
112112
- [21 单链表逆置](#21-单链表逆置)
113-
113+
- [linux系统](#linux系统)
114+
- [内核态和用户态](#内核态和用户态)
114115
<!-- markdown-toc end -->
115116

116117
# Python语言特性
@@ -1367,3 +1368,6 @@ while root:
13671368
print root.data
13681369
root = root.next
13691370
```
1371+
# linux系统
1372+
## 用户态和内核态
1373+
参考:http://blog.csdn.net/xifeijian/article/details/9080895

0 commit comments

Comments
 (0)