Syntax: /DO[SSEG]
This option is automatically enabled by a special object module record in many language libraries. If you are linking to one of these libraries, you need not specify this option.
The /DO option is also enabled by assembly modules that use the Macro Assembler directive .DOSSEG.
This option forces segments to be ordered as follows (first to last):
a.
In addition, the /DO option causes LINK386 to do the following:
_edata = DGROUP : BSS_end = DGROUP : STACK
The variables _edata and _end have special meanings for certain compilers; avoid using these names in your programs. Assembly-language programs can refer to these variables, but should not change them.