Subversion Repositories Kolibri OS

Rev

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

Rev 3309 Rev 3341
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
 
Line 14... Line 14...
14
$Revision: 3309 $
14
$Revision: 3341 $
15
 
15
 
16
if lang eq sp
16
if lang eq sp
Line 76... Line 76...
76
  msg_exc_b     db "Segment not present", 0
76
  msg_exc_b     db "Segment not present", 0
77
  msg_exc_c     db "Stack fault", 0
77
  msg_exc_c     db "Stack fault", 0
78
  msg_exc_d     db "General protection fault", 0
78
  msg_exc_d     db "General protection fault", 0
79
  msg_exc_e     db "Page fault", 0
79
  msg_exc_e     db "Page fault", 0
Line 80... Line 80...
80
 
80
 
81
  if lang ~ eq sp
81
  if ~ lang eq sp
82
  msg_sel_ker   db "kernel", 0
82
  msg_sel_ker   db "kernel", 0
83
  msg_sel_app   db "application", 0
83
  msg_sel_app   db "application", 0
Line 84... Line 84...
84
  end if
84
  end if