Subversion Repositories Kolibri OS

Rev

Rev 3604 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
223 Ghost 1
 
2
	mov	ebx, 17 * 65536 + 285
3
	call	show_text
4
	jmp	end_drow_tab
5
6
 
7
	'               Ghost Monitor',\
8
	'',\
9
	' tool for testing and monitoring hardware',\
10
	'',\
11
	'Supported SuperIO : W83627HF,W83697HF',\
12
	'  W83627THF,W83627THF-A,W83627EHF-A,',\
13
	'  W83637THF,IT8705F,IT8712F,SiS950',\
14
	'  ABIT uGuru',\
15
	'',\
16
	'Tests based on R.J.Redelmeier CPUBurn',\
17
	'',\
18
	'Mailto : ghost.nsk@mail.ru',\
19
	'',\
20
	'       *** Use at YOUR own RISK ***'
21