1
Fork 0
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:
Hendiadyoin1 2023-04-03 15:59:06 +02:00 committed by Sam Atkins
parent daf85732bc
commit 857c9b4558
5 changed files with 408 additions and 26 deletions

View file

@ -23,6 +23,7 @@ enum class CommandIndex : u8 {
SelectCard = 7,
SendIfCond = 8,
SendCsd = 9,
GoInactiveState = 15,
SetBlockLen = 16,
ReadSingleBlock = 17,
ReadMultipleBlock = 18,