<div class='quotetop'>QUOTE (franciscoheredia @ Jun 29 2009, 01:40 PM) <{post_snapback}> (index.php?act=findpost&pid=22936)</div>
--- Quote Start ---
I've heard that standalone applications are much lighter that when working through busybox.[/b]
--- Quote End ---
Busybox is only "lighter" for architectures that support XIP and/or .so . But NIOS nommu supports neither of them I suppose the upcoming NIOS / MMU architecture will support XIP and .so .
<div class='quotetop'>QUOTE (franciscoheredia @ Jun 29 2009, 01:40 PM) <{post_snapback}> (index.php?act=findpost&pid=22936)</div>
--- Quote Start ---
On the other hand, this is a recursive program that keeps calling the the buffer filling.[/b]
--- Quote End ---
Programs recursively calling each other ? This is rally not a good idea on an architecture that does not support XIP nor .so .
-Michael