[En-Nut-Discussion] Nut/OS Initialization

Harald Kipp harald.kipp at egnite.de
Wed Sep 17 18:29:51 CEST 2008


Nathan Moore wrote:

>> However, that would mean for Nut/OS, that we waste a lot of valuable RAM
>> for the default structures.
>>
> 
> Why RAM usage?  I'm not understanding something here.

Possibly the confusion is on my side.

If you override weakly defined default structures, these defaults will 
not appear in the final code. If you don't override them, the defaults 
will be linked in. Empty would mean in this case, that they are zeroed 
out, but still occupy space.

After writing this I got the strong feeling of having missed something. 
Possibly it has to do with link pointers....

Harald




More information about the En-Nut-Discussion mailing list