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

2018-04-13 Thread Abhinav Jain
Sir, I have read following papers and have gained a good knowledge of RTEMS and RTEMS memory management. https://dl.acm.org/ft_gateway.cfm?id=2597459=pdf http://adsabs.harvard.edu/full/2005ESASP.602E..26S http://ieeexplore.ieee.org/abstract/document/4958736/ I would like to begin with the code

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

2018-04-03 Thread Abhinav Jain
Sir, I have gone through https://homes.cs.washington.edu/~levy/opal/opal-tocs.pdf, where the protection approach in Opal Operating System is provided. As per my understanding of the paper, I have tried to extract the memory protection part and have written a blog on it:

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

2018-03-23 Thread Abhinav Jain
Sir, I have researched about the current MMU support available in RTEMS and I have mentioned about it in the proposal. Also as per your guidance, I have omitted the idea of developing memory protection for architectures not having MMU, rather I will give my full focus to developing MMU support

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

2018-03-16 Thread Joel Sherrill
On Mar 16, 2018 2:17 PM, "Gedare Bloom" wrote: high-level comments: * add citations to relevant literature that you used for inspiration. * start to write a design plan for the bsp-level framework you envision. * it would be a good idea to review the existing mmu support in

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

2018-03-16 Thread Gedare Bloom
high-level comments: * add citations to relevant literature that you used for inspiration. * start to write a design plan for the bsp-level framework you envision. * it would be a good idea to review the existing mmu support in RTEMS. * link to this google doc as your "Draft" from your GSoC

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

2018-03-16 Thread Abhinav Jain
Sir, I have prepared a draft proposal for GSoC 2018 as suggested by you. I request you to please guide me whether I have made it correctly or not, whether I have written some big plans or more things can be included. The link for the Proposal is:

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-06 Thread Gedare Bloom
On Sun, Mar 4, 2018 at 1:50 AM, Abhinav Jain wrote: > Sir, > > Thanks for your time and consideration. I was discussing this project with > Gedare Sir and he guided me, how to proceed. > I am studying various things before proceeding with the code part but for > now, I

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

2018-03-03 Thread Abhinav Jain
Sir, Thanks for your time and consideration. I was discussing this project with Gedare Sir and he guided me, how to proceed. I am studying various things before proceeding with the code part but for now, I request you to please guide me what should be my next steps to work on this project under

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

2018-03-03 Thread Hesham Almatary
On Sun, Mar 4, 2018 at 10:20 AM, Joel Sherrill wrote: > > > On Mar 3, 2018 12:16 PM, "Abhinav Jain" wrote: > > Sir/Madam, > > I am Abhinav Jain, a second-year engineering student from Delhi, India. I > have been working in Linux Kernel Development, I have