Subversion Repositories Kolibri OS

Rev

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

Rev 8045 Rev 8396
Line 118... Line 118...
118
	$mov eax,17
118
	$mov eax,17
119
	$int  0x40
119
	$int  0x40
120
	$shr eax,8
120
	$shr eax,8
121
}
121
}
Line -... Line 122...
-
 
122
 
-
 
123
inline fastcall int GetKernelRev()
-
 
124
{
-
 
125
	char buf[16];
-
 
126
	EAX = 18;
-
 
127
	EBX = 13;
-
 
128
	ECX = #buf;
-
 
129
	$int 0x40
-
 
130
	EAX = ESDWORD[#buf+5];
-
 
131
}
122
 
132
 
123
inline fastcall dword GetFreeRAM()
133
inline fastcall dword GetFreeRAM()
124
{
134
{
125
	$mov eax, 18
135
	$mov eax, 18
126
	$mov ebx, 16
136
	$mov ebx, 16