push.sh 914 字节
Newer Older
1
git add -A
2
git commit -m  '注解物理内存是如何管理的?伙伴算法/LRU如何分配/置换物理页框?
3 4 5
搜索 @note_pic 可以查看全部字符图
搜索 @note_why 是注者尚未看明白的地方,如果您看明白了,请告诉注者完善
搜索 @note_thinking 是注者的思考和吐槽的地方
6
搜索 @note_#if0 是由第三方项目提供不由内核源码中定义的极为重要的结构体,为方便理解而添加的。
7 8
'

9
git push origin master
10 11 12 13 14 15 16
git push gitee_origin master
git push github_origin master
git push coding_origin master

#git remote add github_origin git@github.com:kuangyufei/kernel_liteos_a_note.git 
#git remote add gitee_origin git@gitee.com:weharmony/kernel_liteos_a_note.git
#git remote add origin git@codechina.csdn.net:kuangyufei/kernel_liteos_a_note.git
17
#git remote add coding_origin git@e.coding.net:weharmony/harmony/kernel_liteos_a_note.git