Skip to content

Commit e0cc715

Browse files
author
tcc0lin
committed
feat: stat/statfs/uname修改
1 parent a25b6c7 commit e0cc715

File tree

5 files changed

+3927
-2
lines changed

5 files changed

+3927
-2
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# KernelModification
1+
# KernelModification
2+
3+
配合改机策略所做的内核层函数修改
4+
- maps展示内容特征修改
5+
- fs/proc/task_mmu.c->show_map_vma()
6+
- stat属性修改
7+
- fs/stat.c->SYSCALL_DEFINE4(newfstatat)
8+
- statfs属性修改
9+
- fs/statfs.c->SYSCALL_DEFINE2(statfs)
10+
- 系统信息修改
11+
- kernel/sys.c->SYSCALL_DEFINE1(newuname)

0 commit comments

Comments
 (0)