Closed apsun closed 3 years ago
This would let us get rid of the statically allocated kernel stacks (and hence remove the hard capped process limit).
Actually, this is redundant if we're able to just allocate whole pages directly (which naturally gives us alignment). Things that need aligned memory should bypass malloc and go directly to the page allocator.
This would let us get rid of the statically allocated kernel stacks (and hence remove the hard capped process limit).