Hi, > at case 0x30 (on line 722) in KERNEL\KERNEL\INTHNDLR.C, it looks like > lr.CX is set to zero when it should be set to 0x0101. It does say that > 32RTM does not like non-zero values. Why?
Because 32RTM is very stupid. It forgets to set CX to zero at some later point, assuming that it will still be zero after the int 21.30 call (as most DOS versions return CX zero there). So our version numbers must use a CX of zero as well. Otherwise 32RTM crashes. Eric ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
