Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
205 heavyiron 1
 
2
	mov	ebx, 17 * 65536 + 265
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
	'',\
15
	'Tests based on R.J.Redelmeier CPUBurn',\
16
	'',\
17
	'Mailto : ghost.nsk@mail.ru',\
18
	'',\
19
	'',\
20
	'       *** Use at YOUR own RISK ***'
21