mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Kernel: Add basic ADMA2 support to the SD card driver
It only takes ~10s to fully boot with smp enabled!
This commit is contained in:
parent
daf85732bc
commit
857c9b4558
5 changed files with 408 additions and 26 deletions
|
@ -23,6 +23,7 @@ enum class CommandIndex : u8 {
|
|||
SelectCard = 7,
|
||||
SendIfCond = 8,
|
||||
SendCsd = 9,
|
||||
GoInactiveState = 15,
|
||||
SetBlockLen = 16,
|
||||
ReadSingleBlock = 17,
|
||||
ReadMultipleBlock = 18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue