Subversion Repositories Kolibri OS

Rev

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

Rev 321 Rev 379
Line 83... Line 83...
83
    add    eax, std_application_base_address    ; abs start of info block
83
    add    eax, std_application_base_address    ; abs start of info block
Line 84... Line 84...
84
 
84
 
85
    cmp   dword [eax+0],15      ; GET_DISK_INFO
85
    cmp   dword [eax+0],15      ; GET_DISK_INFO
Line 86... Line 86...
86
    je    fs_info
86
    je    fs_info
87
 
87
 
88
    cmp   dword [0x3000],1      ; no memory checks for kernel requests
88
    cmp   dword [CURRENT_TASK],1      ; no memory checks for kernel requests
89
    jz    no_checks_for_kernel
89
    jz    no_checks_for_kernel
90
    mov   edx,eax
90
    mov   edx,eax
91
    cmp   dword [eax+0],1
91
    cmp   dword [eax+0],1