Subversion Repositories Kolibri OS

Rev

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

Rev 265 Rev 269
Line 695... Line 695...
695
        mov   [0x3004],dword 1
695
        mov   [0x3004],dword 1
696
        cli
696
        cli
697
        cmp   byte [0x2f0000+0x9030],1
697
        cmp   byte [0x2f0000+0x9030],1
698
        jne   no_load_vrr_m
698
        jne   no_load_vrr_m
Line 699... Line 699...
699
 
699
 
700
        stdcall fs_exec_EX, vrr_m, dword 0, dword 0
700
        stdcall fs_exec, vrr_m, 0, 0
701
        cmp   eax,2                  ; if vrr_m app found (PID=2)
701
        cmp   eax,2                  ; if vrr_m app found (PID=2)
Line 702... Line 702...
702
        je    first_app_found
702
        je    first_app_found
703
 
703
 
704
no_load_vrr_m:
704
no_load_vrr_m:
705
        stdcall fs_exec_EX, firstapp, dword 0, dword 0
705
        stdcall fs_exec, firstapp, 0, 0
706
        cmp   eax,2                  ; continue if a process has been loaded
706
        cmp   eax,2                  ; continue if a process has been loaded
707
        je    first_app_found
707
        je    first_app_found
708
        mov   eax, 0xDEADBEEF        ; otherwise halt
708
        mov   eax, 0xDEADBEEF        ; otherwise halt