[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tweaking DOS.SYSTEM from Extra-K to support other DOS 3.3 variants
- Subject: Re: Tweaking DOS.SYSTEM from Extra-K to support other DOS 3.3 variants
- From: "RedskullDC" <RDC@oz.org>
- Date: Wed, 30 Mar 2005 14:07:26 GMT
- Newsgroups: comp.sys.apple2
- Organization: BigPond Internet Services
- References: <Hjd2e.25471$I16.21374@trndny03> <fXe2e.16857$C7.12940@news-server.bigpond.net.au> <7Ji2e.46687$db6.19082@trndny02> <G8j2e.21002$jt6.7040@trndny07> <GVl2e.17077$C7.8056@news-server.bigpond.net.au> <9uKdneIM6P7gktffRVn-og@comcast.com> <Nso2e.26194$Ue6.22381@trndny04> <kpr2e.17402$C7.14916@news-server.bigpond.net.au> <A4s2e.25869$I16.16376@trndny03> <KLt2e.17605$C7.1946@news-server.bigpond.net.au> <yrv2e.32568$qN3.28314@trndny01> <DJw2e.17842$C7.11798@news-server.bigpond.net.au> <Kox2e.39675$FB6.33539@trndny09>
- Xref: g2news1.google.com comp.sys.apple2:9893
Hi Moll,
> I did a quickie and it seemed not to be... at least your trick that worked
> with Pronto and ES didn't work with ZDOS.
The breakpoint should still be at $B747.
The instruction there is a JMP $B6F0 instead of JMP $9D84.
Your DOS stub will need slight patching for ZDOS, since
I noticed it does a JMP $9D84.
> I used the 2.3 hack. I made the hack by crossing it with two other DOS
> variants, both called "DOS 3.4", one of which shared ZDOS 2.2's "clicking"
> and one of which didn't.
"Clicking"?
> FDOS is one I haven't heard of, prolly because I come from the US.
http://au.geocities.com/redskulldc/SandysFDOS.zip
Has 'free sectors' in the catalog, is patched for more free sectors than
stock DOS3.3, runs a bit faster than pronto or diversi varieties.
Breakpoint is $B787 and the jump instruction is JMP $B4D3 should
you want to turn it into a fdos.system variant :)
Would be an interesting excercise to benchmark all of these for
various different operations.
> There appear to be two versions, at least; yours has a free space hack
> while I am aware of a version that does not have it.
Thanks for the tip. I have seen mention (perhaps in this newsgroup?)
of different versions of it.
Cheers,
Red