Hello,

I don't understand how static and virtual pool's size related to thread's 
available working space.
I got the example app from the sel4-tutorials project with process creation 
(app-4).
A static pool and a virtual pool are created in this app. I have done 
experiments with size of this pools and size of arrays in the second thread.
For example I set size of virtual pool to zero, as I understand this pool need 
to create kernel objects. Also I define the test array size of (1 << 23)~8,3Mb.
If test array is static, static pool size must be equal to ((1 << 
seL4_PageBits) * 100) ~0,4Mb.
If test array is no static, static pool size not limited.
Why is it so?

-- 
Best Regards,
Rinat Dobrokhotov

_______________________________________________
Devel mailing list
[email protected]
https://sel4.systems/lists/listinfo/devel

Reply via email to