BUPT-RTOS is a Real-Time OS(RTOS) using dual-kernel method. The real time part is a microkernel written in rust.
- debug list
- Here lists the common bugs we have met and gives their solutions.
- debug_list
- feature list
- Here lists the features we want to achieve in rust and the methods for accomplish them.
- feature_list
- rCore: An OS writen in rust.
- RT-Linux: The earliest dual-kernel RTOS. It is shutdown by WindRiver in 2010.
- Homepage is shutdown by WindRiver.
- Details
- RTL: A project aimming at enhancing th real-time ability of Linux. It is achived in the single kernel way.
- Xenomai: It is the most activate dual-kernel RTOS.
- RTAI:Another dual-kernel RTOS. But it is less activate than Xenomai.