Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Part of this is getting all user interfaces out of the OS.
  • Another part is migrating all pthread support out of operating system and into the user-facing C library.
  • An additional objective on the roadmap is to streamline the kernel threads and to disconnect them from task groups.  Kernel threads should not be part of any task group.

From Apache NuttX Issue 1108 in In regard to this last point, the following is taken from Apache NuttX Issue 1108: "Remove streams from Kernel Threads":

No Streams in Kernel Threads

...