rcore-os / rCore

Rust version of THU uCore OS. Linux compatible.
MIT License
3.43k stars 369 forks source link

Improve device file system framework #42

Closed equation314 closed 4 years ago

equation314 commented 4 years ago

Changes

wangrunji0408 commented 4 years ago

GG. uefi v0.4.4 needs new nightly and breaks the build.

Try to update rboot submodule.

equation314 commented 4 years ago

The device file system framework still need to be refactored, maybe next time. It's hard to add a custom device file and associate device resources to different processes.

wangrunji0408 commented 4 years ago

Another issue: Rust nightly 2020-03-23 lacks rustfmt component and it has not been fixed until now. So we should update nightly again once rustfmt is back.

See: https://rust-lang.github.io/rustup-components-history/