issues
search
oscourse-tsinghua
/
rcore_plus
Rust version of THU uCore OS. Linux compatible.
MIT License
172
stars
26
forks
source link
Implement AHCI driver
#27
Closed
wangrunji0408
closed
5 years ago
wangrunji0408
commented
5 years ago
[x] Naive read & write
[ ] Use all slots
[x] Move it to
isomorphic_drivers
crate
Reference:
An implementation in Rust:
https://github.com/liuzix/rustos/blob/master/src/devices/ahci.rs
OSDev:
https://wiki.osdev.org/AHCI
Intel spec:
https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/serial-ata-ahci-spec-rev1-3-1.pdf
isomorphic_drivers
crateReference: