ManyThreads / mythos

Many Threads Operating System
https://manythreads.github.io/mythos/
MIT License
17 stars 4 forks source link

search a free address for the first ipc buffer #166

Closed kubanrob closed 3 years ago

kubanrob commented 3 years ago

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 👍