feat: utilisation de la projection en bloque mémoire pour le lancement d'application

This commit is contained in:
Nicolas Hordé 2004-10-30 19:26:33 +00:00
parent 0a8f8d59b4
commit a4b18960f3
1 changed files with 3 additions and 6 deletions

View File

@ -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