Ville Juven 6047a9fe14 task_fork.c: Fix vfork for BUILD_KERNEL
Two things need to be done when vfork'ing:
- Must attach to parent's address environment (the addrenv is shared)
- Must allocate a kernel stack (where would the register context go otherwise)

Note that this code assumes the address environment is shared, since we
don't support fork() which would _clone_ the address environment instead.
2024-08-01 10:58:25 -03:00
..
2024-07-15 02:29:30 +08:00
2024-07-15 02:29:30 +08:00
2023-12-26 19:23:13 -08:00
2024-07-15 02:29:30 +08:00
2024-07-15 02:29:30 +08:00
2024-06-23 22:24:19 +08:00