Subversion Repositories Kolibri OS

Rev

Rev 223 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;
  2. ; Ghost Monitor - óòèëèòà (ñòðåññ) òåñòèðîâàíèÿ è ìîíèòîðèíãà ñèñòåìû
  3. ; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
  4. ; All Right Reserved
  5.  
  6.  
  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 ***'
  27.