Subversion Repositories Kolibri OS

Rev

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

Rev 2465 Rev 3500
Line 13... Line 13...
13
;
13
;
14
; Distributed under GPL, see file COPYING for details
14
; Distributed under GPL, see file COPYING for details
15
;
15
;
16
; Version 1.0
16
; Version 1.0
Line -... Line 17...
-
 
17
 
-
 
18
include "lang.inc"
17
 
19
 
18
lf              equ     0ah
20
lf              equ     0ah
Line 19... Line 21...
19
cr              equ     0dh
21
cr              equ     0dh
20
 
22
 
Line 260... Line 262...
260
        mov     dl, 0                           ; dl=0 (drive 0 (a:))
262
        mov     dl, 0                           ; dl=0 (drive 0 (a:))
261
        pop     bx
263
        pop     bx
262
        retn
264
        retn
263
;------------------------------------------
265
;------------------------------------------
Line -... Line 266...
-
 
266
 
-
 
267
if lang eq sp
-
 
268
loading         db      cr,lf,'Iniciando el sistema ',00h
264
 
269
else
-
 
270
loading         db      cr,lf,'Starting system ',00h
265
loading         db      cr,lf,'Starting system ',00h
271
end if
266
error_message   db      13,10
272
error_message   db      13,10
267
kernel_name     db      'KERNEL  MNT ?',cr,lf,00h
273
kernel_name     db      'KERNEL  MNT ?',cr,lf,00h
268
FirstRootDirSecNum      dw      ?
274
FirstRootDirSecNum      dw      ?
269
RootDirSecs     dw      ?
275
RootDirSecs     dw      ?