oscourse-tsinghua / rcore_plus

Rust version of THU uCore OS. Linux compatible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge new features from OS2019 projects

wangrunji0408 opened this issue · comments

OS2019 projects

GBA

MIPS

Router

LKM

Audio on Raspi3

SD driver on Raspi3

commented

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.

commented

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

MIPS part is fully merged to dev branch.