Subversion Repositories Kolibri OS

Rev

Rev 313 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
313 Ghost 1
;
2
; Ghost Monitor - утилита (стресс) тестирования и мониторинга системы
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
4
; All Right Reserved
223 Ghost 5
 
313 Ghost 6
 
223 Ghost 7
	mov	edx, msg_about
8
	mov	ebx, 17 * 65536 + 285
9
	call	show_text
10
	jmp	end_drow_tab
11
 
3604 fedesco 12
if lang eq it
13
	msg_about mls \
14
		'               Ghost Monitor',\
15
		'',\
16
		'strumento per testare il proprio hardware',\
17
		'',\
18
		'Supported SuperIO : W83627HF,W83697HF',\
19
		'  W83627THF,W83627THF-A,W83627EHF-A,',\
20
		'  W83637THF,IT8705F,IT8712F,SiS950',\
21
		'  ABIT uGuru',\
22
		'',\
23
		'Test basati su R.J.Redelmeier CPUBurn',\
24
		'',\
25
		'Mailto : ghost.nsk@mail.ru',\
26
		'',\
27
		'      *** Usare a prioprio rischio ***'
28
else
29
	msg_about mls \	; должна быть хотябы одна строка
30
		'               Ghost Monitor',\
31
		'',\
32
		' tool for testing and monitoring hardware',\
33
		'',\
34
		'Supported SuperIO : W83627HF,W83697HF',\
35
		'  W83627THF,W83627THF-A,W83627EHF-A,',\
36
		'  W83637THF,IT8705F,IT8712F,SiS950',\
37
		'  ABIT uGuru',\
38
		'',\
39
		'Tests based on R.J.Redelmeier CPUBurn',\
40
		'',\
41
		'Mailto : ghost.nsk@mail.ru',\
42
		'',\
43
		'       *** Use at YOUR own RISK ***'
44
end if