Subversion Repositories Kolibri OS

Rev

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

Rev 2143 Rev 2219
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 2143 $
8
$Revision: 2219 $
9
 
9
 
10
 
10
 
Line 141... Line 141...
141
SSE_PM         equ    0x1000
141
SSE_PM         equ    0x1000
142
SSE_FZ         equ    0x8000
142
SSE_FZ         equ    0x8000
Line 143... Line 143...
143
 
143
 
Line -... Line 144...
-
 
144
SSE_INIT equ (SSE_IM+SSE_DM+SSE_ZM+SSE_OM+SSE_UM+SSE_PM)
-
 
145
 
Line 144... Line 146...
144
SSE_INIT equ (SSE_IM+SSE_DM+SSE_ZM+SSE_OM+SSE_UM+SSE_PM)
146
IRQ_PIC        equ    0
145
 
147
IRQ_APIC       equ    1
146
 
148
 
147
struc TSS
149
struc TSS