Subversion Repositories Kolibri OS

Rev

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

Rev 6250 Rev 6271
Line 9... Line 9...
9
{
9
{
10
	int i;
10
	int i;
11
	strcpy(#sysdir.name, tName);
11
	strcpy(#sysdir.name, tName);
12
	strcpy(#sysdir.path, tPath);
12
	strcpy(#sysdir.path, tPath);
13
	debugln(#sysdir.name);
13
	$mov eax, 30
14
	debugln(#sysdir.path);
-
 
15
	$mov eax, 30
-
 
16
	$mov ebx, 3
14
	$mov ebx, 3
17
	ECX = #sysdir;
15
	ECX = #sysdir;
18
	$int 0x40
16
	$int 0x40
19
}
17
}
20
18