kernel: Fix borked ax assignment
This commit is contained in:
parent
352540bd25
commit
79c902c197
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user