mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 12:23:15 +01:00
Added preliminary support for execve(). Updates to clone, fork, exit, task handling.
It turned out we used one version of kmalloc for malloc() and another for kfree()! Now fixed. Added parent-child relationship to tasks. Need to polish handling CLONE_PARENT and THREAD.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include <l4/lib/list.h>
|
||||
#include <vm_area.h>
|
||||
#include <kmalloc/kmalloc.h>
|
||||
#include <lib/malloc.h>
|
||||
|
||||
/*
|
||||
* This is yet unused, it is more of an anticipation
|
||||
|
||||
Reference in New Issue
Block a user