got the screen cleared, vga cursor moving, looking good
This commit is contained in:
@@ -26,7 +26,6 @@ typedef struct registers {
|
||||
static int32_t sys_exit(int status) {
|
||||
process_t* task = current_task();
|
||||
task->state = STATE_DEAD;
|
||||
kprintf("exiting task %d with status %d\n", task->pid, status);
|
||||
exit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user