Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!archer!dwb From: dwb@archer.apple.com (David W. Berry) Newsgroups: comp.sys.mac Subject: Re: A/UX V2.0 questions Keywords: A/UX 2.0 MacOS compatability Message-ID: <7320@goofy.Apple.COM> Date: 21 Mar 90 18:05:09 GMT References: <22775@topo.UUCP> <7305@goofy.Apple.COM> <39687@apple.Apple.COM> <11315@zodiac.ADS.COM> <7310@goofy.Apple.COM> Sender: usenet@Apple.COM Distribution: usa Organization: Apple Computer Lines: 32 In article <7310@goofy.Apple.COM> dwb@archer.apple.com (David W. Berry) writes: >In article <11315@zodiac.ADS.COM> anders@penguin (Anders Wallgren) writes: >>Will it be possible to run MPW and SADE under A/UX? (I suspect the >>answer is Yes to the former, but I'm not sure about the later) > MPW 3.0 and MPW 3.1 both run under A/UX (I compile MultiFinder > on them on A/UX) with one minor patch to MPW. I haven't tried > SADE, but I expect it should run. (I haven't ever managed to > make it work under the MacOS, but that's a long story... :-) OK. I'm getting swamped with mail about "How do I patch MPW" so I guess I'll post the answer. **** The following is neither supported or recommended by the MPW group, the A/UX group, Apple Computer, myself or anybody else that I know of, it just seems to work for me ***** 1. While running A/UX, launch MPW 2. When it appears to be hung, break into the debugger. If the pc is pointing at a "bra.s *" instruction your in luck, go to the next step. If not, continue and break into the debugger again, repeat until you find the "bra.s *". 3. Examine the instructions around the bra.s instruction. You are going to use resedit to change the bra.s, so remember them well. 4. Type "pc=pc+2" to skip over the bra.s instruction. 5. Use resedit to change the "bra.s *" instruction to a "nop". > > David W. Berry A/UX Toolbox Engineer > dwb@apple.com David W. Berry A/UX Toolbox Engineer dwb@apple.com