Path: utzoo!attcan!uunet!husc6!mailrus!bbn!rochester!udel!mmdf From: frank@morgan.com (Frank Wortner) Newsgroups: comp.os.minix Subject: Re: V1.3 Library Ordering... Message-ID: <5244@louie.udel.EDU> Date: 8 Nov 88 13:55:18 GMT Sender: mmdf@udel.EDU Lines: 22 Hank Wan writes: > There does exists 1 cycle: catchsig.s and signal.s depending on each other. > Since signal is the one that's usually used, I deleted the > catchsig.s -> signal.s dependency. > > > > -Hank Wan > wan@cory.berkeley.edu Perhaps the problem Hank encounters here implies that signal.s and catchsig.s should actually be one source file. I don't have the code here to confirm this, but doesn't catchsig.s simply provide vectors signal? The vectors lead to a routine which builds a C stack frame so that a C routine can function as an interupt processor. This is what I remember --- PDP-11 Unix had a similar arrangement. Enough babble from me. ;-) Frank