That command excludes a specific area of extended memory so that it is not used by anyone except the software which specifically requests it. In the normal scheme of things, software picks out a section of memory which is available and uses it to carry out the thinking that it does. If two software happen to use the same area or part of the same area, there are problems (thanks to memory management, that usually does not happen). But some software cannot use just any area of memory and so that command is used to reserve the needed area for that specific software. Does that command affect the performance of your machine? It can if you are running a lot of software. Is that command needed or a leftover? I don't know. It is not needed for standard Windows useage. It may be used by a modem, video card, or something else. If it is a leftover, removing that command from system.ini will improve the performance of your computer. If it is needed, removing it may cause the software which needs that exclusion to malfunction. I would think that the software would put the command back in when it sees that it is not there or it would warn you that it is missing. |