feat: suppression de l'attente de l'appuie sur une touche avant de passé en PMODE
This commit is contained in:
parent
35fb7f8535
commit
c1e18097a6
|
@ -9,8 +9,6 @@
|
||||||
call EnableA20
|
call EnableA20
|
||||||
mov si,msgpmode
|
mov si,msgpmode
|
||||||
call showstr
|
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]
|
||||||
|
@ -52,7 +50,7 @@ GoPMode32:
|
||||||
[BITS 32]
|
[BITS 32]
|
||||||
mov ax,SYS_DATA_SEL
|
mov ax,SYS_DATA_SEL
|
||||||
mov ds,ax
|
mov ds,ax
|
||||||
mov ecx,20000/4
|
mov ecx,50000/4
|
||||||
cld
|
cld
|
||||||
mov esi,kernel
|
mov esi,kernel
|
||||||
mov edi,0x100000
|
mov edi,0x100000
|
||||||
|
|
Loading…
Reference in New Issue