oscourse-tsinghua / rcore_plus

Rust version of THU uCore OS. Linux compatible.
MIT License
172 stars 26 forks source link

Merge new features from OS2019 projects #55

Closed wangrunji0408 closed 4 years ago

wangrunji0408 commented 5 years ago

OS2019 projects

GBA

MIPS

Router

LKM

Audio on Raspi3

SD driver on Raspi3

jiegec commented 5 years ago

SD driver on Raspi3 seems good to go. Maybe @NagiNikaido @BenjaminPMLovegood can do some code cleanup? e.g. change these test outputs:

Re-fetched content:
DE AD BE EF DE AD BE EF DE AD BE EF DE AD BE EF

Already merged their bcm2837 into upstream.

Update: I made the merge manually.

jiegec commented 5 years ago

bcm2837 changes from https://github.com/rcore-os/bcm2837/pull/1 still need some work. Kernel part is easier to merge IMO: https://github.com/rcore-os/rCore/compare/dev...gaotianyu1350:dev?expand=1

Harry-Chen commented 5 years ago

MIPS part is fully merged to dev branch.