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.
/r Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /r
 
     The /r option prevents LINK from using extended memory under DOS
     and forces LINK to use only conventional memory. The /r option
     must appear first on the command line; it cannot appear in a
     response file or the LINK environment variable. The option name is
     case sensitive.
 
     LINK.EXE is extender-ready and uses extended memory if it exists.
     For LINK to run in DOS-extended mode, sufficient extended memory
     must be available and must conform to a required standard. Check
     the documentation for your language product for more information.
                                    -♦-