mirror of https://github.com/FDOS/kernel.git
Fix Func 2Dh (Set System Time) sets wrong time
This commit is contained in:
parent
093c6dd924
commit
ef945b1192
|
@ -41,7 +41,7 @@ segment HMA_TEXT
|
|||
WRITEPCCLOCK:
|
||||
; Ticks = 4
|
||||
pop ax ; return address
|
||||
popargs {dx,cx} ; Ticks
|
||||
popargs {cx,dx} ; Ticks
|
||||
push ax ; restore stack
|
||||
mov ah,1
|
||||
int 1ah
|
||||
|
|
Loading…
Reference in New Issue