2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2025-01-22 05:08:16 +01:00
This commit is contained in:
Abdur-Rahman Mansoor 2024-07-23 19:43:37 -04:00
parent a5c1920c0e
commit 6c120b8767

View File

@ -641,6 +641,8 @@ proc nvme_readwrite stdcall, ns:dword, buf:dword, start_sector:qword, numsectors
push ebx esi edi push ebx esi edi
sub esp, 20 sub esp, 20
; TODO: check if numsectors exceeds IDENTC.MDTS?
; stack: ; stack:
; [esp] - PRP1 ; [esp] - PRP1
; [esp + 4] - PRP2 ; [esp + 4] - PRP2