kernel: remove support for sending kernel handles via port/channel
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
|
||||
extern kern_status_t sys_task_exit(int status)
|
||||
{
|
||||
struct task *self = current_task();
|
||||
printk("%s[%d]: task_exit(%d)", self->t_name, self->t_id, status);
|
||||
while (1) {
|
||||
printk("sys_exit(%d)", status);
|
||||
milli_sleep(1000);
|
||||
milli_sleep(5000);
|
||||
}
|
||||
|
||||
return KERN_UNIMPLEMENTED;
|
||||
|
||||
Reference in New Issue
Block a user