Subversion Repositories Kolibri OS

Rev

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

Rev 6978 Rev 6980
Line 131... Line 131...
131
inline fastcall dword GetFreeRAM()
131
inline fastcall dword GetFreeRAM()
132
{
132
{
133
	$mov eax, 18
133
	$mov eax, 18
134
	$mov ebx, 16
134
	$mov ebx, 16
135
	$int 0x40
135
	$int 0x40
136
	//return eax = ðàçìåð ñâîáîäíîé ïàìÿòè â êèëîáàéòàõ
136
	//return eax = free RAM in Kb
137
}
137
}
Line 138... Line 138...
138
 
138
 
139
inline fastcall dword LoadDriver(ECX) //ECX - èìÿ äðàéâåðà
139
inline fastcall dword LoadDriver(ECX) //ECX - èìÿ äðàéâåðà
140
{
140
{