forked from KolibriOS/kolibrios
KFM - for r.3755.
git-svn-id: svn://kolibrios.org@4314 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2e14ef3302
commit
cfc64dbc2a
@ -104,6 +104,9 @@ device_detect_f70:
|
|||||||
mov eax,[temp_counter_1]
|
mov eax,[temp_counter_1]
|
||||||
cmp eax,[left_folder_block_1]
|
cmp eax,[left_folder_block_1]
|
||||||
jb .start_temp_counter_1
|
jb .start_temp_counter_1
|
||||||
|
ret
|
||||||
|
;---------------------------------------------------------------------
|
||||||
|
select_starting_directories:
|
||||||
mov esi,retrieved_devices_table+1
|
mov esi,retrieved_devices_table+1
|
||||||
call copy_folder_name
|
call copy_folder_name
|
||||||
mov esi,retrieved_devices_table+3
|
mov esi,retrieved_devices_table+3
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
;*****************************************************************************
|
;*****************************************************************************
|
||||||
; KFM v0.47h 28/07/2013
|
; KFM v0.47h 30/11/2013
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
use32
|
use32
|
||||||
org 0x0
|
org 0x0
|
||||||
@ -81,6 +81,7 @@ START:
|
|||||||
call add_memory_for_folders
|
call add_memory_for_folders
|
||||||
call device_detect
|
call device_detect
|
||||||
call device_detect_f70
|
call device_detect_f70
|
||||||
|
call select_starting_directories
|
||||||
mcall 66, 1, 1
|
mcall 66, 1, 1
|
||||||
; call draw_window
|
; call draw_window
|
||||||
; xor eax,eax
|
; xor eax,eax
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
header_text db 'Kolibri File Manager v0.47h 28/07/2013',0
|
header_text db 'Kolibri File Manager v0.47h 30/11/2013',0
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
fbutton_name:
|
fbutton_name:
|
||||||
.f1 db '1 Help',0
|
.f1 db '1 Help',0
|
||||||
|
Loading…
Reference in New Issue
Block a user