Subversion Repositories Kolibri OS

Rev

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

Rev 3325 Rev 3520
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3325 $
8
$Revision: 3520 $
Line 9... Line 9...
9
 
9
 
Line 548... Line 548...
548
align 4
548
align 4
549
proc destroy_app_space stdcall, pg_dir:dword, dlls_list:dword
549
proc destroy_app_space stdcall, pg_dir:dword, dlls_list:dword
Line 550... Line 550...
550
 
550
 
551
        xor     edx, edx
551
        xor     edx, edx
552
        push    edx
552
        push    edx
553
        mov     eax, 0x2
553
        mov     eax, 0x1
554
        mov     ebx, [pg_dir]
554
        mov     ebx, [pg_dir]
555
.loop:
555
.loop:
556
;eax = current slot of process
556
;eax = current slot of process
557
        mov     ecx, eax
557
        mov     ecx, eax