diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-20 20:37:43 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-20 20:37:43 +0100 |
| commit | b9af856ae4a65e09b401cdbc7858c6cd4b1b0b5f (patch) | |
| tree | f4e4cc549570f42d9e6701b0db702bc9f81157e1 /kernel/kernel.c | |
| parent | e500989866e365027e3071cc82ddffa2fbb38288 (diff) | |
working on syscalls
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index 6058480..d95772e 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -133,6 +133,8 @@ void kernel_main(uint32_t initial_stack, int mp) // For now this starts three "tasks" which are scheduled // round robin style. // + syscall_execve(15,0,0); + task_init(); // |
