apio
d5b1d72396
This avoids depending on the kernel address space to create a new userspace one, since there is no physical memory access. This was fine for a single process, since its address space was created from the kernel one and no more address spaces were created, but for two or more, this started to become problematic, since we would create one address space while being in another process's address space, which has no direct mapping of physical memory. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
debug.cmake | ||
moon.ld |