Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3779 → Rev 3780

/programs/system/searchap/searchap.asm
72,7 → 72,7
basic_file_name:
db 'kolibri.lbl',0
additional_dir_name:
db 'addappl',0
db 'KolibriOS',0
real_additional_dir:
db '/kolibrios',0
;-------------------------------------------------------------------------------
414,7 → 414,7
mov edi,f30_3_work_area
call proc_copy_patch
; here is call kernel function to mount the found partition
; as "/addappl" directory to root directory "/"
; as "/KolibriOS" directory to root directory "/"
mcall 30,3,f30_3_work_area
ret
;--------------------------------------