Skip to content

Commit 6c7a812

Browse files
cs,kernel: bulk of updates
Signed-off-by: Leon <[email protected]>
1 parent 7c22a4c commit 6c7a812

14 files changed

+920
-723
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# notes
1+
# Notes
22
***
3+
# Computer Science
4+
- [Cache](https://github.com/freelancer-leon/notes/blob/master/computer_science/cache.md)
5+
- [TLB](https://github.com/freelancer-leon/notes/blob/master/computer_science/tlb.md)
6+
- [浮点数](https://github.com/freelancer-leon/notes/blob/master/computer_science/float.md)
37

48
# Kernel
59
- [Bottom Half 下半部](https://github.com/freelancer-leon/notes/blob/master/kernel/Bottom_Half.md)
@@ -38,6 +42,8 @@
3842
- [Monitoring and Tuning the Linux Networking Stack: Receiving Data](https://github.com/freelancer-leon/notes/blob/master/kernel/networking/monitoring-tuning-linux-networking-stack-receiving-data.md)
3943
- [TCP](https://github.com/freelancer-leon/notes/blob/master/kernel/networking/TCP.md)
4044
- [macvlan](https://github.com/freelancer-leon/notes/blob/master/kernel/networking/macvlan.md)
45+
- [ARP](https://github.com/freelancer-leon/notes/blob/master/kernel/networking/arp.md)
46+
- [GARP](https://github.com/freelancer-leon/notes/blob/master/kernel/networking/garp.md)
4147

4248
### Netfilter
4349
- [netfilter](https://github.com/freelancer-leon/notes/blob/master/kernel/networking/netfilter/netfilter.md)

computer_science/cache.md

+3
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@
8181
### 歧义(ambiguity)
8282
### 别名(alias)
8383
## 物理高速缓存
84+
85+
# References
86+
- [高速缓存与一致性专栏索引](https://zhuanlan.zhihu.com/p/136300660)

0 commit comments

Comments
 (0)