/* ------------------------------------------- Copyright Mahrouss Logic ------------------------------------------- */ #include #include HCore::Array kSyscalls; extern "C" void rt_syscall_handle(HCore::HAL::StackFrame *stack) { for (HCore::SizeT index = 0UL; index < kKernelMaxSystemCalls; ++index) { (kSyscalls[index].Leak().Leak())(stack->ID, stack); } }