forked from KolibriOS/kolibrios
searchap: rename KolibriOS to kolibrios
git-svn-id: svn://kolibrios.org@3781 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5de099185a
commit
5f0dfa9591
@ -72,7 +72,7 @@ basic_file_path:
|
|||||||
basic_file_name:
|
basic_file_name:
|
||||||
db 'kolibri.lbl',0
|
db 'kolibri.lbl',0
|
||||||
additional_dir_name:
|
additional_dir_name:
|
||||||
db 'KolibriOS',0
|
db 'kolibrios',0
|
||||||
real_additional_dir:
|
real_additional_dir:
|
||||||
db '/kolibrios',0
|
db '/kolibrios',0
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
||||||
@ -276,12 +276,12 @@ end if
|
|||||||
jbe @f
|
jbe @f
|
||||||
mov ecx,eax
|
mov ecx,eax
|
||||||
;-----------------------------------
|
;-----------------------------------
|
||||||
@@:
|
@@:
|
||||||
mov [fileinfo.size],ecx
|
mov [fileinfo.size],ecx
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
if debug eq yes
|
if debug eq yes
|
||||||
dps 'get file'
|
dps 'get file'
|
||||||
newline
|
newline
|
||||||
end if
|
end if
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
mcall 68,1
|
mcall 68,1
|
||||||
@ -303,7 +303,7 @@ newline
|
|||||||
end if
|
end if
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
ret
|
ret
|
||||||
;-----------------------------------
|
;-----------------------------------
|
||||||
@@:
|
@@:
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
if debug eq yes
|
if debug eq yes
|
||||||
@ -343,7 +343,7 @@ if debug eq yes
|
|||||||
push ecx
|
push ecx
|
||||||
call debug_outstr
|
call debug_outstr
|
||||||
pop ecx
|
pop ecx
|
||||||
newline
|
newline
|
||||||
end if
|
end if
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
; mcall 5,10
|
; mcall 5,10
|
||||||
@ -363,7 +363,7 @@ end if
|
|||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
if debug eq yes
|
if debug eq yes
|
||||||
dps 'additional parttition is not found!'
|
dps 'additional parttition is not found!'
|
||||||
newline
|
newline
|
||||||
end if
|
end if
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
ret
|
ret
|
||||||
@ -392,7 +392,7 @@ compare_files_and_mount:
|
|||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
if debug eq yes
|
if debug eq yes
|
||||||
dps 'compare files sucess!'
|
dps 'compare files sucess!'
|
||||||
newline
|
newline
|
||||||
dps 'mount directory:'
|
dps 'mount directory:'
|
||||||
newline
|
newline
|
||||||
mov edx,esi
|
mov edx,esi
|
||||||
@ -414,7 +414,7 @@ end if
|
|||||||
mov edi,f30_3_work_area
|
mov edi,f30_3_work_area
|
||||||
call proc_copy_patch
|
call proc_copy_patch
|
||||||
; here is call kernel function to mount the found partition
|
; here is call kernel function to mount the found partition
|
||||||
; as "/KolibriOS" directory to root directory "/"
|
; as "/kolibrios" directory to root directory "/"
|
||||||
mcall 30,3,f30_3_work_area
|
mcall 30,3,f30_3_work_area
|
||||||
ret
|
ret
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
@ -424,7 +424,7 @@ end if
|
|||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
if debug eq yes
|
if debug eq yes
|
||||||
dps 'compare files is not match!'
|
dps 'compare files is not match!'
|
||||||
newline
|
newline
|
||||||
end if
|
end if
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
ret
|
ret
|
||||||
@ -529,4 +529,4 @@ align 4
|
|||||||
stacktop:
|
stacktop:
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
||||||
I_END:
|
I_END:
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user