|
@@ -243,6 +243,10 @@ static dword handle(RegisterDump& regs, dword function, dword arg1, dword arg2,
|
|
return current->process().sys$create_thread((int(*)(void*))arg1, (void*)arg2);
|
|
return current->process().sys$create_thread((int(*)(void*))arg1, (void*)arg2);
|
|
return current->process().sys$rename((const char*)arg1, (const char*)arg2);
|
|
return current->process().sys$rename((const char*)arg1, (const char*)arg2);
|
|
kprintf("<%u> int0x82: Unknown function %u requested {%x, %x, %x}\n", current->process().pid(), function, arg1, arg2, arg3);
|
|
kprintf("<%u> int0x82: Unknown function %u requested {%x, %x, %x}\n", current->process().pid(), function, arg1, arg2, arg3);
|