Subversion Repositories Kolibri OS

Rev

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

Rev 9930 Rev 9975
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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
 
-
 
8
$Revision: 9975 $
-
 
9
 
-
 
10
struct EXCEPT_STACK
-
 
11
    RegEIP     dd ?
-
 
12
    ExcCode    dd ? ; only exception 12 overflow stack
-
 
13
    OldESP     dd ?
-
 
14
    RegCR2     dd ?
-
 
15
    LockAccess dd ?
Line 8... Line 16...
8
$Revision: 9930 $
16
ends
9
 
17
 
10
align 4 ;3A08
18
align 4 ;3A08
11
build_interrupt_table:
19
build_interrupt_table: