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
智核速启队
OSKernel2025-SC7
Merge requests
!78
[fix] 修复lseek, unlinkat, pread, busybox-find
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Crzax
requested to merge
czx
into
master
Jun 09, 2025
Overview
0
Commits
1
Pipelines
0
Changes
10
修复了lseek,用VFS
修复了unlinkat,目前支持flags,行为等价于rmdir和unlink
修复了pread的问题(仅static),用VFS
目前busybox-find可以使用了,不知道为啥
打破了ext4层的封装,必须暴露unlink
[bug] 动态链接bug
目前daemon-failure和flush—exit的动态链接会有pte remap报错问题,static没问题