mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01:00
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.
8 lines
116 B
C
8 lines
116 B
C
#ifndef __API_SPACE_H__
|
|
#define __API_SPACE_H__
|
|
|
|
#define UNMAP_ALL_SPACE 0xFFFFFFFF
|
|
|
|
|
|
#endif /* __API_SPACE_H__ */
|