Subversion Repositories Kolibri OS

Rev

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

Rev 3274 Rev 3287
Line 67... Line 67...
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
include 'struct.inc'
70
include 'struct.inc'
Line 71... Line 71...
71
 
71
 
Line 72... Line 72...
72
$Revision: 3274 $
72
$Revision: 3287 $
Line 129... Line 129...
129
 
129
 
130
use16
130
use16
131
                  org   0x0
131
                  org   0x0
Line -... Line 132...
-
 
132
        jmp     start_of_code
-
 
133
 
-
 
134
if lang eq sp
132
        jmp     start_of_code
135
include "kernelsp.inc"  ; spanish kernel messages
-
 
136
else
Line 133... Line 137...
133
 
137
version db    'Kolibri OS  version 0.7.7.0+     ',13,10,13,10,0
134
version db    'Kolibri OS  version 0.7.7.0+     ',13,10,13,10,0
138
end if
Line 135... Line 139...
135
 
139
 
Line 5629... Line 5633...
5629
include "data32.inc"
5633
include "data32.inc"
Line 5630... Line 5634...
5630
 
5634
 
Line 5631... Line 5635...
5631
__REV__ = __REV
5635
__REV__ = __REV
-
 
5636
 
5632
 
5637
uglobals_size = $ - endofcode
-
 
5638
if lang ~ eq sp