Switch | Purpose |
/a20control:on|off | Determines status of the HMA A20 line. |
/cpuclock:on|off | Determines whether HIMEM.SYS will modify system clock speed. The default is off. |
/eisa | Allocates maximum amount of extended memory. Required for EISA systems with 16MB of memory or more. |
/hmamin=nnn | Specifies minimum memory space a program must request in order for DOS to load it into the HMA. The number nnn will be in kilobytes. Only one program can load into HMA. The default size is 0KB. |
/int15=nnn | Reserves nnn kilobytes for handling of int 15, which is used by certain older programs. The default size is 0KB. |
/machine:name | Defines the specific computer type using a predefined code (required by some systems that HIMEM.SYS cannot detect). |
/numhandles=nn | Maximum memory block handles for extended memory. The default is 32. |
/shadowram:on|off | Sets the status of shardow RAM. |
/verbose | Calls for status messages by HIMEM.SYS when it starts up. |