Subversion Repositories Kolibri OS

Rev

Rev 521 | Rev 546 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 521 Rev 540
Line 837... Line 837...
837
Returned value:
837
Returned value:
838
  * function does not return value
838
  * function does not return value
839
Structure of the buffer:
839
Structure of the buffer:
840
db a,b,c,d for version a.b.c.d
840
db a,b,c,d for version a.b.c.d
841
db UID_xxx: one of UID_NONE=0, UID_MENUET=1, UID_KOLIBRI=2
841
db UID_xxx: one of UID_NONE=0, UID_MENUET=1, UID_KOLIBRI=2
842
db 'name',0 - ASCIIZ-string with the name
842
dd REV - kernel SVN revision number
843
For Kolibri 0.6.5.0 kernel:
843
For Kolibri 0.7.0.0 kernel:
844
db 0,6,5,0
844
db 0,7,0,0
845
db 2
845
db 2
846
db 'Kolibri',0
846
dd 533
Line 847... Line 847...
847
 
847
 
848
======================================================================
848
======================================================================
849
======= Function 18, subfunction 14 - wait for screen retrace. =======
849
======= Function 18, subfunction 14 - wait for screen retrace. =======
850
======================================================================
850
======================================================================