Subversion Repositories Kolibri OS

Rev

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

Rev 1663 Rev 1675
Line 55... Line 55...
55
;;
55
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
include 'macros.inc'
58
include 'macros.inc'
Line 59... Line 59...
59
 
59
 
Line 60... Line 60...
60
$Revision: 1663 $
60
$Revision: 1675 $
Line 2309... Line 2309...
2309
endg
2309
endg
Line 2310... Line 2310...
2310
 
2310
 
2311
iglobal
2311
iglobal
2312
version_inf:
2312
version_inf:
2313
  db 0,7,7,0  ; version 0.7.7.0
2313
  db 0,7,7,0  ; version 0.7.7.0
2314
  db UID_KOLIBRI
2314
  db 0		;reserved
2315
  dd __REV__
2315
  dd __REV__
2316
version_end:
2316
version_end:
Line 2317... Line -...
2317
endg
-
 
2318
 
-
 
2319
UID_NONE=0
-
 
2320
UID_MENUETOS=1   ;official
-
 
2321
UID_KOLIBRI=2    ;russian
2317
endg
2322
 
2318
 
2323
sys_cachetodiskette:
2319
sys_cachetodiskette:
2324
        cmp     ebx, 1
2320
        cmp     ebx, 1
2325
        jne     .no_floppy_a_save
2321
        jne     .no_floppy_a_save