Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1667 → Rev 1668

/programs/system/shell/system/kolibri.c
410,3 → 410,8
{
asm ("int $0x40"::"a"(18), "b"(18), "c"(process));
}
 
void kol_get_kernel_ver(char buff16b[])
{
asm ("int $0x40"::"a"(18), "b"(13), "c"(buff16b));
}