Subversion Repositories Kolibri OS

Rev

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

Rev 1665 Rev 1668
Line 408... Line 408...
408
int kol_process_kill_pid(unsigned process)
408
int kol_process_kill_pid(unsigned process)
409
{
409
{
410
asm ("int $0x40"::"a"(18), "b"(18), "c"(process));
410
asm ("int $0x40"::"a"(18), "b"(18), "c"(process));
411
}
411
}
-
 
412
 
-
 
413
void kol_get_kernel_ver(char buff16b[])
-
 
414
{
-
 
415
asm ("int $0x40"::"a"(18), "b"(13), "c"(buff16b));
-
 
416
}
412
417