My boot.ini has this line
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect
I would try adding the /maxmem switch either before or after the /fastdetect.
Or you may try copying and pasting a new line into your boot.ini with the switch and a new name to add a new line to your boot manager. Kind of like:
Change
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
to
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional 64MB Max Mem" /maxmem=64
I don't know if it will work, since I've never used the program you are referring to, but it's worth a shot I guess.
Str8jakit
Bookmarks