You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/05 16:59:49 UTC

[GitHub] [incubator-nuttx] v01d opened a new issue #3398: REPARTITION LIBC FUNCTIONALITY

v01d opened a new issue #3398:
URL: https://github.com/apache/incubator-nuttx/issues/3398


   ```
     Description: There are many things implemented within the kernel (for example
                  under sched/pthread) that probably should be migrated in the
                  C library where it belongs.
   
                  I would really like to see a little flavor of a micro-kernel
                  at the OS interface:  I would like to see more primitive OS
                  system calls with more higher level logic in the C library.
   
                  One awkward thing is the incompatibility of KERNEL vs FLAT
                  builds:  In the kernel build, it would be nice to move many
                  of the thread-specific data items out of the TCB and into
                  the process address environment where they belong.  It is
                  difficult to make this compatible with the FLAT build,
                  however.
     Status:      Open
     Priority:    Low
   
   
     
   
     NOTE:  The NXFFS file system has its own TODO list at nuttx/fs/nxffs/README.txt
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org