mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 18:23:14 +01:00
Initial changes for execve() support
This commit is contained in:
@@ -33,11 +33,12 @@ void main(void)
|
||||
|
||||
dirtest();
|
||||
|
||||
exectest();
|
||||
|
||||
/* Check mmap/munmap */
|
||||
mmaptest();
|
||||
|
||||
printf("Forking...\n");
|
||||
|
||||
if ((pid = fork()) < 0)
|
||||
printf("Error forking...\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user