Fix 58 functions LBA read, was earlier read only IDE0 the hard disk, now are read all.
git-svn-id: svn://kolibrios.org@64 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -931,6 +931,9 @@ LBA_read:
|
|||||||
mov eax,[edi+0]
|
mov eax,[edi+0]
|
||||||
mov ebx,[edi+4]
|
mov ebx,[edi+4]
|
||||||
|
|
||||||
|
mov [hdbase],eax
|
||||||
|
mov [hdid],ebx
|
||||||
|
|
||||||
call wait_for_hd_idle
|
call wait_for_hd_idle
|
||||||
|
|
||||||
; eax = hd port
|
; eax = hd port
|
||||||
|
Reference in New Issue
Block a user