Open zhro opened 1 year ago
is this on a cold boot, warm boot, or both? A cold boot would be power up which usually also clears the memory while warm boot is a restart that usually doesn't. I am trying to determine if a previous boot left the signature and not properly cleaned up. 2 possible issues, reboot handling is incorrect and not clearing properly and perhaps we should clear the marker before loading any drivers.
@PerditionC seems to happen to me on QEMU only on a warm boot, after using JemmEx (HimemX works fine). Cold boot seems to work well.
I am able to use HIMEM.SYS with MS-DOS 7.1 without any problems. But when I try to use it with FreeDOS I get an error at startup:
I am using FreeDOS 1.3, and
DEVICE=HIMEM.SYS
is the only thing in my CONFIG.SYS, with an empty AUTOEXEC.BAT file.