1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Bug correcting stuff ;)

This commit is contained in:
Adrien Bourmault 2019-01-16 09:33:01 +01:00
parent 04085ee0da
commit 874b2c9e4f
3 changed files with 1 additions and 1 deletions

View File

@ -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.