Function 18, subfunction 13 - get kernel version.
Parameters:
- eax = 18 - function number
- ebx = 13 - subfunction number
- ecx = pointer to the buffer (not less than 16 bytes), where
the information will be placed
Returned value:
- function does not return value
Structure of the buffer:
db a,b,c,d for version a.b.c.d
db UID_xxx: one of UID_NONE=0, UID_MENUET=1, UID_KOLIBRI=2
db 'name',0 - ASCIIZ-string with the name
For Kolibri 0.6.3.0 kernel:
db 0,6,3,0
db 2
db 'Kolibri',0