16 Commits

Author SHA1 Message Date
longjin
fbe1e23e97 将makefile中的gcc字样用$(CC)环境变量代替 2022-10-16 11:08:32 +08:00
DaJiYuQia
1b0c901ab2
vfs_alloc_dentry (#54)
* vfs_alloc_dentry

* vfs_alloc_dentry

* 修正dentry被错误清空的问题

Co-authored-by: fslongjin <longjin@RinGoTek.cn>
2022-10-07 20:06:40 +08:00
fslongjin
7e0835c92f new: devfs设备卸载 2022-10-06 14:48:44 +08:00
fslongjin
0e624b1fcf 调整:devfs注册设备后,返回指向inode私有信息的指针 2022-09-17 14:11:17 +08:00
liric
fcdd6f5fa9 完成了tty设备在devfs中的注册 2022-09-15 23:09:15 +08:00
fslongjin
72f9c430c5 new: rootfs 2022-09-14 23:51:58 +08:00
fslongjin
26eebaf03a 删除文件夹时回收dentry缓存 2022-09-13 16:17:35 +08:00
fslongjin
9f2b080cda new: devfs删除文件夹 2022-09-12 23:56:31 +08:00
fslongjin
ef7d20c0fb new:chardev的挂载 2022-09-10 00:18:18 +08:00
fslongjin
d3a1754d4a Merge branch 'master' into devfs 2022-09-07 23:33:11 +08:00
fslongjin
005b962f33 注释修改 2022-09-07 23:30:29 +08:00
login
7d44599447
Devfs初步实现 (#41)
* new: 在devfs中使用键盘文件(仍存在bug)

* new:支持dev目录下的readdir
2022-09-07 23:27:27 +08:00
fslongjin
ee9658b5d5 new:支持dev目录下的readdir 2022-09-07 23:25:39 +08:00
fslongjin
d7423f36be new: 在devfs中使用键盘文件(仍存在bug) 2022-09-07 00:05:34 +08:00
fslongjin
339053a20e 将具体磁盘类型与fat32文件系统进行分离 2022-09-06 14:10:17 +08:00
fslongjin
0fcba99282 new: 改变filesystem的编译文件结构 2022-09-05 17:06:42 +08:00