kernel: Fix borked ax assignment
This commit is contained in:
parent
352540bd25
commit
79c902c197
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue