Subversion Repositories Kolibri OS

Rev

Rev 5950 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5950 Rev 5952
Line 93... Line 93...
93
	mov	ecx, 0xFF0000
93
	mov	ecx, 0xFF0000
94
nr4:	int	0x40
94
nr4:	int	0x40
95
	xor	ecx, ecx
95
	xor	ecx, ecx
96
	mov	ebx, 190 * 65536 + 420
96
	mov	ebx, 190 * 65536 + 420
97
	mov	edx, tmsg_rec
97
	mov	edx, tmsg_rec
98
	mov	esi, 13
98
	mov	esi, 11
99
	int	0x40
99
	int	0x40
100
	; read about
100
	; read about
101
	mov	ebx, 30 * 65536 + 282
101
	mov	ebx, 30 * 65536 + 282
102
	mov	edx, tmsg_war
102
	mov	edx, tmsg_war
103
	mov	esi, 35
103
	mov	esi, 35
Line 113... Line 113...
113
	jmp	end_drow_tab
113
	jmp	end_drow_tab
Line 114... Line 114...
114
 
114
 
115
tmsg_p	db	'Pentium (Pro/II/III)'	; 7/20
115
tmsg_p	db	'Pentium (Pro/II/III)'	; 7/20
116
tmsg_k6	db	'K6 (I/II/III)'		; 13
116
tmsg_k6	db	'K6 (I/II/III)'		; 13
117
tmsg_k7	db	'K7/Athlon/Duron'	; 15
117
tmsg_k7	db	'K7/Athlon/Duron'	; 15
118
tmsg_rec db	'— recommended'		; 13
118
tmsg_rec db	'recommended'		; 11
119
if lang eq it
119
if lang eq it
120
	tmsg_war db	'Potrebbe danneggiare lo hardware   '
120
	tmsg_war db	'Potrebbe danneggiare lo hardware   '
121
else
121
else
122
	tmsg_war db	'May permanently damage the hardware'
122
	tmsg_war db	'May permanently damage the hardware'