Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
88 stars 9 forks source link

mmap COR #93

Open OlliV opened 9 years ago

OlliV commented 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.

OlliV commented 4 years ago

This might be an interesting thing to implement but it's not putting us towards making an RTOS-like OS.