Waitpid seems to be working

This commit is contained in:
2024-04-14 13:08:08 +02:00
parent 4e7989e2a9
commit 180cdd7993
7 changed files with 206 additions and 28 deletions

View File

@@ -32,6 +32,11 @@ int main() {
close(test123);
printf("\n %s \n", buf);
}
while (1) {
execve("hello2", 0, 0);
print_mem();
sleep(500);
}
while (1) {
printf("\n> ");