T. Ment
2019-06-26 15:52:36 UTC
Jack's XMGR.SYS works on some of my computers, but one has a BIOS that
sets A20 on, and XMGR complains. There is no BIOS option to change A20.
It's a K7S5A motherboard with the 030811 BIOS.
I suppose I could write a device driver to turn A20 off, before XMGR
sees it. But I wonder if that might harm anything else, since BIOS has
it on, for some unknown reason.
The BIOS has an option for DOS flat mode, which presumably requires A20
on, but it's disabled. Seems like that option would control A20, but it
makes no difference, disabled or not, A20 is always on.
MS-DOS himem.sys works with A20 always on, and I think himemx.exe can
work with that too. Only XMGR has the problem. But XMGR claims to work
around UMBPCI bus master DMA problems, so that's a reason to try XMGR.
sets A20 on, and XMGR complains. There is no BIOS option to change A20.
It's a K7S5A motherboard with the 030811 BIOS.
I suppose I could write a device driver to turn A20 off, before XMGR
sees it. But I wonder if that might harm anything else, since BIOS has
it on, for some unknown reason.
The BIOS has an option for DOS flat mode, which presumably requires A20
on, but it's disabled. Seems like that option would control A20, but it
makes no difference, disabled or not, A20 is always on.
MS-DOS himem.sys works with A20 always on, and I think himemx.exe can
work with that too. Only XMGR has the problem. But XMGR claims to work
around UMBPCI bus master DMA problems, so that's a reason to try XMGR.