Subversion Repositories Kolibri OS

Rev

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

Rev 983 Rev 1018
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 983 $
8
$Revision: 1018 $
Line 9... Line 9...
9
 
9
 
Line 78... Line 78...
78
msg_unresolved db 'unresolved ',0
78
msg_unresolved db 'unresolved ',0
79
msg_module     db 'in module ',0
79
msg_module     db 'in module ',0
80
msg_version    db 'incompatible driver version',13,10,0
80
msg_version    db 'incompatible driver version',13,10,0
81
msg_www        db 'please visit www.kolibrios.org',13,10,0
81
msg_www        db 'please visit www.kolibrios.org',13,10,0
82
msg_CR	       db  13,10,0
82
msg_CR	       db  13,10,0
-
 
83
aSis           db 'SIS',0
Line 83... Line 84...
83
 
84
 
84
intel_str      db "GenuineIntel",0
85
intel_str      db "GenuineIntel",0
Line 85... Line 86...
85
AMD_str        db "AuthenticAMD",0
86
AMD_str        db "AuthenticAMD",0