3eda462807
Programs: fasm updated to 1.67.14, small fixes in desktop, stackcfg, calc, board, pipes, freecell, big cleanup of unused programs, added some applications from 0.6.3.0 distr... git-svn-id: svn://kolibrios.org@205 a494cfbc-eb01-0410-851d-a64ba20cac60
22 lines
509 B
PHP
22 lines
509 B
PHP
|
|
mov edx, msg_about
|
|
mov ebx, 17 * 65536 + 265
|
|
call show_text
|
|
jmp end_drow_tab
|
|
|
|
msg_about mls \ ; äîëæíà áûòü õîòÿáû îäíà ñòðîêà
|
|
' Ghost Monitor',\
|
|
'',\
|
|
' tool for testing and monitoring hardware',\
|
|
'',\
|
|
'Supported SuperIO : W83627HF,W83697HF',\
|
|
' W83627THF,W83627THF-A,W83627EHF-A,',\
|
|
' W83637THF,IT8705F,IT8712F,SiS950',\
|
|
'',\
|
|
'Tests based on R.J.Redelmeier CPUBurn',\
|
|
'',\
|
|
'Mailto : ghost.nsk@mail.ru',\
|
|
'',\
|
|
'',\
|
|
' *** Use at YOUR own RISK ***'
|