[oscamp 2025A] 石家誉工作进展 #10
Replies: 7 comments
-
2025.11.17~2025.11.23 工作总结
TODO
|
Beta Was this translation helpful? Give feedback.
-
2025.11.24~2025.11.30 工作总结
目前还存在的问题目前riscv64架构下,musl libc会回退至syscall,而glibc static编译版本可以跳转至vdso TODO
|
Beta Was this translation helpful? Give feedback.
-
2025.12.1~2025.12.7
TODO
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
2025.12.22-2025.12.24
|
Beta Was this translation helpful? Give feedback.
-
项目阶段工作总结1. 完善starry-process单元测试为starry-process模块补充了完整的单元测试覆盖,重点针对线程(thread)和终端(terminal)的set/unset操作添加了测试用例。这些测试确保了进程管理模块在多线程环境和终端交互场景下的正确性和稳定性,提升了代码质量和可维护性。 PR地址: test: add tests for process and session #3 2. 实现vdso时间相关syscall加速机制针对操作系统中频繁调用的时间相关系统调用(如 实现细节:
3. 集成vDSO信号跳板页到StarryOS将vDSO提供的信号处理跳板页集成到StarryOS主系统中,完善了信号处理机制。 主要工作:
可以继续改进的地方
|
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
现在我正在为 StarryOS 添加 vDSO 支持。
Repository: https://github.com/muou000/StarryOS/tree/feat/vdso
Beta Was this translation helpful? Give feedback.
All reactions