mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 08:37:51 +01:00
VMA unmap
This commit is contained in:
@@ -32,14 +32,6 @@ int main() {
|
||||
close(test123);
|
||||
printf("\n %s \n", buf);
|
||||
}
|
||||
while (1) {
|
||||
if (fork() == 0)
|
||||
execve("hello2", 0, 0);
|
||||
else
|
||||
wait(NULL);
|
||||
print_mem();
|
||||
sleep(500);
|
||||
}
|
||||
|
||||
while (1) {
|
||||
printf("\n> ");
|
||||
|
||||
Reference in New Issue
Block a user