Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 861
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 753 $
8
$Revision: 861 $
9
 
9
 
10
 
10
 
Line 984... Line 984...
984
init_malloc:
984
init_malloc:
Line 985... Line 985...
985
 
985
 
Line 986... Line 986...
986
           stdcall kernel_alloc, 0x40000
986
           stdcall kernel_alloc, 0x40000
987
 
987
 
988
           mov [mst.top], eax
988
           mov [mst.top], eax
989
           mov [mst.topsize], 128*1024
989
           mov [mst.topsize], 256*1024
990
           mov dword [eax+4], (128*1024) or 1
990
           mov dword [eax+4], (256*1024) or 1
991
           mov eax, mst.smallbins
991
           mov eax, mst.smallbins
992
@@:
992
@@:
993
           mov [eax+8], eax
993
           mov [eax+8], eax