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:
Marat Zakiyanov (Mario79) 2006-03-20 17:27:09 +00:00
parent 03b4d7367e
commit e9e0059192
2 changed files with 5 additions and 2 deletions

View File

@ -2274,7 +2274,7 @@ endg
iglobal
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 'Kolibri',0
version_end:

View File

@ -20,6 +20,7 @@ use32
dd 0x0 , 0x0 ; I_Param , I_Icon
include 'lang.inc'
include 'macros.inc'
START: ; start of execution
mov eax,14
@ -283,6 +284,8 @@ set_my_mode:
mov ebx,13
mov ecx,3
int 40h
mcall 5,50
mcall 15,3
pop edx
pop ebx
pop ecx
@ -1141,4 +1144,4 @@ _m1:
buffer:
I_END: