Subversion Repositories Kolibri OS

Rev

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

Rev 6792 Rev 7124
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 6792 $
8
$Revision: 7124 $
Line 9... Line 9...
9
 
9
 
Line 899... Line 899...
899
 
899
 
900
       locals
900
       locals
901
         pl0_stack dd ?
901
         pl0_stack dd ?
Line -... Line 902...
-
 
902
       endl
902
       endl
903
 
-
 
904
        mov     eax, [xsave_area_size]
903
 
905
        add     eax, RING0_STACK_SIZE
Line 904... Line 906...
904
        stdcall kernel_alloc, RING0_STACK_SIZE+512
906
        stdcall kernel_alloc, eax
Line 905... Line 907...
905
        mov     [pl0_stack], eax
907
        mov     [pl0_stack], eax