-
Notifications
You must be signed in to change notification settings - Fork 210
Home
Yuekai Jia edited this page Oct 18, 2021
·
21 revisions
Welcome to the zCore wiki!
- 2021.9.4~2021.10.17:https://github.com/rcore-os/zCore 迎来了一个大的更新,贾越凯等同学花了42天初步完成了zCore的HAL和大部分驱动(串口和各种virtio 驱动)的重构,请看 https://github.com/rcore-os/zCore/pull/229 和 https://github.com/rcore-os/zCore/pull/231, 包含了46个commits. 目前大部分驱动也可在用户态运行(写了对应的mock device in user mode),为后续在ARM上移植zCore,在用户态执行OS,进一步支持在物理设备上运行,探索异步调度,用户态中断等打下了很好的基础。
- 2021.7.1~8.31:启元实验室、清华大学、CSDN、极客邦等共同举办的2021年开源操作系统夏令营活动
- 2020.7.4~8.31: 鹏城实验室与清华大学举办的OS Tutorial Summer of Code 2020活动
- 2020.05.02 下一代 Rust OS:zCore 正式发布