Re: MMU was Re: Contribute to a project under GSOC 2018

2018-04-13 Thread Abhinav Jain
part to gain a good understanding of that too. I request you to please guide me how should I proceed. Thanks and Regards Abhinav Jain On Fri, Apr 6, 2018 at 11:12 PM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > I have gone through a research paper(attached with the ma

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-04-03 Thread Abhinav Jain
at the write-up written by me after understanding this paper and also please guide me what should be my next step to proceed with the project. Thanks and Regards Abhinav Jain On Sat, Mar 24, 2018 at 12:36 AM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > I have researched ab

[PATCH] Check the validity of git repository.

2018-03-25 Thread Abhinav Jain
Sir, Please check if this works. Thanks and Regards Abhinav Jain Earlier the function valid was checking the validity of the git repository, the program was working in. For doing this the function was first checking whether path exists or not and after that it was checking whether

Re: [PATCH] Check the validity of git repository.

2018-03-25 Thread Abhinav Jain
Sir, I sent the mail using git-send-email only. I don't know why git reports it as corrupt. I will resend it. Thanks and Regards Abhinav Jain On Mon, Mar 26, 2018 at 4:39 AM, Chris Johns <chr...@rtems.org> wrote: > On 23/02/2018 15:02, Abhinav Jain wrote: > > I have made the

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-23 Thread Abhinav Jain
in RTEMS. https://docs.google.com/document/d/1boKGnnzQGCzxIVqBVMWvK7OFJTvWKzWDXj1EvuEuq5o/edit?usp=sharing Thanks and Regards Abhinav Jain On Sat, Mar 17, 2018 at 1:29 PM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > Thanks for the guidance and feedback. I have shared the

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-16 Thread Abhinav Jain
/1boKGnnzQGCzxIVqBVMWvK7OFJTvWKzWDXj1EvuEuq5o/edit?usp=sharing Thanks and Regards Abhinav Jain On Wed, Mar 14, 2018 at 10:47 PM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > Thanks for the guidance. I am studying ARM architecture and trying to find > out the difference in it's archi

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-06 Thread Abhinav Jain
Sir, Thanks a lot for the guidance. I will study the documents provided by you and will try to find more about this to increase my knowledge about Memory support. I will start preparing a draft proposal as per the template provided on the RTEMS GSoC page. Thanks and Regards Abhinav Jain

Re: MMU was Re: Contribute to a project under GSOC 2018

2018-03-03 Thread Abhinav Jain
GSOC'18. Thanks and Regards Abhinav Jain On Sun, Mar 4, 2018 at 10:48 AM, Hesham Almatary <heshamelmat...@gmail.com> wrote: > On Sun, Mar 4, 2018 at 10:20 AM, Joel Sherrill <j...@rtems.org> wrote: > > > > > > On Mar 3, 2018 12:16 PM, "Abhinav Jain" <j

Contribute to a project under GSOC 2018

2018-03-03 Thread Abhinav Jain
Sir/Madam, I am Abhinav Jain, a second-year engineering student from Delhi, India. I have been working in Linux Kernel Development, I have been writing small drivers and have a good knowledge of the operating system. I have been studying about Memory Protection project(ticket #2904) for around

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" <jainab.2...@gmail.com> wrote: > Sir, > > Proceeding further with the memory protection project, I have read about > the IBM

Re: Contribute to project

2018-02-23 Thread Abhinav Jain
systems or should I change my approach? Thanks and Regards Abhinav Jain On Tue, Feb 20, 2018 at 8:25 PM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > I have gone through the code and tried to trace out where the error is > occurring. I also read about the git status comma

[PATCH] Check the validity of git repository.

2018-02-22 Thread Abhinav Jain
Sir, I have made the changes as per your suggestions. Please review the changes and guide me, whether I have done it correcctly or not and also if something more is to be added to the code. Thanks and Regards Abhinav Jain Earlier the function valid was checking the validity of the git

Re: RSB valid status check (was: Contribute to project)

2018-02-21 Thread Abhinav Jain
Abhinav Jain On Feb 20, 2018 10:17 PM, "Abhinav Jain" <jainab.2...@gmail.com> wrote: > Sir, > > I have tried to incorporate the changes suggested by you. > I request you to please check the new patch file and guide me if some more > improvement is needed to be done. > &

Re: RSB valid status check (was: Contribute to project)

2018-02-20 Thread Abhinav Jain
Sir, I have tried to incorporate the changes suggested by you. I request you to please check the new patch file and guide me if some more improvement is needed to be done. Thanks and Regards Abhinav Jain On Tue, Feb 20, 2018 at 8:27 PM, Abhinav Jain <jainab.2...@gmail.com> wrote:

Re: Contribute to project

2018-02-20 Thread Abhinav Jain
function to check the presence of the .git file and in place of checking the validity of path everywhere, this function is to be called as this provides a surety that the git status is not reflecting the status of a parent directory. Thanks and Regards Abhinav Jain On Tue, Feb 20, 2018 at 7:22 PM

Re: RSB valid status check (was: Contribute to project)

2018-02-20 Thread Abhinav Jain
Sir, I will edit the current patch accordingly and will take care of this in the future. Thanks and Regards Abhinav Jain On Tue, Feb 20, 2018 at 7:31 PM, Gedare Bloom <ged...@rtems.org> wrote: > Oops, I should read my mail better. Thanks for breaking this out Chris. > Abhinav, >

Re: RSB valid status check (was: Contribute to project)

2018-02-19 Thread Abhinav Jain
Sir, I have attached the patch file with this mail. I have tried to follow all the conventions that were listed in the User Git page. I request you to please check and guide me whether I have done it correctly or not or whether something more is to be done. Thanks and Regards Abhinav Jain

Re: RSB valid status check (was: Contribute to project)

2018-02-19 Thread Abhinav Jain
is to be done in the code or should I proceed with a pull request. Thanks and Regards Abhinav Jain On Mon, Feb 19, 2018 at 3:10 AM, Chris Johns <chr...@rtems.org> wrote: > Hi Abhinav > > I have broken the mail thread as we have switched from contributing to the > project to a specific

Re: Contribute to project

2018-02-18 Thread Abhinav Jain
n(['status']) return ec == 0 return False I request you to please guide me whether I proceeded in a right way or not. Thanks and Regards Abhinav Jain On Tue, Feb 13, 2018 at 10:50 AM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > Thanks for the guidance. I will

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 <chr...@rtems.org> wrote: > On 13/02/2018 06:05, Gedare Bloom wrote: > > Abhinav,

Re: Contribute to project

2018-02-12 Thread Abhinav Jain
information regarding this so that I can proceed with the coding part. Thanks and Regards Abhinav Jain On Wed, Feb 7, 2018 at 9:12 AM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > Thanks a lot for the guidance. I will start with contributing to an > existing project. >

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" <ged...@rtems.org> wrote: > Hello Abhinav Jain, > > It is good that you are studying. Now, you sho

Re: Contribute to project

2018-02-06 Thread Abhinav Jain
? Thanks and Regards Abhinav Jain On Wed, Jan 31, 2018 at 11:17 PM, Abhinav Jain <jainab.2...@gmail.com> wrote: > 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

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

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" <ged...@rtems.org> wrote: Hello Abhinav, On Tue, Jan 30, 2018 at 11:58 AM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > > I have gone through the link

Re: Contribute to project

2018-01-30 Thread Abhinav Jain
and Non-contiguous memory allocation, TLB. Please guide me whether I am understanding the problem correctly and whether I am proceeding in the right direction. Thanks and Regards Abhinav Jain On Fri, Jan 26, 2018 at 2:07 PM, Abhinav Jain <jainab.2...@gmail.com> wrote: > Sir, > &g

Re: Contribute to project

2018-01-24 Thread Abhinav Jain
the project, I was not able to find the code part and the work done in this project till now. Can you please help me guiding how can I proceed with contributing to this project. Thanks and Regards Abhinav Jain Mob: +91 9717743353 On Tue, Jan 23, 2018 at 10:23 PM, Abhinav Jain <jainab.2...@gmail.

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" <ged...@rtems.org> wrote: > Abhinav, > > On Tue, Jan 23, 2018 at 11:22 AM, Abhinav Jain <jainab.2...@gmail.com> > wrote: > > Hello! > > &

Re: Contribute to project

2018-01-23 Thread Abhinav Jain
g. Thanks and Regards Abhinav Jain On Sun, Jan 21, 2018 at 10:43 PM, Christian Mauderer <l...@c-mauderer.de> wrote: > 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

Re: Contribute to project

2018-01-21 Thread Abhinav Jain
should be further steps. I am really excited to start working and I hope it will be a great experience for me. Thanks and Regards Abhinav Jain On Sun, Jan 21, 2018 at 5:09 PM, Christian Mauderer <l...@c-mauderer.de> wrote: > Am 21.01.2018 um 12:27 schrieb Abhinav Jain: > > Sir

Contribute to project

2018-01-20 Thread Abhinav Jain
to be a contributor and will try to give best from my side. I request you to please assign me some task as per my abilities so that I can start working on it. Thanks and Regards Abhinav Jain Mob: - +91 9717743353 ___ devel mailing list devel@rtems.org http

error in building RTEMS Source Builder

2016-03-03 Thread Abhinav Jain
So I am trying to build the RTEMS Source Builder on my Ubuntu machine and this is the report file that gets generated! RTEMS Tools Project - Source Builder Error Report Build: error: building rtems-tools-HEAD-1 Command Line: ../source-builder/sb-set-builder --log=l-i386.txt