Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22024-2210153
OSKernel2024-chaos-3141
Commits
5dfd587ef36d57b9da081f2734c733727aa7fc71
Select Git revision
T202410008992750-3141
Author
Search by author
Any Author
28 May, 2024
8 commits
📃
docs(TODO): 添加 Bugs 列表
· 5dfd587e
王诺贤
authored
1 year ago
5dfd587e
✨
feat(syscall): 新增支持 SYS_getdents64
· 7500902c
王诺贤
authored
1 year ago
7500902c
🦄
refactor: 重构 Inode trait,移除 efs
· f53f1dbb
王诺贤
authored
1 year ago
f53f1dbb
✨
feat: 实现 unlink
· d488ce56
王诺贤
authored
1 year ago
d488ce56
📃
docs: 更新 TODO
· f11cacd6
王诺贤
authored
1 year ago
f11cacd6
🔧
build: 修改文件系统镜像启动方式
· 65f63c19
王诺贤
authored
1 year ago
65f63c19
Merge branch 'dev' of
https://github.com/bosswnx/chaos
into dev
· 9fc8d89d
王诺贤
authored
1 year ago
9fc8d89d
✨
feat: 支持创建长目录项,实现 SYS_mkdirat、SYS_chdir
· 9b2501ba
王诺贤
authored
1 year ago
9b2501ba
27 May, 2024
16 commits
🐞
fix: fix SYS_execve, just double the kernel stack
· 8064bee5
陈宽宽
authored
1 year ago
8064bee5
🐞
fix: 修复 SYSCALL_CHDIR
· 609481fd
王诺贤
authored
1 year ago
609481fd
✨
feat: add SYS_clone
· 2fa5ca9b
陈宽宽
authored
1 year ago
2fa5ca9b
📃
docs: 更新 TODO
· ab3d57b3
王诺贤
authored
1 year ago
ab3d57b3
✨
feat(syscall): 新增 SYS_chdir
· c5bad816
王诺贤
authored
1 year ago
c5bad816
✨
feat(syscall): 实现 SYS_openat
· 67796bfb
王诺贤
authored
1 year ago
67796bfb
✨
feat(syscall): 新增支持 SYS_dup, SYS_dup3
· 7752d0e0
王诺贤
authored
1 year ago
7752d0e0
✨
feat(syscall): 新增支持 open
· 74a4e657
王诺贤
authored
1 year ago
74a4e657
✨
feat(syscall): 支持 open
· 04896768
王诺贤
authored
1 year ago
04896768
✨
feat(fs): find 支持路径
· b59a062f
王诺贤
authored
1 year ago
b59a062f
✨
feat(fs): 支持 create
· 73d82492
王诺贤
authored
1 year ago
73d82492
✨
feat(syscall): 支持 SYS_getcwd
· 393c8188
王诺贤
authored
1 year ago
393c8188
✨
feat(fs): 新增支持工作目录 work_dir
· cd86244c
王诺贤
authored
1 year ago
cd86244c
🔧
build: 移除 make 的时候会自动配置环境
· bb4a91d6
王诺贤
authored
1 year ago
bb4a91d6
📃
docs(fat32): 更新 TODO
· acc5c403
王诺贤
authored
1 year ago
acc5c403
✨
feat(fat32): 支持 write_at
· 7fed6351
王诺贤
authored
1 year ago
7fed6351
26 May, 2024
4 commits
🧪 test: add test cases' source code
· 5d577e40
陈宽宽
authored
1 year ago
5d577e40
📃
docs: add TODOs
· f8a9f9f6
陈宽宽
authored
1 year ago
f8a9f9f6
📃
docs: add some reference docs to show I actually did something today
· 917d5f98
陈宽宽
authored
1 year ago
917d5f98
🐞
fix: 修复 LoadPageFault 的错误
· c45bae13
王诺贤
authored
1 year ago
c45bae13
25 May, 2024
12 commits
📃
docs: 添加 TODO
· 5c3bf412
王诺贤
authored
1 year ago
5c3bf412
🌈
style: 清理调试信息
· 8a118783
王诺贤
authored
1 year ago
8a118783
🐞
fix: 修复读取文件超出文件大小的错误
· 6b3b5298
王诺贤
authored
1 year ago
6b3b5298
🐞
fix: 修复执行程序报错 IllegalInstruction
· 98ff0277
王诺贤
authored
1 year ago
98ff0277
Merge branch 'dev' into feat/fs
· 5ea824a1
王诺贤
authored
1 year ago
5ea824a1
✨
feat: 成功执行镜像内程序
· 85578318
王诺贤
authored
1 year ago
85578318
✨
feat(fat32inode): 实现 open
· 8585737d
王诺贤
authored
1 year ago
8585737d
✨
feat(fat32inode): 支持 find 和 ls
· 60082d0d
王诺贤
authored
1 year ago
60082d0d
✨
feat: 实现长目录项支持
· 7601d96e
王诺贤
authored
1 year ago
7601d96e
✨
feat(fat32): 支持全名和大小写
· 8710742d
王诺贤
authored
1 year ago
8710742d
✨
feat: 成功读取 Fat32 文件系统镜像
· 875a0630
王诺贤
authored
1 year ago
875a0630
🦄
refactor: 将内核中的 inode 抽象为 OSInode
· baa0175c
王诺贤
authored
1 year ago
baa0175c