This solves an issue when using different-sized init applications. It's also a step towards less hard-coded values in the runtime.
Alternatively, we could consider passing a (low, high) address tuple of reserved virtual addresses to the application.
P.S.: I was surprised how painless this was to implement 👍
This solves an issue when using different-sized init applications. It's also a step towards less hard-coded values in the runtime. Alternatively, we could consider passing a (low, high) address tuple of reserved virtual addresses to the application.
P.S.: I was surprised how painless this was to implement 👍