forked from KolibriOS/kolibrios
1) The comment of pointer the version is changed on 0530
2) Corrected VRR (mcall 5,50; mcall 15,3) These 2 corrections were included in K0530 git-svn-id: svn://kolibrios.org@62 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
03b4d7367e
commit
e9e0059192
@ -2274,7 +2274,7 @@ endg
|
|||||||
|
|
||||||
iglobal
|
iglobal
|
||||||
version_inf:
|
version_inf:
|
||||||
db 0,5,3,0 ; version 0.5.2.9
|
db 0,5,3,0 ; version 0.5.3.0
|
||||||
db UID_KOLIBRI
|
db UID_KOLIBRI
|
||||||
db 'Kolibri',0
|
db 'Kolibri',0
|
||||||
version_end:
|
version_end:
|
||||||
|
@ -20,6 +20,7 @@ use32
|
|||||||
dd 0x0 , 0x0 ; I_Param , I_Icon
|
dd 0x0 , 0x0 ; I_Param , I_Icon
|
||||||
|
|
||||||
include 'lang.inc'
|
include 'lang.inc'
|
||||||
|
include 'macros.inc'
|
||||||
START: ; start of execution
|
START: ; start of execution
|
||||||
|
|
||||||
mov eax,14
|
mov eax,14
|
||||||
@ -283,6 +284,8 @@ set_my_mode:
|
|||||||
mov ebx,13
|
mov ebx,13
|
||||||
mov ecx,3
|
mov ecx,3
|
||||||
int 40h
|
int 40h
|
||||||
|
mcall 5,50
|
||||||
|
mcall 15,3
|
||||||
pop edx
|
pop edx
|
||||||
pop ebx
|
pop ebx
|
||||||
pop ecx
|
pop ecx
|
||||||
@ -1141,4 +1144,4 @@ _m1:
|
|||||||
buffer:
|
buffer:
|
||||||
I_END:
|
I_END:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user