mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-26 07:15:03 +02:00
Fix initial DTA
This commit is contained in:
parent
c9300387e7
commit
e024f72a4c
@ -313,8 +313,8 @@ ALLOCMEM:
|
|||||||
global SET_DTA
|
global SET_DTA
|
||||||
SET_DTA:
|
SET_DTA:
|
||||||
pop ax ; ret address
|
pop ax ; ret address
|
||||||
pop bx ; seg(dta)
|
|
||||||
pop dx ; off(dta)
|
pop dx ; off(dta)
|
||||||
|
pop bx ; seg(dta)
|
||||||
push ax ; ret address
|
push ax ; ret address
|
||||||
mov ah, 1ah
|
mov ah, 1ah
|
||||||
push ds
|
push ds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user