Subversion Repositories Kolibri OS

Rev

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

Rev 2056 Rev 2250
Line 30... Line 30...
30
	void	GetInfo(dword ECX);
30
	void	GetInfo(dword ECX);
31
	byte    reserved[1024-71];
31
	byte    reserved[1024-71];
32
#define SelfInfo -1
32
#define SelfInfo -1
33
};
33
};
Line 34... Line 34...
34
 
34
 
35
void proc_info::GetInfo(dword ECX)
35
void GetProcessInfo(dword EBX, ECX)
36
{
36
{
37
	EAX = 9;
-
 
38
	EBX = #use_cpu;
37
	EAX = 9;
39
	$int  0x40
38
	$int  0x40
Line 40... Line 39...
40
}
39
}
41
 
40