Subversion Repositories Kolibri OS

Rev

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

Rev 3246 Rev 3371
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: 3246 $
8
$Revision: 3371 $
9
 
9
 
10
 
10
 
Line 152... Line 152...
152
        mov     [edi+block_size], 4096*sizeof.MEM_BLOCK
152
        mov     [edi+block_size], 4096*sizeof.MEM_BLOCK
153
        mov     [edi+block_flags], USED_BLOCK
153
        mov     [edi+block_flags], USED_BLOCK
Line 154... Line 154...
154
 
154
 
155
        mov     [ecx+block_next], eax
155
        mov     [ecx+block_next], eax
156
        mov     [ecx+block_prev], ebx
156
        mov     [ecx+block_prev], ebx
157
        mov     [edi+list_fd], eax
157
        mov     [ecx+list_fd], eax
158
        mov     [edi+list_bk], eax
158
        mov     [ecx+list_bk], eax
159
        mov     [edi+block_base], eax
159
        mov     [ecx+block_base], eax
160
        mov     [edi+block_size], eax
160
        mov     [ecx+block_size], eax
Line 161... Line 161...
161
        mov     [edi+block_flags], USED_BLOCK
161
        mov     [ecx+block_flags], USED_BLOCK
162
 
162
 
163
        mov     [ebx+block_next], ecx
163
        mov     [ebx+block_next], ecx