Task initally exec'ing with success. Some errors need to be investigated.

- Directory creation, file read/write is OK.
- Cannot reuse old task's fds. They are not recycled for some reason.
- Problems with fork/clone/exit. They fail for a reason.
This commit is contained in:
Bahadir Balban
2008-12-01 13:53:50 +02:00
parent 783b1e025f
commit 05d8438f34
14 changed files with 239 additions and 79 deletions

View File

@@ -1,7 +1,5 @@
#ifndef __API_SPACE_H__
#define __API_SPACE_H__
#define UNMAP_ALL_SPACE 0xFFFFFFFF
#endif /* __API_SPACE_H__ */