On 7/22/07, Eric Auer <[EMAIL PROTECTED]> wrote: > > again, I think that only IRQTEXT is what broke Bochs compatibility. > So I applied a patch (revision 1341) which leaves the other 1325 > changes intact. Jemm FASTBOOT should work with version 1341. > > With the 1325 IRQTEXT, all versions (1325 to 1340) failed in Bochs > at some point around the PostConfig kernel relocate moment, even > if no HMA was available. No idea why - 1341 is based on intuition > and experiments, not on theoretical knowledge why IRQTEXT was bad.
The problem was that the irqstacks.asm init (for config.sys STACKS=n where n>0) was setting up the wrong segments for IRQ vectors. It should be correct now in SVN (tested with Bochs). IRQTEXT needs to be present to force the saved IVT vectors to be at 70:100, which is the RBIL documented location; otherwise they are stored somewhere else. Bart ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freedos-kernel mailing list Freedos-kernel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-kernel