kernel: Fix borked ax assignment

This commit is contained in:
Nero 2020-08-31 20:21:10 +00:00
parent 352540bd25
commit 79c902c197
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ drive_read: mov ax, 0x0201
int 0x13
ret
drive_write: mov ah, 0x0301
drive_write: mov ax, 0x0301
mov cx, [chs_cx]
mov dx, [chs_dx]
mov bx, diskbuf