hardcard interrupts
16-Mar-94 19:55:03
Sb: #136003-hardcard interrupts
Fm: Steven D. Kapplin 70055,1021
To: Gayle Lee Fairless 71571,321
Gayle,
The only change I would suggest is to change the /E to /E=D000-D7FF.
You don't need to protect all the way up to DFFF because the Janus segment only
uses memory from D000-D7FF. You could also change /B to /B=AUTO, which will
relocate BDOS into the UMB, but not into himem. I suspect the problem may be
that the hard card is using a segment of memory which needs to be excluded.
Judging from the listing, that segment may be from C000-CFFF. You might try
/E=C000-CFFF,D000-D7FF and see if that helps. Perhaps EMM386.SYS isn't
detecting the hard card's controller and something gets overwritten. That's my
best guess right now.