On Fri, Jul 13, 2012 at 9:21 PM, Olivier Crête <tes...@gentoo.org> wrote: > And on any new embedded platform, one should seriously think about using > systemd too. It is very lean, replaces most of the giant, unmaintainable > shellscripts that you find in many devices with smaller compiled code, > and was designed to be a good fit for embedded devices.
Fair point here - for an embedded device where memory is THAT tight I'd wonder if ditching the shell might be an attainable goal. C has to be more memory-efficient. Rich