Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpfcso!hpldola!jg From: jg@hpldola.HP.COM (Joe Gilray) Newsgroups: comp.sys.atari.st.tech Subject: Re: Mark Williams db under TOS 1.4? Message-ID: <16960003@hpldola.HP.COM> Date: 28 Sep 90 21:11:41 GMT References: <1990Sep15.045313.12574@chinet.chi.il.us> Organization: HP Elec. Design Div. -ColoSpgs Lines: 67 Steve, Here is some information from my archives: NOTE that the last reference is from YOU! (pretty scary huh?) Yours, Joe Gilray ------------------- From hcj@lzaz.ATT.COM Wed Dec 27 09:29:34 1989 Relay-Version: version Notes 2.8.2 87/11/24; site hpldola.HP.COM From: hcj@lzaz.ATT.COM (HC Johnson) Date: Wed, 27 Dec 1989 16:29:34 GMT Date-Received: Fri, 29 Dec 1989 01:23:30 GMT Subject: Re: TOS 1.4 Incompatibilities Message-ID: <898@lzaz.ATT.COM> Organization: AT&T BL Middletown/Lincroft NJ USA Path: hpldola!hpfcso!hplabs!hp-sdd!ucsdhub!ucsd!usc!snorkelwacker!mit-eddie!rutgers!att!dptg!lzaz!hcj Newsgroups: comp.sys.atari.st References: <8912261631.AA04656@SAIC.COM> Lines: 36 Summary: tos 1.0 is different. In article <8912261631.AA04656@SAIC.COM>, steveg@SAIC.COM (Stephen Harold Goldstein) writes: > Add Mark Williams' CSD (source level debugger) to the list of > software incompatible with TOS 1.4. It comes up with something like > "TOS version dated 04061989 unknown" and terminates. > I think you mean DB not CSD. (At least my CSD does not do this). MWC db plays with tos data that was 'private' in tos 1.0. Afterward, tos 1.1 and on have a formal table of pointers to this info. Some one at MWC got carried away and coded it roughly as: if(tos1.0) { there is no table , rough it; } else if(tos 1.1) goto ok; else if(tos 1.2) goto ok; else goto h..l; Use a binary editer to look for the date string of the releases and patch the latest one to what tos1.4 uses [hint: change offset 0x1a0d from 22 to 6; change offset 0x1a0e from 87 to 89]. Then db will work. Sort of. It corrupts the system clock, and the console and memory are screwed until you reboot. Isn't nice when the OFFICIAL developer software is not compatible with 1.4, AND MWC claims that it is. Howard C. Johnson ATT Bell Labs att!lzaz!hcj hcj@lzaz.att.com ---------- In article <1990Jun13.205444.19303@chinet.chi.il.us>, saj@chinet.chi.il.us (Stephen Jacobs) writes: > I had occasion to speak to the ST support guy at Mark Williams recently. One > thing I asked him about was making db (their binary-level debugger) work with > TOS 1.4. He recommended against trying, for example using the binary patches