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 ah,40
|
||||
int 47h
|
||||
mov ax,9000h
|
||||
mov es,ax
|
||||
push ax
|
||||
mov di,0100h
|
||||
push di
|
||||
mov ah,4
|
||||
mov ah,17
|
||||
int 48h
|
||||
jc reallyerror
|
||||
push es
|
||||
push 0100h
|
||||
push es
|
||||
push es
|
||||
push es
|
||||
pop ds
|
||||
|
|
Loading…
Reference in New Issue