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

rust: hectic driver: complete `hectic` 's file operation #44

Closed StevenFryto closed 2 months ago

StevenFryto commented 3 months ago

As described in #43 , it is essential to complete the hectic driver. And I have implemented the file operations of the hectic driver in the RROS in this PR.