+ isr_param* intr_ctx = &__current->intr_ctx;
+ intr_ctx->esp = ldparam.info.stack_top;
+ intr_ctx->eip = ldparam.info.entry;
+
+ // we will jump to new entry point (_u_start) upon syscall's
+ // return so execve 'will not return' from the perspective of it's invoker
+