Subversion Repositories Kolibri OS

Rev

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

Rev 5057 Rev 5088
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 5057 $
8
$Revision: 5088 $
Line 9... Line 9...
9
 
9
 
Line 138... Line 138...
138
;new_process_loading db 'K : New Process - loading',13,10,0
138
;new_process_loading db 'K : New Process - loading',13,10,0
139
;new_process_running db 'K : New Process - done',13,10,0
139
;new_process_running db 'K : New Process - done',13,10,0
140
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
140
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
Line 141... Line 141...
141
 
141
 
142
msg_unresolved db 'unresolved ',0
142
msg_unresolved db 'unresolved ',0
143
msg_module     db 'in module ',0
143
;msg_module     db 'in module ',0
144
if ~ lang eq sp
144
;if ~ lang eq sp
145
msg_version    db 'incompatible driver version',13,10,0
145
;msg_version    db 'incompatible driver version',13,10,0
146
msg_www        db 'please visit www.kolibrios.org',13,10,0
146
;msg_www        db 'please visit www.kolibrios.org',13,10,0
147
end if
147
;end if
Line 148... Line 148...
148
msg_CR         db  13,10,0
148
msg_CR         db  13,10,0
149
 
149
 
150
szHwMouse       db 'ATI2D',0
150
szHwMouse       db 'ATI2D',0
151
szPS2MDriver    db '/rd/1/drivers/PS2MOUSE.SYS',0
151
szPS2MDriver    db '/rd/1/drivers/PS2MOUSE.SYS',0
152
;szCOM_MDriver   db 'COM_MOUSE',0
152
;szCOM_MDriver   db 'COM_MOUSE',0
153
szVidintel      db '/rd/1/drivers/vidintel.sys',0
153
szVidintel      db '/rd/1/drivers/vidintel.sys',0
Line 154... Line -...
154
szUSB           db 'USB',0
-
 
155
szAtiHW         db '/rd/1/drivers/ati2d.drv',0
154
szUSB           db 'USB',0
156
 
155
szAtiHW         db '/rd/1/drivers/ati2d.drv',0
Line 157... Line 156...
157
szSTART        db 'START',0
156