Subversion Repositories Kolibri OS

Rev

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

  1.  
  2.         mov     edx, msg_about
  3.         mov     ebx, 17 * 65536 + 285
  4.         call    show_text
  5.         jmp     end_drow_tab
  6.  
  7. msg_about mls \ ; äîëæíà áûòü õîòÿáû îäíà ñòðîêà
  8.         '               Ghost Monitor',\
  9.         '',\
  10.         ' tool for testing and monitoring hardware',\
  11.         '',\
  12.         'Supported SuperIO : W83627HF,W83697HF',\
  13.         '  W83627THF,W83627THF-A,W83627EHF-A,',\
  14.         '  W83637THF,IT8705F,IT8712F,SiS950',\
  15.         '  ABIT uGuru',\
  16.         '',\
  17.         'Tests based on R.J.Redelmeier CPUBurn',\
  18.         '',\
  19.         'Mailto : ghost.nsk@mail.ru',\
  20.         '',\
  21.         '       *** Use at YOUR own RISK ***'
  22.