Path: utzoo!attcan!uunet!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: MINIX and 68030 Message-ID: <32152@nigel.ee.udel.edu> Date: 2 Oct 90 19:53:23 GMT Sender: mmdf@ee.udel.edu Lines: 13 I do not think the different exception frames are a real problem. As long as you do not have neither an address nor a bus error, these exceptions do not get activated and the exception handler code is not executed. An error-free system should boot with incorrect handlers installed. The only exceptions that must work are the interrupt and syscall exceptions. Perhaps I am wrong since I am not an Amigean, but this is the point of view of an 680x0 user. C.v.W.