Subversion Repositories Kolibri OS

Rev

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

Rev 425 Rev 429
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 429 $
Line 2... Line 2...
2
 
2
 
3
DRV_ENTRY    equ  1
3
DRV_ENTRY    equ  1
4
DRV_EXIT     equ -1
4
DRV_EXIT     equ -1
5
DRV_COMPAT   equ  4  ;minimal required drivers version
5
DRV_COMPAT   equ  4  ;minimal required drivers version
Line 450... Line 450...
450
           mov [count], edx
450
           mov [count], edx
451
           mov [buff], esi
451
           mov [buff], esi
452
           mov byte [buff+4], al
452
           mov byte [buff+4], al
453
           mov [name], ebx
453
           mov [name], ebx
Line -... Line 454...
-
 
454
 
454
 
455
           pushad
455
           mov eax, 70
456
           push eax
456
           lea ebx, [cmd]
457
           lea eax, [cmd]
-
 
458
           sub eax, new_app_base
457
           sub ebx, new_app_base
459
           call file_system_lfn
-
 
460
           pop eax
458
           int 0x40
461
           popad
459
           ret
462
           ret
Line 460... Line 463...
460
endp
463
endp
461
 
464