BUPT-OS / RROS

RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C).
https://bupt-os.github.io/website/
Other
567 stars 40 forks source link

rust : Add RROS_SPINLOCK flag and adjust spinlock initialization for new constructor #66

Open Caspian443 opened 2 weeks ago

Caspian443 commented 2 weeks ago
Caspian443 commented 2 weeks ago

BTW, there is a CI failure. Please make each commit pass compile. Thank you for the feedback. I’ll ensure that each commit passes compilation and address the CI failure.