Skip to content

Commit 63e4640

Browse files
author
tcc0lin
committed
feat: add dir.c
1 parent e0cc715 commit 63e4640

File tree

2 files changed

+706
-2
lines changed

2 files changed

+706
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
- fs/stat.c->SYSCALL_DEFINE4(newfstatat)
88
- statfs属性修改
99
- fs/statfs.c->SYSCALL_DEFINE2(statfs)
10-
- 系统信息修改
11-
- kernel/sys.c->SYSCALL_DEFINE1(newuname)
10+
- uname信息修改
11+
- kernel/sys.c->SYSCALL_DEFINE1(newuname)
12+
- getdents某些文件隐藏(针对ext4类型的目录)
13+
- fs/ext4/dir.c(ext4_readdir)

0 commit comments

Comments
 (0)