Subversion Repositories Kolibri OS

Rev

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

Rev 855 Rev 864
Line 12... Line 12...
12
;
12
;
13
;     SPraid
13
;     SPraid
14
;
14
;
15
;-------------------------------------------------------------------------
15
;-------------------------------------------------------------------------
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 855 $
17
$Revision: 864 $
18
 
18
 
19
 
19
 
Line 82... Line 82...
82
.not_found_cd:
82
.not_found_cd:
83
  ret
83
  ret
84
endp
84
endp
Line 85... Line 85...
85
 
85
 
-
 
86
proc load_file_parse_table
-
 
87
 
86
proc load_file_parse_table
88
           xor eac, ecx
-
 
89
           call @core_alloc@4
87
  stdcall kernel_alloc,0x1000
90
           add eax, OS_BASE
88
  mov [tmp_file_name_table],eax
91
           mov [tmp_file_name_table],eax
89
  mov edi,eax
92
           mov edi,eax
90
  mov esi,sysdir_name
93
           mov esi,sysdir_name
91
  mov ecx,128/4
94
           mov ecx,128/4