captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
247 stars 18 forks source link

HIMEM.SYS form MS-DOS 6.2 L10 fails to initialize XMS #88

Closed jckarter closed 1 year ago

jckarter commented 1 year ago

Hi! I was trying to install MS-DOS and Windows 3.1 under Tsugaru. When I try to boot DOS, HIMEM.SYS raises an error about not being able to use high memory, and then EMM386.EXE also fails, and WINSETUP.EXE refuses to start because XMS isn't available. Here's a screenshot:

Screenshot 2023-06-16 at 7 40 11 PM

I've tried the free compatible ROMs as well as real ROMs, and tried with high-fidelity CPU enabled and disabled. Is there something else I need to do to successfully boot DOS and Windows?

pinterior commented 1 year ago

it's not Tsugaru specific problem. please use SETUP2.EXE in DOS directory to configure HMA/EMS settings.

  1. select memory icon image

  2. the setting should be something like: image

  3. press F3 to save & exit

  4. reboot

jckarter commented 1 year ago

Ah, thank you!