Bug correcting stuff ;)
This commit is contained in:
parent
04085ee0da
commit
874b2c9e4f
|
@ -170,7 +170,7 @@ ata_read:
|
|||
out dx, al
|
||||
|
||||
mov dx, 0x1f7 ;Command port
|
||||
mov al, 20 ;Read with retry.
|
||||
mov al, 0x20 ;Read with retry.
|
||||
out dx, al
|
||||
still_going:
|
||||
in al, dx
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue