Subversion Repositories Kolibri OS

Rev

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

Rev 1668 Rev 1673
Line 409... Line 409...
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
 
412
 
Line -... Line 413...
-
 
413
int kol_kill_process(unsigned process)
-
 
414
{
-
 
415
asm ("int $0x40"::"a"(18), "b"(2), "c"(process));
-
 
416
}
-
 
417
 
413
void kol_get_kernel_ver(char buff16b[])
418
void kol_get_kernel_ver(char buff16b[])
414
{
419
{
415
asm ("int $0x40"::"a"(18), "b"(13), "c"(buff16b));
420
asm ("int $0x40"::"a"(18), "b"(13), "c"(buff16b));
416
}
421
}
417
422