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
570 stars 40 forks source link

rust: factory: add rros unindex related functions #32

Closed Richardhongyu closed 7 months ago

Richardhongyu commented 7 months ago

The current implementation still has unsafe due to the spinlock abstraction. We will fix this in the later patches.