Subversion Repositories Kolibri OS

Rev

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

Rev 2643 Rev 3309
Line 15... Line 15...
15
;; 08.11.2004 expand_pathz and rename (only for hd) - ATV       ;;
15
;; 08.11.2004 expand_pathz and rename (only for hd) - ATV       ;;
16
;; 20.10.2004 Makedir/Removedir (only for hd) - ATV             ;;
16
;; 20.10.2004 Makedir/Removedir (only for hd) - ATV             ;;
17
;;                                                              ;;
17
;;                                                              ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 2643 $
20
$Revision: 3309 $
-
 
21
 
-
 
22
 
-
 
23
iglobal
-
 
24
 
21
 
25
if lang eq sp
22
 
26
include 'fs/fs-sp.inc'
23
iglobal
27
else
24
dir0:
28
dir0:
25
             db  'HARDDISK   '
29
             db  'HARDDISK   '
Line 31... Line 35...
31
             db  'FIRST      '
35
             db  'FIRST      '
32
             db  'SECOND     '
36
             db  'SECOND     '
33
             db  'THIRD      '
37
             db  'THIRD      '
34
             db  'FOURTH     '
38
             db  'FOURTH     '
35
             db  0
39
             db  0
-
 
40
end if
Line 36... Line 41...
36
 
41
 
Line 37... Line 42...
37
not_select_IDE db 0
42
not_select_IDE db 0
38
 
43