Subversion Repositories Kolibri OS

Rev

Rev 313 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 313 Rev 6353
Line 1... Line 1...
1
;
1
;
2
; Ghost Monitor - óòèëèòà (ñòðåññ) òåñòèðîâàíèÿ è ìîíèòîðèíãà ñèñòåìû
2
; Ghost Monitor - утилита (стресс) тестирования и мониторинга системы
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
4
; All Right Reserved
4
; All Right Reserved
5
;
5
;
6
; k6, k7, p5 & p6 tests based on Robert J. Redelmeier cpuburn-1.4
6
; k6, k7, p5 & p6 tests based on Robert J. Redelmeier cpuburn-1.4
7
; Copyright 1999, 2000  Robert J. Redelmeier.  All Right Reserved 
7
; Copyright 1999, 2000  Robert J. Redelmeier.  All Right Reserved 
8
; Licensed under GNU General Public Licence 2.0.  No warrantee. 
8
; Licensed under GNU General Public Licence 2.0.  No warrantee. 
Line 9... Line 9...
9
 
9
 
10
;  adapted by Mihailov Ilia
10
;  adapted by Mihailov Ilia
11
;
11
;
12
; Çàìåòêè :
12
; Заметки :
Line 13... Line 13...
13
;	ïåðåïèñòü ðåàêöèþ íà îøèáêè
13
;	переписть реакцию на ошибки
14
 
14
 
15
k6:
15
k6_:
16
	finit
16
	finit
17
	push	ebp
17
	push	ebp
18
	mov	ebp, esp
18
	mov	ebp, esp
Line 65... Line 65...
65
	pop	ebp
65
	pop	ebp
66
	mov	eax, -1
66
	mov	eax, -1
67
	int	0x40
67
	int	0x40
68
;#######################################################################
68
;#######################################################################
69
;#######################################################################
69
;#######################################################################
70
k7:	finit
70
k7_:	finit
71
	mov	ebp, esp
71
	mov	ebp, esp
72
	and	ebp,-32
72
	and	ebp,-32
73
	sub	esp,96
73
	sub	esp,96
74
	fld	qword [rtt]
74
	fld	qword [rtt]
75
	fstp	qword [ebp-40]
75
	fstp	qword [ebp-40]