Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft HIMEM.SYS throws a VDISK memory allocator error when used with FreeDOS #90

Open
zhro opened this issue Nov 21, 2022 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@zhro
Copy link

zhro commented Nov 21, 2022

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:

ERROR: VDISK memory allocator already installed.
       XMS Driver not installed.

I am using FreeDOS 1.3, and DEVICE=HIMEM.SYS is the only thing in my CONFIG.SYS, with an empty AUTOEXEC.BAT file.

@zhro zhro changed the title Can't use Microsoft HIMEM.SYS with FreeDOS Microsoft HIMEM.SYS reports a VDISK memory allocator error when used with FreeDOS Nov 21, 2022
@zhro zhro changed the title Microsoft HIMEM.SYS reports a VDISK memory allocator error when used with FreeDOS Microsoft HIMEM.SYS throws a VDISK memory allocator error when used with FreeDOS Nov 21, 2022
@PerditionC
Copy link
Contributor

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 PerditionC added bug Something isn't working question Further information is requested labels Mar 30, 2023
@xerz-one
Copy link

xerz-one commented Feb 11, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants