Re: Help in figuring out score objects in RTEMS and ticket #3131

2020-06-15 Thread Gedare Bloom
On Mon, Jun 15, 2020 at 11:29 AM Utkarsh Rai wrote: > > > > > On Mon, Jun 15, 2020 at 6:46 PM Joel Sherrill wrote: >> >> >> >> On Wed, Jun 10, 2020 at 7:34 PM Utkarsh Rai wrote: >>> >>> Hello, >>> For my GSoC project, user-configurable thread stack protection, I need to >>> track, allocate, and

Re: Help in figuring out score objects in RTEMS and ticket #3131

2020-06-15 Thread Utkarsh Rai
On Mon, Jun 15, 2020 at 6:46 PM Joel Sherrill wrote: > > > On Wed, Jun 10, 2020 at 7:34 PM Utkarsh Rai > wrote: > >> Hello, >> For my GSoC project, user-configurable thread stack protection, I need to >> track, allocate, and manipulate attributes of shared as well as protected >> stacks. Dr.Geda

Re: Help in figuring out score objects in RTEMS and ticket #3131

2020-06-15 Thread Joel Sherrill
On Wed, Jun 10, 2020 at 7:34 PM Utkarsh Rai wrote: > Hello, > For my GSoC project, user-configurable thread stack protection, I need to > track, allocate, and manipulate attributes of shared as well as protected > stacks. Dr.Gedare suggested that tracking them with score objects would be > a good

Re: Help in figuring out score objects in RTEMS and ticket #3131

2020-06-15 Thread Utkarsh Rai
With the help of Dr.Gedare and a bit of digging, I was able to understand the file system design concept in RTEMS. This is what I was able to gather- > The object-oriented design of the file system refers to the fact that the virtual file-system layer provides a framework upon which different fil