From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9608081824.AA09641@clio.rice.edu> Subject: Re: Recursive make/CWSDPMI To: k3040e4 AT c210 DOT edvz DOT uni-linz DOT ac DOT at (Oberhumer Markus) Date: Thu, 8 Aug 1996 13:24:58 -0600 (CDT) Cc: eliz AT is DOT elta DOT co DOT il, djgpp-workers AT delorie DOT com In-Reply-To: <199608052234.AAA22104@c210.edvz.uni-linz.ac.at> from "Oberhumer Markus" at Aug 6, 96 00:34:31 am Content-Type: text > Please also try this recursive Makefile with the new version: > default: > $(MAKE) I tested this on CWSDPMI r3 wip last night, and I got the message "Descriptors exhausted." after 14 levels deep. Make then nicely exits. The documentation indicates that you have attempted to nest with no free LDT slots available (the previous abort was a CWSDPMI problem). I also found a bug in the set real mode interrupt code when used to create bimodal hw interrupt handlers on interrupts 8-15 (irq 0..7) in that the PM interrupt was being called anyway before the RM interrupt. It appears that r3 will have lots of fixes if I ever finish testing it... I can't even remember now all the things that have been changed.