feat: utilisation de la projection en bloque mémoire pour le lancement d'application
This commit is contained in:
parent
0a8f8d59b4
commit
a4b18960f3
|
@ -147,15 +147,12 @@ noaddext:
|
||||||
mov di,offset vga
|
mov di,offset vga
|
||||||
mov ah,40
|
mov ah,40
|
||||||
int 47h
|
int 47h
|
||||||
mov ax,9000h
|
mov ah,17
|
||||||
mov es,ax
|
|
||||||
push ax
|
|
||||||
mov di,0100h
|
|
||||||
push di
|
|
||||||
mov ah,4
|
|
||||||
int 48h
|
int 48h
|
||||||
jc reallyerror
|
jc reallyerror
|
||||||
push es
|
push es
|
||||||
|
push 0100h
|
||||||
|
push es
|
||||||
push es
|
push es
|
||||||
push es
|
push es
|
||||||
pop ds
|
pop ds
|
||||||
|
|
Loading…
Reference in New Issue