[seL4] Dynamic Loading of application

2017-12-06 Thread ALVI Aslam (MORPHO)
Hi everyone, Greetings, I'm just started with seL4. Current Progress: - I have built an application on top of seL4 as learning from tutorials, so this is my current design [seL4,My main_APP,App2,App1,App3] Here My main_App is my main application build on seL4 and App1, App2 an

[seL4] RefOS Building and Execution Error

2017-12-28 Thread ALVI Aslam (MORPHO)
Hello Team, I was currently understanding the RefOS but the current code which is present in GIT is not Buildable at all. But after doing some workaround by myself I was able to build it successfully. While executing it on simulator for Kzm 1. Bootstrapping Kernel all finished successful

[seL4] Userspace Debugging for ia32

2018-01-22 Thread ALVI Aslam (MORPHO)
Hello Team, I need some help to start a userspace debugging for ia32. Since as per the instruction mention in the link https://wiki.sel4.systems/Debugging%20guide I was able to use GDB for kzm based defconig. But how can I start userspace debugging for ia32 based defconig? Thank You & Regards, A

[seL4] Fileserver connection error in RefOS

2018-01-23 Thread ALVI Aslam (MORPHO)
Hello All, Greetings, I was trying to run RefOs for ia32_defconfig. Found some error while building but after removing all of them I was able to run it. But now I have an error while selfLoader is trying to laod Terminal or Timer_Server. [00.0] SELFLOADER | main(): --- Starting RefOS process s

Re: [seL4] RefOS Building and Execution Error

2018-02-12 Thread ALVI Aslam (MORPHO)
Hello Peter, Thank you for your support, I will try to run RefOS as per your instructions. I have also updated the RefOS at my local repo to make it runnable with default.xml And it working fine. If you want I can push my changes to you. Thanks & Regards, Aslam _