From bcbf6891ea6e3dbca100006759cfb662bcace9a9 Mon Sep 17 00:00:00 2001 From: pathoswithin Date: Wed, 9 Dec 2015 23:26:31 +0000 Subject: [PATCH] Ghost monitor: small fix git-svn-id: svn://kolibrios.org@5952 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/gmon/tab_test.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/system/gmon/tab_test.inc b/programs/system/gmon/tab_test.inc index a0ee1a902c..703868eab6 100644 --- a/programs/system/gmon/tab_test.inc +++ b/programs/system/gmon/tab_test.inc @@ -95,7 +95,7 @@ nr4: int 0x40 xor ecx, ecx mov ebx, 190 * 65536 + 420 mov edx, tmsg_rec - mov esi, 13 + mov esi, 11 int 0x40 ; read about mov ebx, 30 * 65536 + 282 @@ -115,7 +115,7 @@ nr4: int 0x40 tmsg_p db 'Pentium (Pro/II/III)' ; 7/20 tmsg_k6 db 'K6 (I/II/III)' ; 13 tmsg_k7 db 'K7/Athlon/Duron' ; 15 -tmsg_rec db '— recommended' ; 13 +tmsg_rec db 'recommended' ; 11 if lang eq it tmsg_war db 'Potrebbe danneggiare lo hardware ' else