Open OlliV opened 9 years ago
mmap() should just pass a empty COR region for regular allocations and allow kernel to cow it when needed. This should be however disabled if cow is disabled by a sysctl.
This might be an interesting thing to implement but it's not putting us towards making an RTOS-like OS.
mmap() should just pass a empty COR region for regular allocations and allow kernel to cow it when needed. This should be however disabled if cow is disabled by a sysctl.