JianyuWang0623 commented on PR #17216:
URL: https://github.com/apache/nuttx/pull/17216#issuecomment-3432759215

   > So nsh still has room for improvement, right?
   > 
   > If it's just a size issue, why can't nsh be optimized to support Android 
init syntax, rather than making a drastic change like replacing the 
initialization path?
   > 
   > My other question is, why is Android's approach the right one? Is it 
because apple IOS isn't open source?
   > 
   > If functionality is aligned with Android, I don't think it's necessary. 
Each operating system has its own unique characteristics. I like 
implementations that are superior to Nuttx/Android systems.
   
   
   @anchao Beyond code size, also take into account the monitoring and 
management of daemons. As a shell, NSH may already have sufficiently rich 
functions; however, much of the work in system initialization is irrelevant to 
the core responsibilities of the shell. Separating and organizing them may make 
the overall logic clearer.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to