The doc talks about up as a way to support a multi-user system. Are there any actual use cases or tests (or plans) for that?
It would obviously remove some complexity (size, speed, readability) if up was fixed, and perhaps page-aligned.
At the moment we could even merge everything into zero page: 56 bytes of zp variables, 53 bytes of up variables, leaving 147 bytes for stack and kernel vars.
The doc talks about
upas a way to support a multi-user system. Are there any actual use cases or tests (or plans) for that?It would obviously remove some complexity (size, speed, readability) if
upwas fixed, and perhaps page-aligned.At the moment we could even merge everything into zero page: 56 bytes of zp variables, 53 bytes of up variables, leaving 147 bytes for stack and kernel vars.