Subversion Repositories Kolibri OS

Rev

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

Rev 3537 Rev 3539
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: 3537 $
8
$Revision: 3539 $
9
 
9
 
10
 
10
 
Line 328... Line 328...
328
new_app_base        equ 0;
328
new_app_base        equ 0;
Line 329... Line 329...
329
 
329
 
Line 330... Line 330...
330
twdw                equ 0x2000   ;(CURRENT_TASK-window_data)
330
twdw                equ 0x2000   ;(CURRENT_TASK-window_data)
331
 
331
 
Line 332... Line 332...
332
std_application_base_address   equ new_app_base
332
std_application_base_address   equ new_app_base
333
RING0_STACK_SIZE    equ (0x2000 - 512)    ;512 áàéò äëÿ êîíòåêñòà FPU
333
RING0_STACK_SIZE    equ (0x2000 - 512)    ;512 байт для контекста FPU
334
 
334
 
335
REG_SS              equ (RING0_STACK_SIZE-4)
335
REG_SS              equ (RING0_STACK_SIZE-4)