LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
/NONULLS Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /NON[ULLSDOSSEG]
 
     The /NONULLS option arranges segments in the same order as they
     are arranged by the /DOSSEG option. However, /NONULLS does not
     insert the 16 null bytes at the beginning of the _TEXT segment.
     See: /DOSSEG Option
 
     /NONULLS overrides /DOSSEG when both are used. Use /NONULLS to
     override the DOSSEG comment record found in run-time libraries.
 
     This option is for segmented executable files.
                                    -♦-