diff options
| author | Miguel <m.i@gmx.at> | 2018-09-21 03:14:52 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-21 03:14:52 +0200 |
| commit | d4bc2ecdd1d0b3d3f3642a5f02840d1e0cb5e199 (patch) | |
| tree | 076ecc41b928c057a6c10df6508237961d714958 /kernel/scheduler.c | |
| parent | ace0646608c393d8952b14536090c302bed2ee85 (diff) | |
piper works so nice
Diffstat (limited to 'kernel/scheduler.c')
| -rw-r--r-- | kernel/scheduler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/scheduler.c b/kernel/scheduler.c index 56f6bbc..c13fd4e 100644 --- a/kernel/scheduler.c +++ b/kernel/scheduler.c @@ -295,7 +295,7 @@ void task_syscall_worker() { uint32_t syscall=task_list[cpu][i].eax; - klog("task pid=%d waiting on syscall %d/%s on cpu %d slot %d.",task_list[cpu][i].pid,syscall,syscall_get_name(syscall),cpu,i); +// klog("task pid=%d waiting on syscall %d/%s on cpu %d slot %d.",task_list[cpu][i].pid,syscall,syscall_get_name(syscall),cpu,i); task_list[cpu][0].vmem=task_list[cpu][i].vmem; // switch syscall worker to pagedir of calling userprog x86_set_page_directory(task_list[cpu][0].vmem); @@ -318,7 +318,7 @@ void task_syscall_worker() task_list[cpu][i].ebx, task_list[cpu][i].pid); - klog("... returned : %d",ret); +// klog("... returned : %d",ret); scheduler_wake_all(); |
