mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
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…
x
Reference in New Issue
Block a user