forked from KolibriOS/kolibrios
Ghost monitor: small fix
git-svn-id: svn://kolibrios.org@5952 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
334542f0ac
commit
bcbf6891ea
@ -95,7 +95,7 @@ nr4: int 0x40
|
|||||||
xor ecx, ecx
|
xor ecx, ecx
|
||||||
mov ebx, 190 * 65536 + 420
|
mov ebx, 190 * 65536 + 420
|
||||||
mov edx, tmsg_rec
|
mov edx, tmsg_rec
|
||||||
mov esi, 13
|
mov esi, 11
|
||||||
int 0x40
|
int 0x40
|
||||||
; read about
|
; read about
|
||||||
mov ebx, 30 * 65536 + 282
|
mov ebx, 30 * 65536 + 282
|
||||||
@ -115,7 +115,7 @@ nr4: int 0x40
|
|||||||
tmsg_p db 'Pentium (Pro/II/III)' ; 7/20
|
tmsg_p db 'Pentium (Pro/II/III)' ; 7/20
|
||||||
tmsg_k6 db 'K6 (I/II/III)' ; 13
|
tmsg_k6 db 'K6 (I/II/III)' ; 13
|
||||||
tmsg_k7 db 'K7/Athlon/Duron' ; 15
|
tmsg_k7 db 'K7/Athlon/Duron' ; 15
|
||||||
tmsg_rec db '— recommended' ; 13
|
tmsg_rec db 'recommended' ; 11
|
||||||
if lang eq it
|
if lang eq it
|
||||||
tmsg_war db 'Potrebbe danneggiare lo hardware '
|
tmsg_war db 'Potrebbe danneggiare lo hardware '
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user