Subversion Repositories Kolibri OS

Rev

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

Rev 8988 Rev 9051
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. 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: 8869 $
8
$Revision: 9051 $
Line 9... Line 9...
9
 
9
 
Line 166... Line 166...
166
else if ~ lang eq sp
166
else if ~ lang eq sp
167
ud_user_message db 'Error: unsupported processor instruction',0
167
ud_user_message db 'Error: unsupported processor instruction',0
168
mtrr_user_message db '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0
168
mtrr_user_message db '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0
169
end if
169
end if
Line -... Line 170...
-
 
170
 
-
 
171
except_notify_fstr  db "'%s (pid %d): %s!' -E", 0 ; String format to write to notify exception message
-
 
172
except_notify_msg   rb 64                         ; The message displayed by notify when an application exception occurs
170
 
173
 
171
kernel_file_load:
174
kernel_file_load:
172
; load kernel.mnt to _CLEAN_ZONE
175
; load kernel.mnt to _CLEAN_ZONE
173
        dd      0       ; subfunction
176
        dd      0       ; subfunction
174
        dq      0       ; offset in file
177
        dq      0       ; offset in file