Computing (FOLDOC) dictionary
Jump to user comments
(BSS) The uninitialised data segment produced by Unix linkers.
The other segments are the "text" segment which contains the
program code and the "data" segment contains initialised data.
Objects in the bss segment have only a name and a size but no
value.