mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 16:53:14 +01:00
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:
@@ -41,6 +41,7 @@ shmat
|
||||
shmget
|
||||
shmdt
|
||||
mmap
|
||||
munmap
|
||||
read
|
||||
readdir
|
||||
write
|
||||
@@ -51,19 +52,18 @@ creat
|
||||
mkdir
|
||||
mknod
|
||||
fork
|
||||
clone
|
||||
execve
|
||||
exit
|
||||
getpid
|
||||
|
||||
|
||||
Functions to be supported in the near future are:
|
||||
|
||||
munmap
|
||||
link
|
||||
unlink
|
||||
getpid
|
||||
execve
|
||||
clone
|
||||
wait
|
||||
kill
|
||||
exit
|
||||
sbrk
|
||||
getenv
|
||||
setenv
|
||||
|
||||
Reference in New Issue
Block a user