WIP: Add fork() #13

Closed
apio wants to merge 8 commits from fork into main

8 Commits

Author SHA1 Message Date
08eb18307b The kernel page directory is already there
This doesn't fix anything...
2022-10-16 10:35:21 +02:00
9070d17477 wait before letting the fork run for now
still is not working

why
2022-10-16 09:58:13 +02:00
145ea40945 fork() is almost working 2022-10-15 20:30:54 +02:00
16f797eeee AddressSpace: make clone() perform a deep copy
Which unlinks the address space from its parent.
2022-10-15 20:10:05 +02:00
397b1a2819 Kernel: add memmem 2022-10-15 18:59:05 +02:00
7ab80014e1 More fork() work 2022-10-15 18:42:53 +02:00
e672f3994b libc: Add support for fork()
That doesn't mean it works.
Why doesn't it work??

Oh well...
2022-10-15 18:19:47 +02:00
20cffdb66c Add an initial fork() implementation 2022-10-15 18:01:35 +02:00