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

   
   > It's more strange to couple the initialization into shell, do you see any 
other POSIX OS implement in this way? From the concept, init must be one 
instance and never exit, but shell may be lunched many times(telnet, ssh, adb 
shell...) or killed.
   > 
   > @JianyuWang0623 's work is the right direction to decouple the 
initialization from nsh from the architecture. But, it's also has other benefit 
too:
   > 
   > 1. In many simple case(bootloader, ota), we can enable init, but disable 
nsh
   > 2. Implement the different init solution
   
   You are talking about a software requirement, I question how to implement 
it. I don't agree with Android init approach, but I think system monitoring is 
a valuable capability.


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