Subversion Repositories Kolibri OS

Rev

Rev 223 | Rev 3604 | 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
 
12
msg_about mls \	; должна быть хотябы одна строка
13
	'               Ghost Monitor',\
14
	'',\
15
	' tool for testing and monitoring hardware',\
16
	'',\
17
	'Supported SuperIO : W83627HF,W83697HF',\
18
	'  W83627THF,W83627THF-A,W83627EHF-A,',\
19
	'  W83637THF,IT8705F,IT8712F,SiS950',\
20
	'  ABIT uGuru',\
21
	'',\
22
	'Tests based on R.J.Redelmeier CPUBurn',\
23
	'',\
24
	'Mailto : ghost.nsk@mail.ru',\
25
	'',\
26
	'       *** Use at YOUR own RISK ***'