diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-23 23:44:44 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-23 23:44:44 +0200 |
| commit | 98eb242e282650e9c6645dd2e5290e144b105bb4 (patch) | |
| tree | 69963b6d1d5f51d8eaa5552f402ed34e0bd58241 /kernel/task.c | |
| parent | dadd5202a3ccfd8c03fb9eb60e6a15b0fb987672 (diff) | |
improved params and environment passing and started snake-game :)
Diffstat (limited to 'kernel/task.c')
| -rw-r--r-- | kernel/task.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/task.c b/kernel/task.c index 91a2c83..5373133 100644 --- a/kernel/task.c +++ b/kernel/task.c @@ -159,9 +159,6 @@ volatile void task_init(pdirectory *dir) current_task=0; switch_to_user_mode(); - - //syscall_execve("/bin/foolshell",argv_init,env_init); - //syscall_execve("/bin/tput",argv,env); } |
