Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 61 → Rev 62

/kernel/trunk/kernel.asm
2274,7 → 2274,7
 
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:
/programs/vrr/trunk/vrr.asm
20,6 → 20,7
dd 0x0 , 0x0 ; I_Param , I_Icon
include 'lang.inc'
include 'macros.inc'
START: ; start of execution
mov eax,14
283,6 → 284,8
mov ebx,13
mov ecx,3
int 40h
mcall 5,50
mcall 15,3
pop edx
pop ebx
pop ecx