Re: Contribute to project

2018-02-26 Thread Abhinav Jain
Sir, I request you to please guide me so that I can proceed further. Thanks and Regards Abhinav Jain On Feb 24, 2018 12:19 PM, "Abhinav Jain" wrote: > Sir, > > Proceeding further with the memory protection project, I have read about > the IBM POWER architectures. I read about how memory manage

Re: Contribute to project

2018-02-23 Thread Abhinav Jain
Sir, Proceeding further with the memory protection project, I have read about the IBM POWER architectures. I read about how memory management works within the POWER architecture along with Linux kernel. I specifically, read about POWER 8 and POWER 9 architecture and tried to understand the workin

Re: Contribute to project

2018-02-20 Thread Abhinav Jain
Sir, I have gone through the code and tried to trace out where the error is occurring. I also read about the git status command and the problem which I was able to figure out from this was with the git status command only. I discussed this with Chris sir and he suggested me to make a different fun

Re: Contribute to project

2018-02-20 Thread Gedare Bloom
On Sun, Feb 18, 2018 at 3:19 AM, Abhinav Jain wrote: > Sir, > > I have gone through the code concerning the issue raised. I also read about > the working of git status command and the problem that I am able to figure > out is that although the existing code is able to check whether the current > p

Re: Contribute to project

2018-02-18 Thread Abhinav Jain
Sir, I have gone through the code concerning the issue raised. I also read about the working of git status command and the problem that I am able to figure out is that although the existing code is able to check whether the current path exists or not but since it is relying on git status to check

Re: Contribute to project

2018-02-12 Thread Abhinav Jain
Sir, Thanks for the guidance. I will study the code available and will try to resolve the issue as soon as possible. Thanks and Regards Abhinav Jain On Tue, Feb 13, 2018 at 4:47 AM, Chris Johns wrote: > On 13/02/2018 06:05, Gedare Bloom wrote: > > Abhinav, > > > > Attempt to reproduce the repo

Re: Contribute to project

2018-02-12 Thread Chris Johns
On 13/02/2018 06:05, Gedare Bloom wrote: > Abhinav, > > Attempt to reproduce the reported problem, try out the patch and see > if it works. I see this was reported for 4.10. See if the problem also > affects 4.11, master, and if the fix works for them too. I suspect it is common to all branches.

Re: Contribute to project

2018-02-12 Thread Gedare Bloom
Abhinav, Attempt to reproduce the reported problem, try out the patch and see if it works. I see this was reported for 4.10. See if the problem also affects 4.11, master, and if the fix works for them too. Gedare On Mon, Feb 12, 2018 at 11:55 AM, Abhinav Jain wrote: > Sir, > > I have gone throu

Re: Contribute to project

2018-02-12 Thread Abhinav Jain
Sir, I have gone through the projects available in the link provided by you and I am interested in an issue (*RSB can sometimes change the wrong local git repository (includes a fix).*) listed there. Link: https://devel.rtems.org/ticket/2522#no1 I request you to please provide some more informatio

Re: Contribute to project

2018-02-06 Thread Abhinav Jain
Sir, Thanks a lot for the guidance. I will start with contributing to an existing project. Thanks and Regards Abhinav jain On Feb 6, 2018 10:55 PM, "Gedare Bloom" wrote: > Hello Abhinav Jain, > > It is good that you are studying. Now, you should pursue two paths: > 1. Produce some code for RTE

Re: Contribute to project

2018-02-06 Thread Gedare Bloom
Hello Abhinav Jain, It is good that you are studying. Now, you should pursue two paths: 1. Produce some code for RTEMS, perhaps by fixing a bug. A good place to start is the tickets on the open releases: https://devel.rtems.org/query?status=assigned&status=accepted&status=reopened&group=status&mil

Re: Contribute to project

2018-02-06 Thread Abhinav Jain
Sir, I have studied about SASOS. It's really a great approach to make the process faster by avoiding multiple copies of the data. I read about two SASOS namely Angel system(developed at City University, London) and Mungi system(developed by University of New South Wales, Australia). I also studied

Re: Contribute to project

2018-01-31 Thread Abhinav Jain
Sir, Thanks for the guidance. The mail is very informative and I will follow the way suggested by you. Thanks and regards Abhinav Jain On Jan 31, 2018 5:41 PM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > The MMU support is a very challenging project. The scope of the projec

Re: Contribute to project

2018-01-31 Thread Sebastian Huber
The MMU support is a very challenging project. The scope of the project and potential use cases must be determined. You need a lot of experience to design good APIs and it helps if you know the APIs for this kind of stuff on other systems like QNX, Linux, FreeBSD, etc. For the architecture supp

Re: Contribute to project

2018-01-31 Thread Abhinav Jain
Sir, Thanks for the guidance. Thanks and Regards Abhinav jain On Jan 30, 2018 11:30 PM, "Gedare Bloom" wrote: Hello Abhinav, On Tue, Jan 30, 2018 at 11:58 AM, Abhinav Jain wrote: > Sir, > > I have gone through the links provided in the previous mail and the concept > that I have understood t

Re: Contribute to project

2018-01-30 Thread Gedare Bloom
Hello Abhinav, On Tue, Jan 30, 2018 at 11:58 AM, Abhinav Jain wrote: > Sir, > > I have gone through the links provided in the previous mail and the concept > that I have understood till now is that in this project we are supposed to > empower the operating system with various memory management sk

Re: Contribute to project

2018-01-30 Thread Abhinav Jain
Sir, I have gone through the links provided in the previous mail and the concept that I have understood till now is that in this project we are supposed to empower the operating system with various memory management skills i.e. to prevent any process from accessing memory of some other process, to

Re: Contribute to project

2018-01-26 Thread Abhinav Jain
Sir, Thanks a lot for guidance, I will go through the links provided by you. Thanks and Regards Abhinav Jain On Jan 26, 2018 2:02 PM, "Amaan Cheval" wrote: > > I found some code here that you might find useful: > > https://code.google.com/archive/p/rtems-mmu-support/ > > What I linked was work

Re: Contribute to project

2018-01-26 Thread Amaan Cheval
> I found some code here that you might find useful: > https://code.google.com/archive/p/rtems-mmu-support/ What I linked was work from 2009, found here: https://devel.rtems.org/wiki/GSoC/2009/ Here's more code, from 2011: https://code.google.com/archive/p/gsoc2011-rtems-mmu-support-project/ (It

Re: Contribute to project

2018-01-26 Thread Amaan Cheval
> I was not able to find the code part and the work done in this project till > now. I found some code here that you might find useful: https://code.google.com/archive/p/rtems-mmu-support/ Besides that, perhaps searching the mailing list archives might prove useful too: https://www.google.com/se

Re: Contribute to project

2018-01-25 Thread Abhinav Jain
Sir, Please guide me so that I can proceed further and start contributing to the project. Thanks and Regards Abhinav Jain On Jan 25, 2018 12:15 AM, "Abhinav Jain" wrote: > Sir, > > I have gone through the project page (https://devel.rtems.org/wiki/ > Projects/MMU_Support#no1) and have understo

Re: Contribute to project

2018-01-24 Thread Abhinav Jain
Sir, I have gone through the project page ( https://devel.rtems.org/wiki/Projects/MMU_Support#no1) and have understood the basic concept and the aim of the project. The project seems very interesting and I will be highly delighted to be a part of this. Although I was able to get a brief about the

Re: Contribute to project

2018-01-23 Thread Abhinav Jain
Sir, Thanks a lot for your guidance. Thanks and regards Abhinav jain On Jan 23, 2018 10:03 PM, "Gedare Bloom" wrote: > Abhinav, > > On Tue, Jan 23, 2018 at 11:22 AM, Abhinav Jain > wrote: > > Hello! > > > > I have gone through the list of open source projects and found a project > > named "Me

Re: Contribute to project

2018-01-23 Thread Gedare Bloom
Abhinav, On Tue, Jan 23, 2018 at 11:22 AM, Abhinav Jain wrote: > Hello! > > I have gone through the list of open source projects and found a project > named "Memory Protection"(https://devel.rtems.org/ticket/2904) very > interesting. > Please elaborate more on the project and guide me how can I c

Re: Contribute to project

2018-01-23 Thread Abhinav Jain
Hello! I have gone through the list of open source projects and found a project named "Memory Protection"(https://devel.rtems.org/ticket/2904) very interesting. Please elaborate more on the project and guide me how can I contribute to it and what all do I need to know before starting. Thanks and

Re: Contribute to project

2018-01-21 Thread Christian Mauderer
Am 21.01.2018 um 16:01 schrieb Abhinav Jain: > Hello Christian Mauderer, > > I read about GSoC and I found it really interesting. It seems to be a > great platform to get linked with the open source communities. But it > seems that its registration starts sometime around March. Can I go > forward

Re: Contribute to project

2018-01-21 Thread Abhinav Jain
Hello Christian Mauderer, I read about GSoC and I found it really interesting. It seems to be a great platform to get linked with the open source communities. But it seems that its registration starts sometime around March. Can I go forward with some of the projects till then? Please guide what sh

Re: Contribute to project

2018-01-21 Thread Christian Mauderer
Am 21.01.2018 um 12:27 schrieb Abhinav Jain: > Sir > > Thanks for your reply and guidance. It will be a great help if you > please provide me a direction so that I can proceed further. > > > > Thanks and Regards > Abhinav Jain Hello Abhinav Jain, please keep that discussion on the mailing lis

Re: Contribute to project

2018-01-21 Thread Christian Mauderer
Am 21.01.2018 um 07:21 schrieb Abhinav Jain: > Sir/Madam > > May I get the liberty to bring it to your kind notice that I am second > year engineering student from Delhi, India. I am pursuing my engineering > in Instrumentation and Control and for around a year I have been working > in Linux Kerne