Subversion Repositories Kolibri OS

Rev

Rev 3604 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3604 Rev 6353
Line 1... Line 1...
1
;
1
;
2
; Ghost Monitor - óòèëèòà (ñòðåññ) òåñòèðîâàíèÿ è ìîíèòîðèíãà ñèñòåìû
2
; Ghost Monitor - утилита (стресс) тестирования и мониторинга системы
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
4
; All Right Reserved
4
; All Right Reserved
Line 5... Line 5...
5
 
5
 
6
 
6
 
7
	mov	edx, msg_about
7
	mov	edx, msg_about
8
	mov	ebx, 17 * 65536 + 285
8
	mov	ebx, 17 * 65536 + 285
Line 9... Line 9...
9
	call	show_text
9
	call	show_text
10
	jmp	end_drow_tab
10
	jmp	redraw
11
 
11
 
12
if lang eq it
12
if lang eq it
Line 24... Line 24...
24
		'',\
24
		'',\
25
		'Mailto : ghost.nsk@mail.ru',\
25
		'Mailto : ghost.nsk@mail.ru',\
26
		'',\
26
		'',\
27
		'      *** Usare a prioprio rischio ***'
27
		'      *** Usare a prioprio rischio ***'
28
else
28
else
29
	msg_about mls \	; äîëæíà áûòü õîòÿáû îäíà ñòðîêà
29
	msg_about mls \	; должна быть хотябы одна строка
30
		'               Ghost Monitor',\
30
		'               Ghost Monitor',\
31
		'',\
31
		'',\
32
		' tool for testing and monitoring hardware',\
32
		' tool for testing and monitoring hardware',\
33
		'',\
33
		'',\
34
		'Supported SuperIO : W83627HF,W83697HF',\
34
		'Supported SuperIO : W83627HF,W83697HF',\