Subversion Repositories Kolibri OS

Rev

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

Rev 5950 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
Line 5... Line 5...
5
 
5
 
6
;
6
;
7
;
7
;
8
; Âêëàäêà íàñòðîåê
8
; Вкладка настроек
Line 9... Line 9...
9
;
9
;
10
 
10
 
11
	; Âðåìÿ îáíîâëåíèÿ
11
	; Время обновления
12
	mov	eax, 8
12
	mov	eax, 8
13
	mov	ebx, 200 * 65536 + 15
13
	mov	ebx, 200 * 65536 + 15
14
	mov	ecx, 280 * 65536 + 15
14
	mov	ecx, 280 * 65536 + 15
Line 38... Line 38...
38
	mov	edx, 160 * 65536 + 285
38
	mov	edx, 160 * 65536 + 285
39
	xor	esi, esi
39
	xor	esi, esi
40
	mov	eax, 47
40
	mov	eax, 47
41
	int	0x40
41
	int	0x40
Line 42... Line 42...
42
	
42
	
43
	; Ðàññòàâëÿåì äâîåòî÷èÿ
43
	; Расставляем двоеточия
44
	mov	eax, 4
44
	mov	eax, 4
45
	mov	ebx, 152 * 65536 + 285
45
	mov	ebx, 152 * 65536 + 285
46
	mov	edx, dub_p
46
	mov	edx, dub_p
47
	mov	esi, 1
47
	mov	esi, 1
48
	xor	ecx, ecx
48
	xor	ecx, ecx
Line 49... Line 49...
49
	int	0x40
49
	int	0x40
Line 50... Line 50...
50
	
50
	
51
	jmp	end_drow_tab
51
	jmp	redraw
52
	
52