feat: changement a nouveau de l'emplacement du message de chargement
This commit is contained in:
parent
f1710cf9ce
commit
31a3c5a547
|
@ -7,6 +7,10 @@
|
||||||
pop ds
|
pop ds
|
||||||
pop es
|
pop es
|
||||||
call EnableA20
|
call EnableA20
|
||||||
|
mov si,msgpmode
|
||||||
|
call showstr
|
||||||
|
xor ax,ax
|
||||||
|
int 16h
|
||||||
mov ax,cs
|
mov ax,cs
|
||||||
mov [RealCS],ax
|
mov [RealCS],ax
|
||||||
lea ax,[Real]
|
lea ax,[Real]
|
||||||
|
@ -37,8 +41,6 @@
|
||||||
;out 0x21,al
|
;out 0x21,al
|
||||||
mov al,0x80
|
mov al,0x80
|
||||||
out 0x70,al
|
out 0x70,al
|
||||||
mov si,msgpmode
|
|
||||||
call showstr
|
|
||||||
|
|
||||||
mov eax,cr0
|
mov eax,cr0
|
||||||
or al,1
|
or al,1
|
||||||
|
|
Loading…
Reference in New Issue