Subversion Repositories Kolibri OS

Rev

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

Rev 3341 Rev 3342
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
14
$Revision: 3341 $
-
 
15
 
-
 
16
if lang eq sp
-
 
17
include 'sys32-sp.inc'
-
 
Line 18... Line 14...
18
end if
14
$Revision: 3342 $
19
 
15
 
20
align 4 ;3A08
16
align 4 ;3A08
21
build_interrupt_table:
17
build_interrupt_table:
Line 76... Line 72...
76
  msg_exc_b     db "Segment not present", 0
72
  msg_exc_b     db "Segment not present", 0
77
  msg_exc_c     db "Stack fault", 0
73
  msg_exc_c     db "Stack fault", 0
78
  msg_exc_d     db "General protection fault", 0
74
  msg_exc_d     db "General protection fault", 0
79
  msg_exc_e     db "Page fault", 0
75
  msg_exc_e     db "Page fault", 0
Line 80... Line 76...
80
 
76
 
-
 
77
  if lang eq sp
-
 
78
    include 'sys32-sp.inc'
81
  if ~ lang eq sp
79
  else
82
  msg_sel_ker   db "kernel", 0
80
    msg_sel_ker   db "kernel", 0
83
  msg_sel_app   db "application", 0
81
    msg_sel_app   db "application", 0
Line 84... Line 82...
84
  end if
82
  end if